Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to the latest dependencies and remove references to sdk2 #397

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions glide.lock

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

45 changes: 17 additions & 28 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -1,55 +1,44 @@
package: github.com/cosmos/cosmos-sdk
import:
- package: github.com/golang/protobuf
version: ^1.0.0
subpackages:
- proto
- package: github.com/gorilla/websocket
version: ^1.2.0
- package: github.com/pkg/errors
version: ^0.8.0
- package: github.com/spf13/cobra
- package: github.com/spf13/pflag
- package: github.com/spf13/viper
- package: github.com/rigelrozanski/common
- package: github.com/tendermint/abci
version: sdk2
version: ^0.9.0
subpackages:
- server
- types
- package: github.com/tendermint/go-crypto
version: sdk2
subpackages:
- keys
version: 45b71f7d11214c35ae63dfb81f42c0da8db9e69e
- package: github.com/tendermint/go-wire
version: sdk2
subpackages:
- data
- package: github.com/tendermint/light-client
version: develop
subpackages:
- proofs
- certifiers
- certifiers/client
- certifiers/files
- package: github.com/tendermint/iavl
version: sdk2
version: af6896e646a30733615a9b85364ec73396e5a6a5
- package: github.com/tendermint/tendermint
version: sdk2
version: develop
subpackages:
- config
- node
- proxy
- rpc/client
- rpc/core/types
- rpc/lib/client
- rpc/lib/types
- types
- package: github.com/tendermint/tmlibs
version: sdk2-hashers-and-simple-map
version: cbc63518e589d6b0069f9750127fa83dd6ea5ee3
subpackages:
- cli
- cli/flags
- common
- events
- db
- log
- logger
- merkle
- package: golang.org/x/crypto
subpackages:
- ripemd160
testImport:
- package: github.com/stretchr/testify
version: ^1.2.1
subpackages:
- assert
- require