diff --git a/go.mod b/go.mod index 3c9913b..4577899 100644 --- a/go.mod +++ b/go.mod @@ -3,21 +3,24 @@ module github.com/iotexproject/go-pkgs go 1.17 require ( - github.com/btcsuite/btcd v0.20.1-beta // indirect github.com/cespare/cp v1.1.1 // indirect - github.com/davecgh/go-spew v1.1.1 // indirect github.com/deckarep/golang-set v1.7.1 // indirect github.com/dustinxie/gmsm v1.4.0 github.com/ethereum/go-ethereum v1.10.4 - github.com/go-stack/stack v1.8.0 // indirect - github.com/google/uuid v1.1.5 // indirect - github.com/iotexproject/iotex-address v0.2.6 + github.com/iotexproject/iotex-address v0.2.7 github.com/pkg/errors v0.9.1 - github.com/pmezard/go-difflib v1.0.0 // indirect github.com/rjeczalik/notify v0.9.2 // indirect github.com/stretchr/testify v1.7.0 - golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d +) + +require ( + github.com/btcsuite/btcd v0.20.1-beta // indirect + github.com/davecgh/go-spew v1.1.1 // indirect + github.com/go-stack/stack v1.8.0 // indirect + github.com/google/uuid v1.1.5 // indirect + github.com/pmezard/go-difflib v1.0.0 // indirect + golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect golang.org/x/sys v0.0.0-20210816183151-1e6c022a8912 // indirect gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect ) diff --git a/go.sum b/go.sum index 6ecce69..c29cfee 100644 --- a/go.sum +++ b/go.sum @@ -206,8 +206,8 @@ github.com/influxdata/tdigest v0.0.0-20181121200506-bf2b5ad3c0a9/go.mod h1:Js0mq github.com/influxdata/usage-client v0.0.0-20160829180054-6d3895376368/go.mod h1:Wbbw6tYNvwa5dlB6304Sd+82Z3f7PmVZHVKU637d4po= github.com/iotexproject/go-ethereum v0.4.0 h1:3GX+vZTI6KeazPabaw3oyLpPl1dOuyJyqqGpWspi1Gs= github.com/iotexproject/go-ethereum v0.4.0/go.mod h1:pJNuIUYfX5+JKzSD/BTdNsvJSZ1TJqmz0dVyXMAbf6M= -github.com/iotexproject/iotex-address v0.2.6 h1:u3vh1fi1hdPyL9gjzqv4bqRj2nTKZG2cbqCcFIYho/s= -github.com/iotexproject/iotex-address v0.2.6/go.mod h1:K78yPSMB4K7gF/iQ7djT1amph0RBrP3rSkFfH7gNG70= +github.com/iotexproject/iotex-address v0.2.7 h1:dWPlNIt6Y+Gc/XowNJvrs9uLM6HbfVIpGsK8d5oR1MU= +github.com/iotexproject/iotex-address v0.2.7/go.mod h1:K78yPSMB4K7gF/iQ7djT1amph0RBrP3rSkFfH7gNG70= github.com/jackpal/go-nat-pmp v1.0.2-0.20160603034137-1fa385a6f458/go.mod h1:QPH045xvCAeXUZOxsnwmrtiCoxIr9eob+4orBN1SBKc= github.com/jedisct1/go-minisign v0.0.0-20190909160543-45766022959e/go.mod h1:G1CVv03EnqU1wYL2dFwXxW2An0az9JTl/ZsqXQeBlkU= github.com/jessevdk/go-flags v0.0.0-20141203071132-1679536dcc89/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI=