Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Oct 5, 2022
1 parent 633d613 commit 13d64c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 328 deletions.
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ require (
lukechampine.com/blake3 v1.1.7 // indirect
)

require github.com/0xPolygon/go-ibft v0.0.0-20220810095021-e43142f8d267
require (
github.com/0xPolygon/go-ibft v0.0.0-20220810095021-e43142f8d267
go.uber.org/atomic v1.10.0
)

require (
cloud.google.com/go v0.102.0 // indirect
Expand Down Expand Up @@ -168,7 +171,6 @@ require (
github.com/valyala/fasthttp v1.37.0 // indirect
github.com/whyrusleeping/timecache v0.0.0-20160911033111-cfcb2f1abfee // indirect
go.opencensus.io v0.23.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/net v0.0.0-20220812174116-3211cb980234 // indirect
Expand Down
Loading

0 comments on commit 13d64c1

Please sign in to comment.