File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99 github.com/goccy/go-json v0.10.4
1010 github.com/onflow/cadence v1.7.0-preview.1
1111 github.com/onflow/crypto v0.25.3
12- github.com/onflow/flow-emulator v1.5.2-0.20250620100838-4e2f7bc18c24
12+ github.com/onflow/flow-emulator v1.7.0-preview.1
1313 github.com/onflow/flow-evm-gateway v0.0.0-20240201154855-4d4d3d3f19c7
1414 github.com/onflow/flow-go v0.42.3-util-fix.0.20250819165158-ea886bab7c19
1515 github.com/onflow/flow-go-sdk v1.7.0
@@ -157,8 +157,8 @@ require (
157157 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
158158 github.com/olekukonko/tablewriter v0.0.5 // indirect
159159 github.com/onflow/atree v0.10.0 // indirect
160- github.com/onflow/flow-core-contracts/lib/go/contracts v1.7.3 // indirect
161- github.com/onflow/flow-core-contracts/lib/go/templates v1.7.1 // indirect
160+ github.com/onflow/flow-core-contracts/lib/go/contracts v1.7.4-0.20250807122906-29940d8821f0 // indirect
161+ github.com/onflow/flow-core-contracts/lib/go/templates v1.7.2-0.20250807122906-29940d8821f0 // indirect
162162 github.com/onflow/flow-evm-bridge v0.1.0 // indirect
163163 github.com/onflow/flow-ft/lib/go/contracts v1.0.1 // indirect
164164 github.com/onflow/flow-ft/lib/go/templates v1.0.1 // indirect
Original file line number Diff line number Diff line change @@ -817,12 +817,12 @@ github.com/onflow/cadence v1.7.0-preview.1 h1:FqCm/W8dZvQmlV8uQBQY6dS4H5PF8h+KlM
817817github.com/onflow/cadence v1.7.0-preview.1 /go.mod h1:DD8dPX6B+5XZ/PocGNmnKYraF0df0np290hIYfEk8Yc =
818818github.com/onflow/crypto v0.25.3 h1:XQ3HtLsw8h1+pBN+NQ1JYM9mS2mVXTyg55OldaAIF7U =
819819github.com/onflow/crypto v0.25.3 /go.mod h1:+1igaXiK6Tjm9wQOBD1EGwW7bYWMUGKtwKJ/2QL/OWs =
820- github.com/onflow/flow-core-contracts/lib/go/contracts v1.7.3 h1:g/h3xnpf39jqzsxxJjWoFHazEWsaZ7Rfzg+uGt9fwPo =
821- github.com/onflow/flow-core-contracts/lib/go/contracts v1.7.3 /go.mod h1:3tMXL4npVbk/F1X6SqxZWelQn0pyGvMBVbUXsgvC6Is =
822- github.com/onflow/flow-core-contracts/lib/go/templates v1.7.1 h1:PC/75xPYNrj4pptXKoMIMCBtB+fw76+nuBDGII6aDyM =
823- github.com/onflow/flow-core-contracts/lib/go/templates v1.7.1 /go.mod h1:yBkysayvSKZ/yFO3fEX4YQ/FEZtV6Tnov8ix0lBeiqM =
824- github.com/onflow/flow-emulator v1.5.2-0.20250620100838-4e2f7bc18c24 h1:iw4krYwJRuVmlIR95V5Izo2r6HURhbq9Hvz7+FQoG30 =
825- github.com/onflow/flow-emulator v1.5.2-0.20250620100838-4e2f7bc18c24 /go.mod h1:HkO7v/hRqmWPGhDkOx7xmOc2BB0XM+diASmpBdQoXN4 =
820+ github.com/onflow/flow-core-contracts/lib/go/contracts v1.7.4-0.20250807122906-29940d8821f0 h1:nvb3So47TwcKd/oZrxv9u6vMhMyXgYLUTkgNH6jRAQw =
821+ github.com/onflow/flow-core-contracts/lib/go/contracts v1.7.4-0.20250807122906-29940d8821f0 /go.mod h1:/Yne6g7V2Fy1sm/vE78us221bYvVvL5cA8cOzN/uTCI =
822+ github.com/onflow/flow-core-contracts/lib/go/templates v1.7.2-0.20250807122906-29940d8821f0 h1:iNo+CW9XWeCMVmSHBsFh38ZE2iQThLFk2RQL+ThnPLA =
823+ github.com/onflow/flow-core-contracts/lib/go/templates v1.7.2-0.20250807122906-29940d8821f0 /go.mod h1:yBkysayvSKZ/yFO3fEX4YQ/FEZtV6Tnov8ix0lBeiqM =
824+ github.com/onflow/flow-emulator v1.7.0-preview.1 h1:rmSmrquAvP6rNoZcd+2CRlDj4wiBxOXq9n9lBEkxrP4 =
825+ github.com/onflow/flow-emulator v1.7.0-preview.1 /go.mod h1:QW4oonU507K9MsusPAuX3jef5zDhJtpswUln6/bj/u8 =
826826github.com/onflow/flow-evm-bridge v0.1.0 h1:7X2osvo4NnQgHj8aERUmbYtv9FateX8liotoLnPL9nM =
827827github.com/onflow/flow-evm-bridge v0.1.0 /go.mod h1:5UYwsnu6WcBNrwitGFxphCl5yq7fbWYGYuiCSTVF6pk =
828828github.com/onflow/flow-ft/lib/go/contracts v1.0.1 h1:Ts5ob+CoCY2EjEd0W6vdLJ7hLL3SsEftzXG2JlmSe24 =
You can’t perform that action at this time.
0 commit comments