diff --git a/cmd/keeper/go.mod b/cmd/keeper/go.mod index 2f2377948c..0745081fe4 100644 --- a/cmd/keeper/go.mod +++ b/cmd/keeper/go.mod @@ -11,6 +11,7 @@ require ( github.com/StackExchange/wmi v1.2.1 // indirect github.com/VictoriaMetrics/fastcache v1.13.0 // indirect github.com/bits-and-blooms/bitset v1.20.0 // indirect + github.com/cespare/xxhash/v2 v2.3.0 // indirect github.com/consensys/gnark-crypto v0.18.1 // indirect github.com/crate-crypto/go-eth-kzg v1.5.0 // indirect github.com/deckarep/golang-set/v2 v2.6.0 // indirect