Skip to content

Commit

Permalink
Fix go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
ulbqb committed Dec 12, 2022
1 parent ba94865 commit f542429
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ require (
github.com/herumi/bls-eth-go-binary v0.0.0-20220509081320-2d8ab06de53c
github.com/lib/pq v1.10.7
github.com/libp2p/go-buffer-pool v0.1.0
github.com/miekg/dns v1.1.43
github.com/minio/highwayhash v1.0.2
github.com/ory/dockertest v3.3.5+incompatible
github.com/pkg/errors v0.9.1
Expand All @@ -48,8 +49,6 @@ require (
gotest.tools v2.2.0+incompatible // indirect
)

require github.com/miekg/dns v1.1.43

require (
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
github.com/DataDog/zstd v1.4.1 // indirect
Expand Down

0 comments on commit f542429

Please sign in to comment.