@@ -5,7 +5,7 @@ go 1.23.6
5
5
require (
6
6
github.com/VictoriaMetrics/fastcache v1.12.1
7
7
github.com/antithesishq/antithesis-sdk-go v0.3.8
8
- github.com/ava-labs/avalanchego v1.12.3-rc.1.0.20250326132201-73294af08342
8
+ github.com/ava-labs/avalanchego v1.13.1-0.20250327151600-3a6bfac46f43
9
9
github.com/ava-labs/libevm v1.13.14-0.2.0.rc.4
10
10
github.com/davecgh/go-spew v1.1.1
11
11
github.com/deckarep/golang-set/v2 v2.1.0
@@ -32,10 +32,10 @@ require (
32
32
go.uber.org/goleak v1.3.0
33
33
go.uber.org/mock v0.5.0
34
34
go.uber.org/zap v1.26.0
35
- golang.org/x/crypto v0.32 .0
35
+ golang.org/x/crypto v0.35 .0
36
36
golang.org/x/exp v0.0.0-20241215155358-4a5509556b9e
37
37
golang.org/x/mod v0.22.0
38
- golang.org/x/sync v0.10 .0
38
+ golang.org/x/sync v0.11 .0
39
39
golang.org/x/time v0.3.0
40
40
golang.org/x/tools v0.29.0
41
41
google.golang.org/protobuf v1.35.2
@@ -46,8 +46,8 @@ require (
46
46
github.com/DataDog/zstd v1.5.2 // indirect
47
47
github.com/Microsoft/go-winio v0.6.1 // indirect
48
48
github.com/NYTimes/gziphandler v1.1.1 // indirect
49
- github.com/StephenButtolph/canoto v0.10 .0 // indirect
50
- github.com/ava-labs/coreth v0.14.1 -rc.3 .0.20250326124329-8ee70dc0f37c // indirect
49
+ github.com/StephenButtolph/canoto v0.15 .0 // indirect
50
+ github.com/ava-labs/coreth v0.15.0 -rc.1 .0.20250331083503-0d68be6b92be // indirect
51
51
github.com/beorn7/perks v1.0.1 // indirect
52
52
github.com/bits-and-blooms/bitset v1.10.0 // indirect
53
53
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
@@ -101,6 +101,7 @@ require (
101
101
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
102
102
github.com/hashicorp/hcl v1.0.0 // indirect
103
103
github.com/huin/goupnp v1.3.0 // indirect
104
+ github.com/imdario/mergo v0.3.16 // indirect
104
105
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
105
106
github.com/josharian/intern v1.0.0 // indirect
106
107
github.com/json-iterator/go v1.1.12 // indirect
@@ -140,7 +141,7 @@ require (
140
141
github.com/spf13/jwalterweatherman v1.1.0 // indirect
141
142
github.com/status-im/keycard-go v0.2.0 // indirect
142
143
github.com/subosito/gotenv v1.3.0 // indirect
143
- github.com/supranational/blst v0.3.13 // indirect
144
+ github.com/supranational/blst v0.3.14 // indirect
144
145
github.com/syndtr/goleveldb v1.0.1-0.20220614013038-64ee5596c38a // indirect
145
146
github.com/tklauser/go-sysconf v0.3.12 // indirect
146
147
github.com/tklauser/numcpus v0.6.1 // indirect
@@ -155,11 +156,11 @@ require (
155
156
go.opentelemetry.io/otel/trace v1.22.0 // indirect
156
157
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
157
158
go.uber.org/multierr v1.11.0 // indirect
158
- golang.org/x/net v0.34 .0 // indirect
159
+ golang.org/x/net v0.36 .0 // indirect
159
160
golang.org/x/oauth2 v0.21.0 // indirect
160
- golang.org/x/sys v0.29 .0 // indirect
161
- golang.org/x/term v0.28 .0 // indirect
162
- golang.org/x/text v0.21 .0 // indirect
161
+ golang.org/x/sys v0.30 .0 // indirect
162
+ golang.org/x/term v0.29 .0 // indirect
163
+ golang.org/x/text v0.22 .0 // indirect
163
164
gonum.org/v1/gonum v0.11.0 // indirect
164
165
google.golang.org/genproto/googleapis/api v0.0.0-20240604185151-ef581f913117 // indirect
165
166
google.golang.org/genproto/googleapis/rpc v0.0.0-20240827150818-7e3bb234dfed // indirect
0 commit comments