11module github.com/keep-network/keep-common
22
3- go 1.12
3+ go 1.16
44
55replace github.com/urfave/cli => github.com/keep-network/cli v1.20.0
66
@@ -10,20 +10,19 @@ require (
1010 github.com/celo-org/celo-blockchain v0.0.0-20210222234634-f8c8f6744526
1111 github.com/cespare/cp v1.1.1 // indirect
1212 github.com/deckarep/golang-set v1.7.1 // indirect
13- github.com/ethereum/go-ethereum v1.10.1
13+ github.com/ethereum/go-ethereum v1.10.8
1414 github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08 // indirect
1515 github.com/ipfs/go-log v0.0.1
1616 github.com/jackpal/go-nat-pmp v1.0.2 // indirect
1717 github.com/karalabe/usb v0.0.0-20191104083709-911d15fe12a9 // indirect
18- github.com/olekukonko/tablewriter v0.0.2 // indirect
1918 github.com/pborman/uuid v1.2.0 // indirect
2019 github.com/prometheus/tsdb v0.10.0 // indirect
2120 github.com/rjeczalik/notify v0.9.2 // indirect
2221 github.com/status-im/keycard-go v0.0.0-20191119114148-6dd40a46baa0 // indirect
2322 github.com/tyler-smith/go-bip39 v1.0.2 // indirect
2423 github.com/urfave/cli v1.22.1
25- golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
26- golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
27- golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
28- golang.org/x/tools v0.0.0-20200117012304-6edc0a871e69
24+ golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
25+ golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
26+ golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
27+ golang.org/x/tools v0.1.0
2928)
0 commit comments