Skip to content

Commit

Permalink
Merge pull request #223 from gobitfly/update_go_mod
Browse files Browse the repository at this point in the history
update go mod
  • Loading branch information
peterbitfly authored Apr 23, 2024
2 parents a9ea820 + cb4ad1a commit fd868d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ require (
github.com/golang/protobuf v1.5.3
github.com/gomodule/redigo v1.9.2
github.com/google/uuid v1.6.0
github.com/gorilla/handlers v1.5.2
github.com/gorilla/mux v1.8.1
github.com/gorilla/websocket v1.5.0
github.com/gzuidhof/tygo v0.2.13
Expand All @@ -49,7 +50,6 @@ require (
github.com/protolambda/zrnt v0.30.0
github.com/prysmaticlabs/go-bitfield v0.0.0-20210809151128-385d8c5e3fb7
github.com/prysmaticlabs/go-ssz v0.0.0-20210121151755-f6208871c388
github.com/prysmaticlabs/prysm/v3 v3.2.2
github.com/rocket-pool/rocketpool-go v1.8.2
github.com/rocket-pool/smartnode v1.11.7
github.com/shopspring/decimal v1.3.1
Expand Down Expand Up @@ -130,7 +130,6 @@ require (
github.com/google/s2a-go v0.1.7 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
github.com/gorilla/handlers v1.5.2 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
github.com/herumi/bls-eth-go-binary v1.31.0 // indirect
github.com/holiman/uint256 v1.2.4 // indirect
Expand Down Expand Up @@ -186,6 +185,7 @@ require (
github.com/protolambda/zssz v0.1.5 // indirect
github.com/prysmaticlabs/fastssz v0.0.0-20221107182844-78142813af44 // indirect
github.com/prysmaticlabs/gohashtree v0.0.2-alpha // indirect
github.com/prysmaticlabs/prysm/v3 v3.2.2 // indirect
github.com/r3labs/sse/v2 v2.10.0 // indirect
github.com/rs/zerolog v1.29.1 // indirect
github.com/sethvargo/go-retry v0.2.4 // indirect
Expand Down

0 comments on commit fd868d7

Please sign in to comment.