Skip to content

Commit

Permalink
Update dependencies/remove deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
fbsobreira committed Aug 14, 2020
1 parent d50fa83 commit 228ee00
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 146 deletions.
20 changes: 8 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,26 @@ module github.com/fbsobreira/gotron-sdk
go 1.14

require (
github.com/OneOfOne/xxhash v1.2.5 // indirect
github.com/araddon/dateparse v0.0.0-20200409225146-d820a6159ab1
github.com/btcsuite/btcd v0.20.1-beta
github.com/cosmos/cosmos-sdk v0.38.3
github.com/cosmos/cosmos-sdk v0.39.1
github.com/deckarep/golang-set v1.7.1
github.com/elastic/gosigar v0.8.1-0.20180330100440-37f05ff46ffa // indirect
github.com/ethereum/go-ethereum v1.9.15
github.com/ethereum/go-ethereum v1.9.19
github.com/fatih/color v1.9.0
github.com/fatih/structs v1.1.0
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.4.0
github.com/golang/protobuf v1.4.2
github.com/karalabe/hid v1.0.0
github.com/mitchellh/go-homedir v1.1.0
github.com/pborman/uuid v1.2.0
github.com/pkg/errors v0.9.1
github.com/rjeczalik/notify v0.9.2
github.com/shengdoushi/base58 v1.0.0
github.com/spaolacci/murmur3 v1.0.1-0.20190317074736-539464a789e9 // indirect
github.com/spf13/cobra v1.0.0
github.com/tyler-smith/go-bip39 v1.0.2
go.uber.org/zap v1.15.0
golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79
google.golang.org/genproto v0.0.0-20200430143042-b979b6f78d84
google.golang.org/grpc v1.29.1
google.golang.org/protobuf v1.21.0
gopkg.in/yaml.v2 v2.2.8
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
google.golang.org/genproto v0.0.0-20200814021100-8c09557e8a18
google.golang.org/grpc v1.31.0
google.golang.org/protobuf v1.24.0
gopkg.in/yaml.v2 v2.3.0
)
Loading

0 comments on commit 228ee00

Please sign in to comment.