forked from ethereum-optimism/optimism
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
105 changed files
with
3,978 additions
and
1,344 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,194 +1,207 @@ | ||
module github.com/ethereum-optimism/optimism | ||
|
||
go 1.19 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/btcsuite/btcd v0.23.3 | ||
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 | ||
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 | ||
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 | ||
github.com/docker/docker v20.10.21+incompatible | ||
github.com/docker/go-connections v0.4.0 | ||
github.com/ethereum-optimism/go-ethereum-hdwallet v0.1.3 | ||
github.com/ethereum/go-ethereum v1.11.4 | ||
github.com/fsnotify/fsnotify v1.6.0 | ||
github.com/golang/snappy v0.0.4 | ||
github.com/go-stack/stack v1.8.1 | ||
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb | ||
github.com/google/go-cmp v0.5.9 | ||
github.com/google/gofuzz v1.2.1-0.20220503160820-4a35382e8fc8 | ||
github.com/hashicorp/go-multierror v1.1.1 | ||
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d | ||
github.com/holiman/uint256 v1.2.0 | ||
github.com/holiman/uint256 v1.2.4 | ||
github.com/ipfs/go-datastore v0.6.0 | ||
github.com/ipfs/go-ds-leveldb v0.5.0 | ||
github.com/libp2p/go-libp2p v0.25.1 | ||
github.com/libp2p/go-libp2p-pubsub v0.9.0 | ||
github.com/libp2p/go-libp2p v0.32.0 | ||
github.com/libp2p/go-libp2p-mplex v0.9.0 | ||
github.com/libp2p/go-libp2p-pubsub v0.10.0 | ||
github.com/libp2p/go-libp2p-testing v0.12.0 | ||
github.com/mattn/go-isatty v0.0.17 | ||
github.com/multiformats/go-multiaddr v0.8.0 | ||
github.com/mattn/go-isatty v0.0.20 | ||
github.com/multiformats/go-multiaddr v0.12.0 | ||
github.com/multiformats/go-multiaddr-dns v0.3.1 | ||
github.com/olekukonko/tablewriter v0.0.5 | ||
github.com/prometheus/client_golang v1.14.0 | ||
github.com/schollz/progressbar/v3 v3.13.0 | ||
github.com/stretchr/testify v1.8.1 | ||
github.com/stretchr/testify v1.8.4 | ||
github.com/urfave/cli v1.22.9 | ||
github.com/urfave/cli/v2 v2.17.2-0.20221006022127-8f469abc00aa | ||
golang.org/x/crypto v0.6.0 | ||
golang.org/x/exp v0.0.0-20230213192124-5e25df0256eb | ||
golang.org/x/term v0.5.0 | ||
github.com/urfave/cli/v2 v2.25.7 | ||
golang.org/x/crypto v0.18.0 | ||
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa | ||
golang.org/x/term v0.16.0 | ||
) | ||
|
||
require ( | ||
github.com/DataDog/zstd v1.5.2 // indirect | ||
github.com/Microsoft/go-winio v0.6.0 // indirect | ||
github.com/VictoriaMetrics/fastcache v1.10.0 // indirect | ||
github.com/Microsoft/go-winio v0.6.1 // indirect | ||
github.com/VictoriaMetrics/fastcache v1.12.1 // indirect | ||
github.com/allegro/bigcache v1.2.1 // indirect | ||
github.com/benbjohnson/clock v1.3.0 // indirect | ||
github.com/benbjohnson/clock v1.3.5 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/bits-and-blooms/bitset v1.10.0 // indirect | ||
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect | ||
github.com/btcsuite/btcd/btcutil v1.1.0 // indirect | ||
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/cockroachdb/errors v1.9.1 // indirect | ||
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect | ||
github.com/cockroachdb/pebble v0.0.0-20230209160836-829675f94811 // indirect | ||
github.com/cockroachdb/pebble v0.0.0-20230928194634-aa077af62593 // indirect | ||
github.com/cockroachdb/redact v1.1.3 // indirect | ||
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect | ||
github.com/consensys/bavard v0.1.13 // indirect | ||
github.com/consensys/gnark-crypto v0.12.1 // indirect | ||
github.com/containerd/cgroups v1.1.0 // indirect | ||
github.com/coreos/go-systemd/v22 v22.5.0 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect | ||
github.com/crate-crypto/go-ipa v0.0.0-20231025140028-3c0104f4b233 // indirect | ||
github.com/crate-crypto/go-kzg-4844 v0.7.0 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect | ||
github.com/deckarep/golang-set/v2 v2.1.0 // indirect | ||
github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect | ||
github.com/decred/dcrd/crypto/blake256 v1.0.1 // indirect | ||
github.com/deepmap/oapi-codegen v1.8.2 // indirect | ||
github.com/docker/distribution v2.8.1+incompatible // indirect | ||
github.com/docker/go-units v0.5.0 // indirect | ||
github.com/edsrzf/mmap-go v1.1.0 // indirect | ||
github.com/elastic/gosigar v0.14.2 // indirect | ||
github.com/emirpasic/gods v1.18.1 // indirect | ||
github.com/ethereum-optimism/superchain-registry/superchain v0.0.0-20240318114348-52d3dbd1605d // indirect | ||
github.com/ethereum/c-kzg-4844 v0.4.0 // indirect | ||
github.com/fjl/memsize v0.0.1 // indirect | ||
github.com/flynn/noise v1.0.0 // indirect | ||
github.com/francoispqt/gojay v1.2.13 // indirect | ||
github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08 // indirect | ||
github.com/gballet/go-verkle v0.1.1-0.20231031103413-a67434b50f46 // indirect | ||
github.com/getsentry/sentry-go v0.18.0 // indirect | ||
github.com/go-ole/go-ole v1.2.6 // indirect | ||
github.com/go-stack/stack v1.8.1 // indirect | ||
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect | ||
github.com/go-ole/go-ole v1.3.0 // indirect | ||
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect | ||
github.com/godbus/dbus/v5 v5.1.0 // indirect | ||
github.com/gofrs/flock v0.8.1 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect | ||
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect | ||
github.com/golang/mock v1.6.0 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/google/gopacket v1.1.19 // indirect | ||
github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect | ||
github.com/google/pprof v0.0.0-20231023181126-ff6d637d2a7b // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/gorilla/websocket v1.5.0 // indirect | ||
github.com/graph-gophers/graphql-go v1.3.0 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-bexpr v0.1.11 // indirect | ||
github.com/hashicorp/golang-lru/v2 v2.0.1 // indirect | ||
github.com/hashicorp/golang-lru/arc/v2 v2.0.5 // indirect | ||
github.com/hashicorp/golang-lru/v2 v2.0.5 // indirect | ||
github.com/holiman/billy v0.0.0-20230718173358-1c7e68d277a7 // indirect | ||
github.com/holiman/bloomfilter/v2 v2.0.3 // indirect | ||
github.com/huin/goupnp v1.1.0 // indirect | ||
github.com/influxdata/influxdb v1.8.3 // indirect | ||
github.com/huin/goupnp v1.3.0 // indirect | ||
github.com/influxdata/influxdb-client-go/v2 v2.4.0 // indirect | ||
github.com/influxdata/influxdb1-client v0.0.0-20220302092344-a9ab5670611c // indirect | ||
github.com/influxdata/line-protocol v0.0.0-20210311194329-9aa0e372d097 // indirect | ||
github.com/ipfs/go-cid v0.3.2 // indirect | ||
github.com/ipfs/go-cid v0.4.1 // indirect | ||
github.com/ipfs/go-log v1.0.5 // indirect | ||
github.com/ipfs/go-log/v2 v2.5.1 // indirect | ||
github.com/jackpal/go-nat-pmp v1.0.2 // indirect | ||
github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect | ||
github.com/jbenet/goprocess v0.1.4 // indirect | ||
github.com/klauspost/compress v1.15.15 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.3 // indirect | ||
github.com/koron/go-ssdp v0.0.3 // indirect | ||
github.com/klauspost/compress v1.17.2 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.5 // indirect | ||
github.com/koron/go-ssdp v0.0.4 // indirect | ||
github.com/kr/pretty v0.3.1 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/libp2p/go-buffer-pool v0.1.0 // indirect | ||
github.com/libp2p/go-cidranger v1.1.0 // indirect | ||
github.com/libp2p/go-flow-metrics v0.1.0 // indirect | ||
github.com/libp2p/go-libp2p-asn-util v0.2.0 // indirect | ||
github.com/libp2p/go-libp2p-asn-util v0.3.0 // indirect | ||
github.com/libp2p/go-mplex v0.7.0 // indirect | ||
github.com/libp2p/go-msgio v0.3.0 // indirect | ||
github.com/libp2p/go-nat v0.1.0 // indirect | ||
github.com/libp2p/go-nat v0.2.0 // indirect | ||
github.com/libp2p/go-netroute v0.2.1 // indirect | ||
github.com/libp2p/go-reuseport v0.2.0 // indirect | ||
github.com/libp2p/go-yamux/v4 v4.0.0 // indirect | ||
github.com/libp2p/go-reuseport v0.4.0 // indirect | ||
github.com/libp2p/go-yamux/v4 v4.0.1 // indirect | ||
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-runewidth v0.0.14 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect | ||
github.com/miekg/dns v1.1.50 // indirect | ||
github.com/miekg/dns v1.1.56 // indirect | ||
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b // indirect | ||
github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect | ||
github.com/minio/sha256-simd v1.0.0 // indirect | ||
github.com/minio/sha256-simd v1.0.1 // indirect | ||
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
github.com/mitchellh/pointerstructure v1.2.1 // indirect | ||
github.com/mmcloughlin/addchain v0.4.0 // indirect | ||
github.com/moby/term v0.0.0-20221105221325-4eb28fa6025c // indirect | ||
github.com/morikuni/aec v1.0.0 // indirect | ||
github.com/mr-tron/base58 v1.2.0 // indirect | ||
github.com/multiformats/go-base32 v0.1.0 // indirect | ||
github.com/multiformats/go-base36 v0.2.0 // indirect | ||
github.com/multiformats/go-multiaddr-fmt v0.1.0 // indirect | ||
github.com/multiformats/go-multibase v0.1.1 // indirect | ||
github.com/multiformats/go-multicodec v0.8.1 // indirect | ||
github.com/multiformats/go-multihash v0.2.1 // indirect | ||
github.com/multiformats/go-multistream v0.4.1 // indirect | ||
github.com/multiformats/go-multibase v0.2.0 // indirect | ||
github.com/multiformats/go-multicodec v0.9.0 // indirect | ||
github.com/multiformats/go-multihash v0.2.3 // indirect | ||
github.com/multiformats/go-multistream v0.5.0 // indirect | ||
github.com/multiformats/go-varint v0.0.7 // indirect | ||
github.com/onsi/ginkgo/v2 v2.8.1 // indirect | ||
github.com/onsi/ginkgo/v2 v2.13.0 // indirect | ||
github.com/opencontainers/go-digest v1.0.0 // indirect | ||
github.com/opencontainers/image-spec v1.0.2 // indirect | ||
github.com/opencontainers/runtime-spec v1.0.2 // indirect | ||
github.com/opencontainers/runtime-spec v1.1.0 // indirect | ||
github.com/opentracing/opentracing-go v1.2.0 // indirect | ||
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect | ||
github.com/peterh/liner v1.1.1-0.20190123174540-a2c9a5303de7 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/prometheus/client_model v0.3.0 // indirect | ||
github.com/prometheus/client_model v0.4.0 // indirect | ||
github.com/prometheus/common v0.39.0 // indirect | ||
github.com/prometheus/procfs v0.9.0 // indirect | ||
github.com/quic-go/qpack v0.4.0 // indirect | ||
github.com/quic-go/qtls-go1-18 v0.2.0 // indirect | ||
github.com/quic-go/qtls-go1-19 v0.2.0 // indirect | ||
github.com/quic-go/qtls-go1-20 v0.1.0 // indirect | ||
github.com/quic-go/quic-go v0.32.0 // indirect | ||
github.com/quic-go/webtransport-go v0.5.1 // indirect | ||
github.com/quic-go/qtls-go1-20 v0.3.4 // indirect | ||
github.com/quic-go/quic-go v0.39.4 // indirect | ||
github.com/quic-go/webtransport-go v0.6.0 // indirect | ||
github.com/raulk/go-watchdog v1.3.0 // indirect | ||
github.com/rivo/uniseg v0.4.3 // indirect | ||
github.com/rogpeppe/go-internal v1.9.0 // indirect | ||
github.com/rogpeppe/go-internal v1.10.0 // indirect | ||
github.com/rs/cors v1.8.2 // indirect | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/shirou/gopsutil v3.21.11+incompatible // indirect | ||
github.com/sirupsen/logrus v1.9.0 // indirect | ||
github.com/spaolacci/murmur3 v1.1.0 // indirect | ||
github.com/status-im/keycard-go v0.2.0 // indirect | ||
github.com/stretchr/objx v0.5.0 // indirect | ||
github.com/supranational/blst v0.3.11 // indirect | ||
github.com/syndtr/goleveldb v1.0.1-0.20220614013038-64ee5596c38a // indirect | ||
github.com/tklauser/go-sysconf v0.3.10 // indirect | ||
github.com/tklauser/numcpus v0.5.0 // indirect | ||
github.com/tklauser/go-sysconf v0.3.12 // indirect | ||
github.com/tklauser/numcpus v0.6.1 // indirect | ||
github.com/tyler-smith/go-bip39 v1.1.0 // indirect | ||
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect | ||
github.com/yusufpapurcu/wmi v1.2.2 // indirect | ||
go.uber.org/atomic v1.10.0 // indirect | ||
go.uber.org/dig v1.16.1 // indirect | ||
go.uber.org/fx v1.19.1 // indirect | ||
go.uber.org/multierr v1.9.0 // indirect | ||
go.uber.org/zap v1.24.0 // indirect | ||
golang.org/x/mod v0.8.0 // indirect | ||
golang.org/x/net v0.7.0 // indirect | ||
golang.org/x/sync v0.1.0 // indirect | ||
golang.org/x/sys v0.5.0 // indirect | ||
golang.org/x/text v0.7.0 // indirect | ||
golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect | ||
golang.org/x/tools v0.6.0 // indirect | ||
google.golang.org/protobuf v1.28.1 // indirect | ||
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect | ||
go.uber.org/atomic v1.11.0 // indirect | ||
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.uber.org/multierr v1.11.0 // indirect | ||
go.uber.org/zap v1.26.0 // indirect | ||
golang.org/x/mod v0.14.0 // indirect | ||
golang.org/x/net v0.18.0 // indirect | ||
golang.org/x/sync v0.5.0 // indirect | ||
golang.org/x/sys v0.16.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
golang.org/x/time v0.3.0 // indirect | ||
golang.org/x/tools v0.15.0 // indirect | ||
google.golang.org/protobuf v1.30.0 // indirect | ||
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
gotest.tools/v3 v3.4.0 // indirect | ||
lukechampine.com/blake3 v1.1.7 // indirect | ||
lukechampine.com/blake3 v1.2.1 // indirect | ||
nhooyr.io/websocket v1.8.7 // indirect | ||
rsc.io/tmplfunc v0.0.3 // indirect | ||
) | ||
|
||
replace github.com/ethereum/go-ethereum v1.11.4 => github.com/ethereum-optimism/op-geth v1.11.2-de8c5df46.0.20230321002540-11f0554a4313 | ||
replace github.com/ethereum/go-ethereum v1.11.4 => github.com/ethereum-optimism/op-geth v1.101311.0 | ||
|
||
//replace github.com/ethereum/go-ethereum v1.11.4 => ../go-ethereum |
Oops, something went wrong.