diff --git a/go.mod b/go.mod index 6edc0aa..8c89a1b 100644 --- a/go.mod +++ b/go.mod @@ -4,5 +4,5 @@ go 1.15 require ( github.com/cucumber/godog v0.11.0 - github.com/ethereum/go-ethereum v1.10.3 + github.com/ethereum/go-ethereum v1.10.17 )