Skip to content

Commit

Permalink
update go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani committed Feb 26, 2021
1 parent 95a4b38 commit fdd560e
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 22 deletions.
16 changes: 9 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@ go 1.14
require (
github.com/FactomProject/basen v0.0.0-20150613233007-fe3947df716e
github.com/FactomProject/btcutilecc v0.0.0-20130527213604-d3a63a5752ec
github.com/Pantani/errors v0.0.0-20200328165717-b08e35e3f20d
github.com/Pantani/logger v0.0.0-20200617191622-e639f9520748
github.com/btcsuite/btcd v0.20.1-beta
github.com/Pantani/errors v1.0.0
github.com/Pantani/logger v1.0.0
github.com/btcsuite/btcd v0.21.0-beta
github.com/btcsuite/btcutil v1.0.2
github.com/cmars/basen v0.0.0-20150613233007-fe3947df716e // indirect
github.com/ethereum/go-ethereum v1.9.15
github.com/sirupsen/logrus v1.6.0 // indirect
github.com/ethereum/go-ethereum v1.9.25
github.com/magefile/mage v1.11.0 // indirect
github.com/sirupsen/logrus v1.8.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/tyler-smith/go-bip39 v1.0.2
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
github.com/tyler-smith/go-bip39 v1.1.0
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
golang.org/x/sys v0.0.0-20210225134936-a50acf3fe073 // indirect
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
)
Loading

0 comments on commit fdd560e

Please sign in to comment.