Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.16

require (
github.com/99designs/gqlgen v0.16.0
github.com/ethereum/go-ethereum v1.10.12
github.com/ethereum/go-ethereum v1.10.22
github.com/golang/snappy v0.0.4
github.com/google/uuid v1.3.0
github.com/hashicorp/go-version v1.4.0
Expand All @@ -18,7 +18,7 @@ require (
github.com/protolambda/ztyp v0.2.1
github.com/robfig/cron/v3 v3.0.1
github.com/rs/cors v1.8.2
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.7.2
github.com/vektah/gqlparser/v2 v2.2.0
go.mongodb.org/mongo-driver v1.8.3
gopkg.in/yaml.v2 v2.4.0
Expand Down
Loading