Skip to content

Commit dada102

Browse files
committed
keep version the same with sgn-v2
1 parent 0ce41af commit dada102

File tree

2 files changed

+15
-51
lines changed

2 files changed

+15
-51
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ module github.com/celer-network/endpoint-proxy
33
go 1.17
44

55
require (
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

1010
require (
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
)

0 commit comments

Comments
 (0)