Skip to content

Commit be8a368

Browse files
joshuahannanclaude
andcommitted
Bump flow-emulator from v1.13.0 to v1.18.0 in /lib/go/test
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent aa9ea6b commit be8a368

2 files changed

Lines changed: 144 additions & 142 deletions

File tree

lib/go/test/go.mod

Lines changed: 33 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
module github.com/onflow/flow-ft/lib/go/test
22

3-
go 1.25.0
3+
go 1.25.1
44

55
require (
66
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2
7-
github.com/onflow/cadence v1.8.3
8-
github.com/onflow/flow-emulator v1.13.0
7+
github.com/onflow/cadence v1.9.10
8+
github.com/onflow/flow-emulator v1.18.0
99
github.com/onflow/flow-ft/lib/go/contracts v1.0.1
1010
github.com/onflow/flow-ft/lib/go/templates v1.0.1
11-
github.com/onflow/flow-go-sdk v1.9.2
11+
github.com/onflow/flow-go-sdk v1.9.16
1212
github.com/onflow/flow-nft/lib/go/contracts v1.3.0
1313
github.com/rs/zerolog v1.34.0
1414
github.com/stretchr/testify v1.11.1
@@ -22,7 +22,7 @@ require (
2222
github.com/StackExchange/wmi v1.2.1 // indirect
2323
github.com/VictoriaMetrics/fastcache v1.13.0 // indirect
2424
github.com/beorn7/perks v1.0.1 // indirect
25-
github.com/bits-and-blooms/bitset v1.24.0 // indirect
25+
github.com/bits-and-blooms/bitset v1.24.4 // indirect
2626
github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
2727
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
2828
github.com/cespare/xxhash v1.1.0 // indirect
@@ -56,7 +56,7 @@ require (
5656
github.com/ethereum/go-verkle v0.2.2 // indirect
5757
github.com/ferranbt/fastssz v0.1.4 // indirect
5858
github.com/fsnotify/fsnotify v1.6.0 // indirect
59-
github.com/fxamacker/cbor/v2 v2.8.1-0.20250402194037-6f932b086829 // indirect
59+
github.com/fxamacker/cbor/v2 v2.9.1-0.20251019205732-39888e6be013 // indirect
6060
github.com/fxamacker/circlehash v0.3.0 // indirect
6161
github.com/getsentry/sentry-go v0.27.0 // indirect
6262
github.com/go-kit/kit v0.12.0 // indirect
@@ -74,7 +74,7 @@ require (
7474
github.com/google/pprof v0.0.0-20250630185457-6e76a2b096b5 // indirect
7575
github.com/google/uuid v1.6.0 // indirect
7676
github.com/gorilla/websocket v1.5.3 // indirect
77-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
77+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
7878
github.com/hashicorp/errwrap v1.1.0 // indirect
7979
github.com/hashicorp/go-multierror v1.1.1 // indirect
8080
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
@@ -95,7 +95,7 @@ require (
9595
github.com/ipfs/go-log/v2 v2.5.1 // indirect
9696
github.com/ipfs/go-metrics-interface v0.0.1 // indirect
9797
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
98-
github.com/jordanschalm/lockctx v0.0.0-20250412215529-226f85c10956 // indirect
98+
github.com/jordanschalm/lockctx v0.1.0 // indirect
9999
github.com/k0kubun/pp/v3 v3.5.0 // indirect
100100
github.com/kevinburke/go-bindata v3.24.0+incompatible // indirect
101101
github.com/klauspost/compress v1.18.0 // indirect
@@ -126,17 +126,17 @@ require (
126126
github.com/multiformats/go-multistream v0.6.0 // indirect
127127
github.com/multiformats/go-varint v0.0.7 // indirect
128128
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
129-
github.com/ncruces/go-strftime v0.1.9 // indirect
129+
github.com/ncruces/go-strftime v1.0.0 // indirect
130130
github.com/olekukonko/tablewriter v0.0.5 // indirect
131-
github.com/onflow/atree v0.11.0 // indirect
132-
github.com/onflow/crypto v0.25.3 // indirect
131+
github.com/onflow/atree v0.12.1 // indirect
132+
github.com/onflow/crypto v0.25.4 // indirect
133133
github.com/onflow/fixed-point v0.1.1 // indirect
134-
github.com/onflow/flow-core-contracts/lib/go/contracts v1.9.2 // indirect
135-
github.com/onflow/flow-core-contracts/lib/go/templates v1.9.2 // indirect
134+
github.com/onflow/flow-core-contracts/lib/go/contracts v1.9.3 // indirect
135+
github.com/onflow/flow-core-contracts/lib/go/templates v1.9.3 // indirect
136136
github.com/onflow/flow-evm-bridge v0.1.0 // indirect
137-
github.com/onflow/flow-go v0.44.0-experimental-cadence-v1.8.3.0.20251117184523-ab0655178589 // indirect
137+
github.com/onflow/flow-go v0.47.0-ledger-service.1.0.20260318224013-f6e2e8f41961 // indirect
138138
github.com/onflow/flow-nft/lib/go/templates v1.3.0 // indirect
139-
github.com/onflow/flow/protobuf/go/flow v0.4.18 // indirect
139+
github.com/onflow/flow/protobuf/go/flow v0.4.20 // indirect
140140
github.com/onflow/go-ethereum v1.15.10 // indirect
141141
github.com/onflow/nft-storefront/lib/go/contracts v1.0.0 // indirect
142142
github.com/onflow/sdks v0.6.0-preview.1 // indirect
@@ -167,7 +167,7 @@ require (
167167
github.com/spaolacci/murmur3 v1.1.0 // indirect
168168
github.com/spf13/afero v1.10.0 // indirect
169169
github.com/spf13/cast v1.5.0 // indirect
170-
github.com/spf13/cobra v1.10.1 // indirect
170+
github.com/spf13/cobra v1.10.2 // indirect
171171
github.com/spf13/jwalterweatherman v1.1.0 // indirect
172172
github.com/spf13/pflag v1.0.9 // indirect
173173
github.com/spf13/viper v1.15.0 // indirect
@@ -185,41 +185,40 @@ require (
185185
github.com/x448/float16 v0.8.4 // indirect
186186
github.com/zeebo/blake3 v0.2.4 // indirect
187187
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
188-
go.opentelemetry.io/otel v1.40.0 // indirect
188+
go.opentelemetry.io/otel v1.42.0 // indirect
189189
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0 // indirect
190190
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31.0 // indirect
191-
go.opentelemetry.io/otel/metric v1.40.0 // indirect
192-
go.opentelemetry.io/otel/sdk v1.40.0 // indirect
193-
go.opentelemetry.io/otel/trace v1.40.0 // indirect
194-
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
191+
go.opentelemetry.io/otel/metric v1.42.0 // indirect
192+
go.opentelemetry.io/otel/sdk v1.42.0 // indirect
193+
go.opentelemetry.io/otel/trace v1.42.0 // indirect
194+
go.opentelemetry.io/proto/otlp v1.7.1 // indirect
195195
go.uber.org/atomic v1.11.0 // indirect
196196
go.uber.org/multierr v1.11.0 // indirect
197197
go.uber.org/zap v1.27.0 // indirect
198198
go.yaml.in/yaml/v2 v2.4.2 // indirect
199-
golang.org/x/crypto v0.46.0 // indirect
200-
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
201-
golang.org/x/net v0.48.0 // indirect
199+
golang.org/x/crypto v0.47.0 // indirect
200+
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect
201+
golang.org/x/net v0.49.0 // indirect
202202
golang.org/x/sync v0.19.0 // indirect
203-
golang.org/x/sys v0.40.0 // indirect
204-
golang.org/x/telemetry v0.0.0-20251112162317-03ef243c208a // indirect
205-
golang.org/x/term v0.38.0 // indirect
206-
golang.org/x/text v0.32.0 // indirect
207-
golang.org/x/time v0.12.0 // indirect
203+
golang.org/x/sys v0.41.0 // indirect
204+
golang.org/x/term v0.39.0 // indirect
205+
golang.org/x/text v0.33.0 // indirect
206+
golang.org/x/time v0.14.0 // indirect
208207
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
209208
gonum.org/v1/gonum v0.16.0 // indirect
210209
google.golang.org/appengine v1.6.8 // indirect
211-
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect
212-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
210+
google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 // indirect
211+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260203192932-546029d2fa20 // indirect
213212
google.golang.org/grpc v1.79.3 // indirect
214-
google.golang.org/protobuf v1.36.10 // indirect
213+
google.golang.org/protobuf v1.36.11 // indirect
215214
gopkg.in/ini.v1 v1.67.0 // indirect
216215
gopkg.in/yaml.v2 v2.4.0 // indirect
217216
gopkg.in/yaml.v3 v3.0.1 // indirect
218217
lukechampine.com/blake3 v1.4.1 // indirect
219-
modernc.org/libc v1.66.10 // indirect
218+
modernc.org/libc v1.67.6 // indirect
220219
modernc.org/mathutil v1.7.1 // indirect
221220
modernc.org/memory v1.11.0 // indirect
222-
modernc.org/sqlite v1.40.0 // indirect
221+
modernc.org/sqlite v1.46.1 // indirect
223222
)
224223

225224
// replace github.com/onflow/flow-nft/lib/go/contracts => ../../../../flow/flow-nft/lib/go/contracts

0 commit comments

Comments
 (0)