Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
upgrade stellar/go dependency version to use horizonclient-v1.1.0 for…
Browse files Browse the repository at this point in the history
… new horizonclient SDK
  • Loading branch information
nikhilsaraf committed May 8, 2019
1 parent d6f4244 commit a6ffa95
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 32 deletions.
2 changes: 1 addition & 1 deletion cmd/trade.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/spf13/cobra"
"github.com/stellar/go/build"
"github.com/stellar/go/clients/horizon"
horizonclient "github.com/stellar/go/exp/clients/horizon"
"github.com/stellar/go/clients/horizonclient"
"github.com/stellar/go/support/config"
"github.com/stellar/kelp/api"
"github.com/stellar/kelp/model"
Expand Down
79 changes: 51 additions & 28 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import:
- package: github.com/spf13/pflag
version: v1.0.0
- package: github.com/stellar/go
version: a45d1ae036357adf337060c7b15dbe9abc235025
version: horizonclient-v1.1.0
subpackages:
- build
- clients/horizon
- exp/clients/horizon
- clients/horizonclient
- support/config
- support/errors
##############################################################
Expand Down
2 changes: 1 addition & 1 deletion plugins/sdexExtensions.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"log"

"github.com/stellar/go/exp/clients/horizon"
"github.com/stellar/go/clients/horizonclient"
hProtocol "github.com/stellar/go/protocols/horizon"
)

Expand Down

0 comments on commit a6ffa95

Please sign in to comment.