File tree Expand file tree Collapse file tree 2 files changed +15
-51
lines changed Expand file tree Collapse file tree 2 files changed +15
-51
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ module github.com/celer-network/endpoint-proxy
33go 1.17
44
55require (
6- github.com/celer-network/goutils v0.1.56
7- github.com/ethereum/go-ethereum v1.10.18
6+ github.com/celer-network/goutils v0.1.57
7+ github.com/ethereum/go-ethereum v1.10.19
88)
99
1010require (
1111 github.com/btcsuite/btcd v0.20.1-beta // indirect
1212 github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
1313 github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
14- golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
15- golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
14+ golang.org/x/crypto v0.0.0-20220924013350-4ba4fb4dd9e7 // indirect
15+ golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
1616)
You can’t perform that action at this time.
0 commit comments