Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
aanand1 committed Sep 25, 2024
1 parent cef027f commit ccd8dce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -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=
Expand Down

0 comments on commit ccd8dce

Please sign in to comment.