diff --git a/go.mod b/go.mod index e2d82c5a..af080849 100644 --- a/go.mod +++ b/go.mod @@ -23,13 +23,14 @@ require ( github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 github.com/huandu/go-sqlbuilder v1.25.0 github.com/jellydator/ttlcache/v3 v3.2.0 + github.com/klauspost/compress v1.17.7 github.com/lib/pq v1.10.9 github.com/libp2p/go-libp2p v0.33.1 github.com/mitchellh/hashstructure/v2 v2.0.2 github.com/multiformats/go-multiaddr v0.12.2 github.com/oschwald/maxminddb-golang v1.12.0 github.com/pkg/errors v0.9.1 - github.com/probe-lab/hermes v0.0.0-20240327153144-a2528356b4f7 + github.com/probe-lab/hermes v0.0.0-20240617105441-1fe47e94de4a github.com/prometheus/client_golang v1.19.0 github.com/prysmaticlabs/prysm/v5 v5.0.2 github.com/r3labs/sse/v2 v2.10.0 @@ -143,7 +144,6 @@ require ( github.com/jmespath/go-jmespath v0.4.0 // indirect github.com/json-iterator/go v1.1.12 // indirect github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213 // indirect - github.com/klauspost/compress v1.17.7 // indirect github.com/klauspost/cpuid/v2 v2.2.7 // indirect github.com/koron/go-ssdp v0.0.4 // indirect github.com/kr/pretty v0.3.1 // indirect