Skip to content
This repository has been archived by the owner on Jul 6, 2018. It is now read-only.

Commit

Permalink
Updated to newest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfrey committed Jun 16, 2017
1 parent f6998df commit cf6c494
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion certifiers/client/provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func TestProvider(t *testing.T) {
assert, require := assert.New(t), require.New(t)

cfg := rpctest.GetConfig()
rpcAddr := cfg.RPCListenAddress
rpcAddr := cfg.RPC.ListenAddress
chainID := cfg.ChainID
p := client.NewHTTP(rpcAddr)
require.NotNil(t, p)
Expand Down
12 changes: 6 additions & 6 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 @@ -17,7 +17,7 @@ import:
subpackages:
- data
- package: github.com/tendermint/merkleeyes
version: ~0.2.0
version: ~0.2.2
subpackages:
- iavl
- package: github.com/tendermint/tendermint
Expand All @@ -27,7 +27,7 @@ import:
- rpc/core/types
- types
- package: github.com/tendermint/tmlibs
version: ~0.2.0
version: ~0.2.2
subpackages:
- cli
- package: github.com/gorilla/mux
Expand Down

0 comments on commit cf6c494

Please sign in to comment.