Skip to content

Commit 2a8f80e

Browse files
committed
update to Go 1.26 and flow-go v0.51.0
1 parent 5eab151 commit 2a8f80e

2 files changed

Lines changed: 145 additions & 424 deletions

File tree

go.mod

Lines changed: 48 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,67 @@
11
module github.com/onflow/rosetta
22

3-
go 1.25.1
3+
go 1.26.0
44

55
require (
66
github.com/coinbase/rosetta-sdk-go v0.8.9
77
github.com/coinbase/rosetta-sdk-go/types v1.0.0
88
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0
99
github.com/dgraph-io/badger/v3 v3.2103.2
10-
github.com/ethereum/go-ethereum v1.16.8
10+
github.com/ethereum/go-ethereum v1.17.4
1111
github.com/golang/protobuf v1.5.4
1212
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
1313
github.com/libp2p/go-libp2p v0.38.2
14-
github.com/onflow/cadence v1.10.5
15-
github.com/onflow/crypto v0.25.4
16-
github.com/onflow/flow-go v0.50.1-0.20260804214725-b73fea20b252
14+
github.com/onflow/cadence v1.10.6
15+
github.com/onflow/crypto v0.27.2
16+
github.com/onflow/flow-go v0.51.0
1717
github.com/onflow/flow/protobuf/go/flow v0.4.20
1818
github.com/rs/zerolog v1.29.0
1919
github.com/stretchr/testify v1.11.1
20-
go.opentelemetry.io/otel v1.39.0
20+
go.opentelemetry.io/otel v1.44.0
2121
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.34.0
22-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.39.0
23-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31.0
24-
go.opentelemetry.io/otel/metric v1.39.0
25-
go.opentelemetry.io/otel/sdk v1.39.0
26-
go.opentelemetry.io/otel/sdk/metric v1.39.0
27-
go.opentelemetry.io/otel/trace v1.39.0
22+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.41.0
23+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.41.0
24+
go.opentelemetry.io/otel/metric v1.44.0
25+
go.opentelemetry.io/otel/sdk v1.44.0
26+
go.opentelemetry.io/otel/sdk/metric v1.44.0
27+
go.opentelemetry.io/otel/trace v1.44.0
2828
go.uber.org/zap v1.27.0
29-
golang.org/x/crypto v0.47.0
30-
google.golang.org/grpc v1.79.3
29+
golang.org/x/crypto v0.54.0
30+
google.golang.org/grpc v1.83.0
3131
google.golang.org/protobuf v1.36.11
3232
lukechampine.com/blake3 v1.4.1
3333
)
3434

3535
require (
36-
cel.dev/expr v0.25.1 // indirect
37-
cloud.google.com/go/auth v0.18.1 // indirect
36+
cel.dev/expr v0.25.2 // indirect
37+
cloud.google.com/go/auth v0.18.2 // indirect
3838
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
3939
cloud.google.com/go/monitoring v1.24.3 // indirect
40-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.30.0 // indirect
40+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.33.0 // indirect
4141
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.53.0 // indirect
4242
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.53.0 // indirect
4343
github.com/Jorropo/jsync v1.0.1 // indirect
4444
github.com/ProjectZKM/Ziren/crates/go-runtime/zkvm_runtime v0.0.0-20251001021608-1fe7b43fc4d6 // indirect
4545
github.com/aws/aws-sdk-go-v2/service/signin v1.0.5 // indirect
46-
github.com/cncf/xds/go v0.0.0-20251210132809-ee656c7534f5 // indirect
46+
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
47+
github.com/cncf/xds/go v0.0.0-20260202195803-dba9d589def2 // indirect
4748
github.com/cockroachdb/crlib v0.0.0-20241015224233-894974b3ad94 // indirect
4849
github.com/cockroachdb/fifo v0.0.0-20240606204812-0bbfbd93a7ce // indirect
4950
github.com/cockroachdb/pebble/v2 v2.0.6 // indirect
50-
github.com/cockroachdb/swiss v0.0.0-20250624142022-d6e517c1d961 // indirect
51-
github.com/crate-crypto/go-eth-kzg v1.4.0 // indirect
52-
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
51+
github.com/cockroachdb/swiss v0.0.0-20251224182025-b0f6560f979b // indirect
52+
github.com/crate-crypto/go-eth-kzg v1.5.0 // indirect
5353
github.com/dgraph-io/badger/v2 v2.2007.4 // indirect
5454
github.com/emicklei/dot v1.6.2 // indirect
55-
github.com/envoyproxy/go-control-plane/envoy v1.36.0 // indirect
56-
github.com/envoyproxy/protoc-gen-validate v1.3.0 // indirect
57-
github.com/ethereum/c-kzg-4844/v2 v2.1.5 // indirect
55+
github.com/envoyproxy/go-control-plane/envoy v1.37.0 // indirect
56+
github.com/envoyproxy/protoc-gen-validate v1.3.3 // indirect
57+
github.com/ethereum/c-kzg-4844/v2 v2.1.6 // indirect
5858
github.com/ethereum/go-bigmodexpfix v0.0.0-20250911101455-f9e208c548ab // indirect
59-
github.com/ethereum/go-verkle v0.2.2 // indirect
6059
github.com/fatih/color v1.16.0 // indirect
6160
github.com/ferranbt/fastssz v0.1.4 // indirect
6261
github.com/filecoin-project/go-clock v0.1.0 // indirect
62+
github.com/fjl/jsonw v0.1.0 // indirect
6363
github.com/fxamacker/golang-lru/v2 v2.0.0-20250716153046-22c8d17dc4ee // indirect
64-
github.com/go-jose/go-jose/v4 v4.1.3 // indirect
64+
github.com/go-jose/go-jose/v4 v4.1.4 // indirect
6565
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
6666
github.com/huandu/go-clone v1.6.0 // indirect
6767
github.com/huandu/go-clone/generic v1.7.2 // indirect
@@ -78,9 +78,10 @@ require (
7878
github.com/pierrec/lz4/v4 v4.1.22 // indirect
7979
github.com/pion/datachannel v1.5.10 // indirect
8080
github.com/pion/dtls/v2 v2.2.12 // indirect
81+
github.com/pion/dtls/v3 v3.1.4 // indirect
8182
github.com/pion/ice/v2 v2.3.37 // indirect
8283
github.com/pion/interceptor v0.1.37 // indirect
83-
github.com/pion/logging v0.2.2 // indirect
84+
github.com/pion/logging v0.2.4 // indirect
8485
github.com/pion/mdns v0.0.12 // indirect
8586
github.com/pion/randutil v0.1.0 // indirect
8687
github.com/pion/rtcp v1.2.15 // indirect
@@ -89,19 +90,20 @@ require (
8990
github.com/pion/sdp/v3 v3.0.9 // indirect
9091
github.com/pion/srtp/v2 v2.0.20 // indirect
9192
github.com/pion/stun v0.6.1 // indirect
92-
github.com/pion/stun/v2 v2.0.0 // indirect
93+
github.com/pion/stun/v3 v3.1.5 // indirect
9394
github.com/pion/transport/v2 v2.2.10 // indirect
9495
github.com/pion/transport/v3 v3.0.7 // indirect
96+
github.com/pion/transport/v4 v4.0.2 // indirect
9597
github.com/pion/turn/v2 v2.1.6 // indirect
9698
github.com/pion/webrtc/v3 v3.3.5 // indirect
9799
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
98100
github.com/sony/gobreaker v0.5.0 // indirect
99-
github.com/spiffe/go-spiffe/v2 v2.6.0 // indirect
101+
github.com/spiffe/go-spiffe/v2 v2.7.0 // indirect
100102
github.com/wlynxg/anet v0.0.5 // indirect
101103
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
102-
go.opentelemetry.io/contrib/detectors/gcp v1.39.0 // indirect
104+
go.opentelemetry.io/contrib/detectors/gcp v1.44.0 // indirect
103105
go.yaml.in/yaml/v3 v3.0.4 // indirect
104-
golang.org/x/telemetry v0.0.0-20251203150158-8fff8a5912fc // indirect
106+
golang.org/x/telemetry v0.0.0-20260625142307-59b4966ccb57 // indirect
105107
google.golang.org/genproto v0.0.0-20260128011058-8636f8732409 // indirect
106108
gopkg.in/yaml.v2 v2.4.0 // indirect
107109
)
@@ -135,7 +137,6 @@ require (
135137
github.com/benbjohnson/clock v1.3.5 // indirect
136138
github.com/beorn7/perks v1.0.1 // indirect
137139
github.com/bits-and-blooms/bitset v1.24.4 // indirect
138-
github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
139140
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
140141
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
141142
github.com/cespare/xxhash v1.1.0 // indirect
@@ -194,7 +195,7 @@ require (
194195
github.com/gorilla/websocket v1.5.3 // indirect
195196
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 // indirect
196197
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
197-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 // indirect
198+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect
198199
github.com/hashicorp/errwrap v1.1.0 // indirect
199200
github.com/hashicorp/go-multierror v1.1.1 // indirect
200201
github.com/hashicorp/golang-lru v1.0.2 // indirect
@@ -248,7 +249,6 @@ require (
248249
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd // indirect
249250
github.com/mattn/go-colorable v0.1.14 // indirect
250251
github.com/mattn/go-isatty v0.0.20 // indirect
251-
github.com/mattn/go-runewidth v0.0.16 // indirect
252252
github.com/miekg/dns v1.1.62 // indirect
253253
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b // indirect
254254
github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
@@ -266,12 +266,11 @@ require (
266266
github.com/multiformats/go-multihash v0.2.3 // indirect
267267
github.com/multiformats/go-multistream v0.6.0 // indirect
268268
github.com/multiformats/go-varint v0.0.7 // indirect
269-
github.com/olekukonko/tablewriter v0.0.5 // indirect
270269
github.com/onflow/atree v0.16.1 // indirect
271270
github.com/onflow/flow-core-contracts/lib/go/contracts v1.10.4 // indirect; v1.2.4-0.20230703193002-53362441b57d // indirect
272271
github.com/onflow/flow-core-contracts/lib/go/templates v1.10.4 // indirect; v1.2.3 // indirect
273272
github.com/onflow/flow-ft/lib/go/contracts v1.1.1 // indirect
274-
github.com/onflow/flow-go-sdk v1.10.5 // indirect
273+
github.com/onflow/flow-go-sdk v1.10.8 // indirect
275274
github.com/onflow/flow-nft/lib/go/contracts v1.4.1 // indirect
276275
github.com/onflow/go-ethereum v1.16.2 // indirect
277276
github.com/onflow/sdks v0.6.0-preview.1 // indirect
@@ -302,15 +301,15 @@ require (
302301
github.com/shirou/gopsutil/v3 v3.22.2 // indirect
303302
github.com/slok/go-http-metrics v0.12.0 // indirect
304303
github.com/spaolacci/murmur3 v1.1.0 // indirect
305-
github.com/spf13/afero v1.10.0 // indirect
304+
github.com/spf13/afero v1.15.0 // indirect
306305
github.com/spf13/cast v1.5.0 // indirect
307306
github.com/spf13/cobra v1.8.1 // indirect
308307
github.com/spf13/jwalterweatherman v1.1.0 // indirect
309308
github.com/spf13/pflag v1.0.6 // indirect
310309
github.com/spf13/viper v1.15.0 // indirect
311310
github.com/stretchr/objx v0.5.2 // indirect
312311
github.com/subosito/gotenv v1.4.2 // indirect
313-
github.com/supranational/blst v0.3.16-0.20250831170142-f48500c1fdbe // indirect
312+
github.com/supranational/blst v0.3.16 // indirect
314313
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
315314
github.com/texttheater/golang-levenshtein/levenshtein v0.0.0-20200805054039-cae8b0eaed6c // indirect
316315
github.com/tklauser/go-sysconf v0.3.12 // indirect
@@ -332,21 +331,21 @@ require (
332331
go.uber.org/mock v0.5.0 // indirect
333332
go.uber.org/multierr v1.11.0 // indirect
334333
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
335-
golang.org/x/mod v0.31.0 // indirect
336-
golang.org/x/net v0.49.0 // indirect
337-
golang.org/x/oauth2 v0.35.0 // indirect
338-
golang.org/x/sync v0.19.0 // indirect
339-
golang.org/x/sys v0.40.0 // indirect
340-
golang.org/x/term v0.39.0 // indirect
341-
golang.org/x/text v0.33.0 // indirect
334+
golang.org/x/mod v0.37.0 // indirect
335+
golang.org/x/net v0.56.0 // indirect
336+
golang.org/x/oauth2 v0.36.0 // indirect
337+
golang.org/x/sync v0.22.0 // indirect
338+
golang.org/x/sys v0.47.0 // indirect
339+
golang.org/x/term v0.45.0 // indirect
340+
golang.org/x/text v0.40.0 // indirect
342341
golang.org/x/time v0.14.0 // indirect
343-
golang.org/x/tools v0.40.0 // indirect
342+
golang.org/x/tools v0.47.0 // indirect
344343
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
345-
gonum.org/v1/gonum v0.16.0 // indirect
344+
gonum.org/v1/gonum v0.17.0 // indirect
346345
google.golang.org/api v0.267.0 // indirect
347346
google.golang.org/appengine v1.6.8 // indirect
348-
google.golang.org/genproto/googleapis/api v0.0.0-20260203192932-546029d2fa20 // indirect
349-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260203192932-546029d2fa20 // indirect
347+
google.golang.org/genproto/googleapis/api v0.0.0-20260526163538-3dc84a4a5aaa // indirect
348+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa // indirect
350349
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.2.0 // indirect
351350
gopkg.in/ini.v1 v1.67.0 // indirect
352351
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)