Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Dec 19, 2024
1 parent da74b16 commit a24ba43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion erigon-lib/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ require (
)

require (
github.com/RoaringBitmap/roaring v1.9.4
github.com/RoaringBitmap/roaring/v2 v2.4.2
github.com/anacrolix/dht/v2 v2.21.1
github.com/anacrolix/go-libutp v1.3.1
Expand Down Expand Up @@ -61,6 +60,7 @@ require (
)

require (
github.com/RoaringBitmap/roaring v1.9.4 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/ianlancetaylor/cgosymbolizer v0.0.0-20240503222823-736c933a666d // indirect
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ require (
github.com/99designs/gqlgen v0.17.56
github.com/Giulio2002/bls v0.0.0-20241116091023-2ddcc8954ec0
github.com/Masterminds/sprig/v3 v3.2.3
github.com/RoaringBitmap/roaring v1.9.4
github.com/RoaringBitmap/roaring/v2 v2.4.2
github.com/alecthomas/kong v0.8.1
github.com/anacrolix/sync v0.5.1
Expand Down Expand Up @@ -110,6 +109,7 @@ require (
)

require (
github.com/RoaringBitmap/roaring v1.9.4 // indirect
github.com/alecthomas/atomic v0.1.0-alpha2 // indirect
github.com/benesch/cgosymbolizer v0.0.0-20190515212042-bec6fe6e597b // indirect
github.com/crate-crypto/go-ipa v0.0.0-20221111143132-9aa5d42120bc // indirect
Expand Down

0 comments on commit a24ba43

Please sign in to comment.