Skip to content
Open
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
37 changes: 19 additions & 18 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/0xPolygon/polygon-edge

go 1.20
go 1.23.0

require (
github.com/btcsuite/btcd v0.22.1
Expand All @@ -23,16 +23,16 @@ require (
github.com/multiformats/go-base32 v0.1.0 // indirect
github.com/multiformats/go-multiaddr v0.12.3
github.com/multiformats/go-multihash v0.2.3 // indirect
github.com/prometheus/client_golang v1.18.0
github.com/prometheus/client_golang v1.23.2
github.com/ryanuber/columnize v2.1.2+incompatible
github.com/spf13/cobra v1.8.0
github.com/stretchr/testify v1.9.0
github.com/stretchr/testify v1.11.1
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d
github.com/umbracle/fastrlp v0.1.1-0.20230504065717-58a1b8a9929d
github.com/umbracle/go-eth-bn256 v0.0.0-20230125114011-47cb310d9b0b
golang.org/x/crypto v0.22.0
golang.org/x/crypto v0.41.0
google.golang.org/grpc v1.63.2
google.golang.org/protobuf v1.34.0
google.golang.org/protobuf v1.36.8
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce
)

Expand All @@ -45,14 +45,14 @@ require (
github.com/fatih/color v1.15.0 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/ipfs/go-cid v0.4.1 // indirect
github.com/klauspost/compress v1.17.2 // indirect
github.com/klauspost/compress v1.18.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mitchellh/mapstructure v1.5.0
github.com/umbracle/ethgo v0.1.4-0.20231006072852-6b068360fc97
github.com/valyala/fastjson v1.6.3 // indirect
go.uber.org/zap v1.26.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/tools v0.17.0
golang.org/x/sys v0.35.0 // indirect
golang.org/x/tools v0.35.0
gopkg.in/yaml.v3 v3.0.1
lukechampine.com/blake3 v1.2.1 // indirect
)
Expand All @@ -68,7 +68,7 @@ require (
github.com/quasilyte/go-ruleguard v0.4.0
github.com/quasilyte/go-ruleguard/dsl v0.3.22
github.com/sethvargo/go-retry v0.2.4
golang.org/x/sync v0.7.0
golang.org/x/sync v0.16.0
google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda
gopkg.in/DataDog/dd-trace-go.v1 v1.63.1
pgregory.net/rapid v1.1.0
Expand All @@ -91,7 +91,7 @@ require (
github.com/hashicorp/golang-lru/v2 v2.0.5 // indirect
github.com/ipfs/boxo v0.8.1 // indirect
github.com/libp2p/go-yamux/v4 v4.0.1 // indirect
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/onsi/ginkgo/v2 v2.13.0 // indirect
github.com/outcaste-io/ristretto v0.2.3 // indirect
github.com/quic-go/qpack v0.4.0 // indirect
Expand All @@ -108,6 +108,7 @@ require (
go.uber.org/dig v1.17.1 // indirect
go.uber.org/fx v1.20.1 // indirect
go.uber.org/mock v0.3.0 // indirect
go.yaml.in/yaml/v2 v2.4.2 // indirect
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240429193739-8cf5692501f6 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240429193739-8cf5692501f6 // indirect
Expand All @@ -130,7 +131,7 @@ require (
github.com/bwesterb/go-ristretto v1.2.0 // indirect
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/consensys/gnark-crypto v0.5.3 // indirect
github.com/containerd/continuity v0.3.0 // indirect
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
Expand Down Expand Up @@ -203,9 +204,9 @@ require (
github.com/philhofer/fwd v1.1.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/prometheus/client_model v0.5.0 // indirect
github.com/prometheus/common v0.45.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/prometheus/client_model v0.6.2 // indirect
github.com/prometheus/common v0.66.1 // indirect
github.com/prometheus/procfs v0.16.1 // indirect
github.com/quasilyte/gogrep v0.5.0 // indirect
github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 // indirect
github.com/raulk/go-watchdog v1.3.0 // indirect
Expand All @@ -223,10 +224,10 @@ require (
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/exp/typeparams v0.0.0-20230307190834-24139beb5833 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/oauth2 v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/mod v0.26.0 // indirect
golang.org/x/net v0.43.0 // indirect
golang.org/x/oauth2 v0.30.0 // indirect
golang.org/x/text v0.28.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/api v0.177.0 // indirect
Expand Down
Loading
Loading