diff --git a/go.mod b/go.mod index 9e53749..b2875e9 100644 --- a/go.mod +++ b/go.mod @@ -7,6 +7,7 @@ require ( github.com/bloXroute-Labs/bloxroute-sdk-go v1.5.1 github.com/cornelk/hashmap v1.0.8 github.com/ethereum/go-ethereum v1.14.8 + github.com/fasthttp/websocket v1.5.8 github.com/go-playground/validator/v10 v10.19.0 github.com/google/uuid v1.6.0 github.com/gorilla/mux v1.8.1 @@ -33,7 +34,6 @@ require ( github.com/crate-crypto/go-kzg-4844 v1.0.0 // indirect github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect github.com/ethereum/c-kzg-4844 v1.0.2 // indirect - github.com/fasthttp/websocket v1.5.8 // indirect github.com/fluent/fluent-logger-golang v1.9.0 // indirect github.com/fsnotify/fsnotify v1.7.0 // indirect github.com/gabriel-vasile/mimetype v1.4.3 // indirect diff --git a/go.sum b/go.sum index 605a43a..c6d5eac 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,5 @@ github.com/DataDog/zstd v1.5.5 h1:oWf5W7GtOLgp6bciQYDmhHHjdhYkALu6S/5Ni9ZgSvQ= github.com/DataDog/zstd v1.5.5/go.mod h1:g4AWEaM3yOg3HYfnJ3YIawPnVdXJh9QME85blwSAmyw= -github.com/FastLane-Labs/atlas-sdk-go v0.0.0-20240905084332-938389daf445 h1:vMVxeyPlHeZW9zx5Yzo5ud78ilK8apZ8W2b9RCx8abw= -github.com/FastLane-Labs/atlas-sdk-go v0.0.0-20240905084332-938389daf445/go.mod h1:+L36AOdP4Itmc2Hcsb3/y3bwfPZhLIHF3FY77vxDNeg= github.com/FastLane-Labs/atlas-sdk-go v0.0.0-20240925121838-92919d7c1c7c h1:oxf869c23XtdmcUeoszsZE+ObLOY47RajMA/LsLdLfY= github.com/FastLane-Labs/atlas-sdk-go v0.0.0-20240925121838-92919d7c1c7c/go.mod h1:+L36AOdP4Itmc2Hcsb3/y3bwfPZhLIHF3FY77vxDNeg= github.com/VictoriaMetrics/fastcache v1.12.2 h1:N0y9ASrJ0F6h0QaC3o6uJb3NIZ9VKLjCM7NQbSmF7WI=