File tree Expand file tree Collapse file tree 5 files changed +2
-138
lines changed Expand file tree Collapse file tree 5 files changed +2
-138
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ require (
2323 github.com/antithesishq/antithesis-sdk-go v0.3.8
2424 github.com/ava-labs/avalanchego/graft/coreth v0.16.0-rc.0
2525 github.com/ava-labs/libevm v1.13.15-0.20251016142715-1bccf4f2ddb2
26- github.com/ava-labs/subnet-evm v0.8.1-db-metrics-fix
2726 github.com/btcsuite/btcd/btcutil v1.1.3
2827 github.com/cespare/xxhash/v2 v2.3.0
2928 github.com/cockroachdb/pebble v0.0.0-20230928194634-aa077af62593
@@ -129,6 +128,7 @@ require (
129128 github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
130129 github.com/gofrs/flock v0.8.1 // indirect
131130 github.com/gogo/protobuf v1.3.2 // indirect
131+ github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
132132 github.com/golang/protobuf v1.5.4 // indirect
133133 github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
134134 github.com/google/gnostic-models v0.6.8 // indirect
Original file line number Diff line number Diff line change @@ -77,8 +77,6 @@ github.com/ava-labs/libevm v1.13.15-0.20251016142715-1bccf4f2ddb2 h1:hQ15IJxY7WO
7777github.com/ava-labs/libevm v1.13.15-0.20251016142715-1bccf4f2ddb2 /go.mod h1:DqSotSn4Dx/UJV+d3svfW8raR+cH7+Ohl9BpsQ5HlGU =
7878github.com/ava-labs/simplex v0.0.0-20250919142550-9cdfff10fd19 h1:S6oFasZsplNmw8B2S8cMJQMa62nT5ZKGzZRdCpd+5qQ =
7979github.com/ava-labs/simplex v0.0.0-20250919142550-9cdfff10fd19 /go.mod h1:GVzumIo3zR23/qGRN2AdnVkIPHcKMq/D89EGWZfMGQ0 =
80- github.com/ava-labs/subnet-evm v0.8.1-db-metrics-fix h1:hESwxfeJQTI0FtQYP3/npWGh+4ifj5I3ehYcqzE41zI =
81- github.com/ava-labs/subnet-evm v0.8.1-db-metrics-fix /go.mod h1:7Jypx176jtNk7Yzz8upQ2K9lcIUp2QaVVudUiWj/L1s =
8280github.com/aymerick/raymond v2.0.3-0.20180322193309-b565731e1464+incompatible /go.mod h1:osfaiScAUVup+UC9Nfq76eWqDhXlp+4UYaA8uhTBO6g =
8381github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM =
8482github.com/beorn7/perks v1.0.1 /go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw =
@@ -274,7 +272,6 @@ github.com/gogo/protobuf v1.2.0/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7a
274272github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q =
275273github.com/gogo/protobuf v1.3.2 /go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q =
276274github.com/gogo/status v1.1.0 /go.mod h1:BFv9nrluPLmrS0EmGVvLaPNmRosr9KapBYd5/hpY1WM =
277- github.com/golang-jwt/jwt v3.2.2+incompatible h1:IfV12K8xAKAnZqdXVzCZ+TOjboZ2keLg81eXfW3O+oY =
278275github.com/golang-jwt/jwt v3.2.2+incompatible /go.mod h1:8pz2t5EyA70fFQQSrl6XZXzqecmYZeUEB8OUGHkxJ+I =
279276github.com/golang-jwt/jwt/v4 v4.5.2 h1:YtQM7lnr8iZ+j5q71MGKkNw9Mn7AjHM68uc9g5fXeUI =
280277github.com/golang-jwt/jwt/v4 v4.5.2 /go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0 =
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ import (
2020// AvalancheGo and other repositories.
2121// Transitory imports are also checked with packages.GetDependencies.
2222func TestMustNotImport (t * testing.T ) {
23+ t .Skip ("TODO(marun) needs to be updated for compatibility with migration of coreth to avalanchego" )
2324 require := require .New (t )
2425
2526 // These packages configure libevm globally by registering custom types and extras.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments