Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseguy committed Jun 21, 2024
1 parent a0019b1 commit cfba816
Showing 1 changed file with 1 addition and 1 deletion.
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/ethereum-optimism/optimism v1.7.6
github.com/ethereum/go-ethereum v1.101315.1
github.com/go-chi/chi/v5 v5.0.12
github.com/google/uuid v1.6.0
github.com/minio/minio-go/v7 v7.0.70
github.com/prometheus/client_golang v1.19.0
github.com/rs/zerolog v1.32.0
Expand Down Expand Up @@ -49,7 +50,6 @@ require (
github.com/gofrs/flock v0.8.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/holiman/uint256 v1.2.4 // indirect
github.com/huandu/go-clone v1.6.0 // indirect
Expand Down

0 comments on commit cfba816

Please sign in to comment.