Skip to content

Commit

Permalink
remove unused dependencies from glide.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
melekes committed Apr 28, 2017
1 parent 6fd69aa commit ea4dd9c
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 33 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
vendor
.glide

# created in test code
test.db
Expand Down
58 changes: 35 additions & 23 deletions glide.lock

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

25 changes: 15 additions & 10 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
package: github.com/tendermint/merkleeyes
import:
- package: github.com/tendermint/merkleeyes/iavl
version: develop
- package: github.com/tendermint/tmlibs/common
version: develop
- package: github.com/tendermint/tmlibs/logger
- package: github.com/tendermint/abci
version: develop
subpackages:
- client
- server
- types
- package: github.com/tendermint/go-wire
version: develop
- package: github.com/tendermint/merkleeyes/iavl
version: develop
- package: github.com/tendermint/abci
- package: github.com/tendermint/tmlibs
version: develop
subpackages:
- common
- db
- merkle
- package: github.com/urfave/cli
version: ^1.19.1
- package: golang.org/x/crypto
subpackages:
- ripemd160
- package: gopkg.in/alecthomas/kingpin.v2
testImport:
- package: github.com/stretchr/testify
version: ^1.1.4
subpackages:
- assert
- require

0 comments on commit ea4dd9c

Please sign in to comment.