From 158ed9b7707d1f8688b97ca0962e63e08568b103 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 18:14:00 +0000 Subject: [PATCH] Bump github.com/onflow/flow-emulator from 1.10.0 to 1.10.1 Bumps [github.com/onflow/flow-emulator](https://github.com/onflow/flow-emulator) from 1.10.0 to 1.10.1. - [Release notes](https://github.com/onflow/flow-emulator/releases) - [Commits](https://github.com/onflow/flow-emulator/compare/v1.10.0...v1.10.1) --- updated-dependencies: - dependency-name: github.com/onflow/flow-emulator dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index ff3492474..f801fc88a 100644 --- a/go.mod +++ b/go.mod @@ -19,11 +19,10 @@ require ( github.com/onflow/fcl-dev-wallet v0.8.0 github.com/onflow/flixkit-go/v2 v2.6.0 github.com/onflow/flow-core-contracts/lib/go/templates v1.9.1 - github.com/onflow/flow-emulator v1.10.0 + github.com/onflow/flow-emulator v1.10.1 github.com/onflow/flow-evm-gateway v1.3.5 github.com/onflow/flow-go v0.43.3-0.20251021182938-b0fef2c5ca47 github.com/onflow/flow-go-sdk v1.9.0 - github.com/onflow/flow/protobuf/go/flow v0.4.16 github.com/onflow/flowkit/v2 v2.7.0 github.com/onflowser/flowser/v3 v3.2.1-0.20240131200229-7d4d22715f48 github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c @@ -207,6 +206,7 @@ require ( github.com/onflow/flow-ft/lib/go/templates v1.0.1 // indirect github.com/onflow/flow-nft/lib/go/contracts v1.3.0 // indirect github.com/onflow/flow-nft/lib/go/templates v1.3.0 // indirect + github.com/onflow/flow/protobuf/go/flow v0.4.16 // indirect github.com/onflow/go-ethereum v1.15.10 // indirect github.com/onflow/nft-storefront/lib/go/contracts v1.0.0 // indirect github.com/onflow/sdks v0.6.0-preview.1 // indirect diff --git a/go.sum b/go.sum index b59acd689..d643be008 100644 --- a/go.sum +++ b/go.sum @@ -793,8 +793,8 @@ github.com/onflow/flow-core-contracts/lib/go/contracts v1.9.1 h1:u6am8NzuWOIKkSk github.com/onflow/flow-core-contracts/lib/go/contracts v1.9.1/go.mod h1:jBDqVep0ICzhXky56YlyO4aiV2Jl/5r7wnqUPpvi7zE= github.com/onflow/flow-core-contracts/lib/go/templates v1.9.1 h1:ebyynXy74ZcfW+JpPwI+aaY0ezlxxA0cUgUrjhJonWg= github.com/onflow/flow-core-contracts/lib/go/templates v1.9.1/go.mod h1:twSVyUt3rNrgzAmxtBX+1Gw64QlPemy17cyvnXYy1Ug= -github.com/onflow/flow-emulator v1.10.0 h1:zrAlCP6yEFmlDg80fja55AqwVtD00OmrVGzeBf+gvcg= -github.com/onflow/flow-emulator v1.10.0/go.mod h1:t4mJAxj+czpJz6y/Jz4POw5ylBDXPrXFYejm2Env9Ak= +github.com/onflow/flow-emulator v1.10.1 h1:c/wtpXDI0o+n/icDUzSgCvT/4mT6WYW+nxaeiggmdGY= +github.com/onflow/flow-emulator v1.10.1/go.mod h1:+PbfGuya48rdW80en3msv2CLH8XM+7YEZYFHNIDNpeo= github.com/onflow/flow-evm-bridge v0.1.0 h1:7X2osvo4NnQgHj8aERUmbYtv9FateX8liotoLnPL9nM= github.com/onflow/flow-evm-bridge v0.1.0/go.mod h1:5UYwsnu6WcBNrwitGFxphCl5yq7fbWYGYuiCSTVF6pk= github.com/onflow/flow-evm-gateway v1.3.5 h1:2Nx5eCYwUsVBVOMNOMPab66PNKj8784t+SPgAckw2zk=