diff --git a/src/ethsign/go.mod b/src/ethsign/go.mod index 137b54bd7..209b0d8ae 100644 --- a/src/ethsign/go.mod +++ b/src/ethsign/go.mod @@ -3,7 +3,7 @@ module github.com/dapphub/ethsign go 1.13 require ( - github.com/ethereum/go-ethereum v1.10.22 - golang.org/x/crypto v0.1.0 + github.com/ethereum/go-ethereum v1.12.1 + golang.org/x/crypto v0.9.0 gopkg.in/urfave/cli.v1 v1.20.0 )