1
1
module github.com/ava-labs/avalanche-rosetta
2
2
3
- go 1.21.12
3
+ go 1.22.10
4
4
5
5
require (
6
- github.com/ava-labs/avalanchego v1.11.9
7
- github.com/ava-labs/coreth v0.13.6 -rc.1
6
+ github.com/ava-labs/avalanchego v1.12.0
7
+ github.com/ava-labs/coreth v0.13.9 -rc.1
8
8
github.com/coinbase/rosetta-sdk-go v0.6.5
9
- github.com/ethereum/go-ethereum v1.13.8
10
- github.com/stretchr/testify v1.8.4
9
+ github.com/ethereum/go-ethereum v1.13.14
10
+ github.com/stretchr/testify v1.9.0
11
11
go.uber.org/mock v0.4.0
12
- golang.org/x/crypto v0.21 .0
13
- golang.org/x/sync v0.6 .0
12
+ golang.org/x/crypto v0.26 .0
13
+ golang.org/x/sync v0.8 .0
14
14
)
15
15
16
16
require (
@@ -23,7 +23,7 @@ require (
23
23
github.com/btcsuite/btcd/btcutil v1.1.3 // indirect
24
24
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
25
25
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
26
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
26
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
27
27
github.com/cockroachdb/errors v1.9.1 // indirect
28
28
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
29
29
github.com/cockroachdb/pebble v0.0.0-20230928194634-aa077af62593 // indirect
@@ -41,14 +41,13 @@ require (
41
41
github.com/dop251/goja v0.0.0-20230806174421-c933cf95e127 // indirect
42
42
github.com/ethereum/c-kzg-4844 v0.4.0 // indirect
43
43
github.com/fatih/color v1.13.0 // indirect
44
- github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5 // indirect
45
44
github.com/fsnotify/fsnotify v1.6.0 // indirect
46
45
github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08 // indirect
47
46
github.com/gballet/go-verkle v0.1.1-0.20231031103413-a67434b50f46 // indirect
48
47
github.com/getsentry/sentry-go v0.18.0 // indirect
49
48
github.com/go-logr/logr v1.4.1 // indirect
50
49
github.com/go-logr/stdr v1.2.2 // indirect
51
- github.com/go-ole/go-ole v1.2.6 // indirect
50
+ github.com/go-ole/go-ole v1.3.0 // indirect
52
51
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
53
52
github.com/gogo/protobuf v1.3.2 // indirect
54
53
github.com/golang/protobuf v1.5.4 // indirect
@@ -59,11 +58,11 @@ require (
59
58
github.com/google/uuid v1.6.0 // indirect
60
59
github.com/gorilla/mux v1.8.0 // indirect
61
60
github.com/gorilla/rpc v1.2.0 // indirect
62
- github.com/gorilla/websocket v1.4.2 // indirect
61
+ github.com/gorilla/websocket v1.5.0 // indirect
63
62
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
64
63
github.com/hashicorp/go-bexpr v0.1.10 // indirect
65
64
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
66
- github.com/holiman/billy v0.0.0-20230718173358-1c7e68d277a7 // indirect
65
+ github.com/holiman/billy v0.0.0-20240216141850-2abb0c79d3c4 // indirect
67
66
github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
68
67
github.com/holiman/uint256 v1.2.4 // indirect
69
68
github.com/klauspost/compress v1.15.15 // indirect
@@ -82,19 +81,19 @@ require (
82
81
github.com/pires/go-proxyproto v0.6.2 // indirect
83
82
github.com/pkg/errors v0.9.1 // indirect
84
83
github.com/pmezard/go-difflib v1.0.0 // indirect
85
- github.com/prometheus/client_golang v1.14 .0 // indirect
84
+ github.com/prometheus/client_golang v1.16 .0 // indirect
86
85
github.com/prometheus/client_model v0.3.0 // indirect
87
86
github.com/prometheus/common v0.42.0 // indirect
88
87
github.com/prometheus/procfs v0.10.1 // indirect
89
88
github.com/rivo/uniseg v0.2.0 // indirect
90
- github.com/rogpeppe/go-internal v1.10 .0 // indirect
89
+ github.com/rogpeppe/go-internal v1.12 .0 // indirect
91
90
github.com/rs/cors v1.7.0 // indirect
92
91
github.com/russross/blackfriday/v2 v2.1.0 // indirect
93
92
github.com/segmentio/fasthash v1.0.3 // indirect
94
93
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
95
94
github.com/spf13/cast v1.5.0 // indirect
96
95
github.com/status-im/keycard-go v0.2.0 // indirect
97
- github.com/supranational/blst v0.3.11 // indirect
96
+ github.com/supranational/blst v0.3.13 // indirect
98
97
github.com/syndtr/goleveldb v1.0.1-0.20220614013038-64ee5596c38a // indirect
99
98
github.com/tklauser/go-sysconf v0.3.12 // indirect
100
99
github.com/tklauser/numcpus v0.6.1 // indirect
@@ -110,18 +109,18 @@ require (
110
109
go.opentelemetry.io/otel/sdk v1.22.0 // indirect
111
110
go.opentelemetry.io/otel/trace v1.22.0 // indirect
112
111
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
113
- go.uber.org/multierr v1.10 .0 // indirect
112
+ go.uber.org/multierr v1.11 .0 // indirect
114
113
go.uber.org/zap v1.26.0 // indirect
115
114
golang.org/x/exp v0.0.0-20231127185646-65229373498e // indirect
116
- golang.org/x/net v0.23 .0 // indirect
117
- golang.org/x/sys v0.18 .0 // indirect
118
- golang.org/x/term v0.18 .0 // indirect
119
- golang.org/x/text v0.14 .0 // indirect
115
+ golang.org/x/net v0.28 .0 // indirect
116
+ golang.org/x/sys v0.24 .0 // indirect
117
+ golang.org/x/term v0.23 .0 // indirect
118
+ golang.org/x/text v0.17 .0 // indirect
120
119
golang.org/x/time v0.3.0 // indirect
121
120
gonum.org/v1/gonum v0.11.0 // indirect
122
- google.golang.org/genproto/googleapis/api v0.0.0-20240123012728-ef4313101c80 // indirect
123
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
124
- google.golang.org/grpc v1.62 .0 // indirect
121
+ google.golang.org/genproto/googleapis/api v0.0.0-20240604185151-ef581f913117 // indirect
122
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240827150818-7e3bb234dfed // indirect
123
+ google.golang.org/grpc v1.66 .0 // indirect
125
124
google.golang.org/protobuf v1.34.2 // indirect
126
125
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
127
126
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments