File tree 6 files changed +27
-27
lines changed
6 files changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ require (
51
51
github.com/onflow/cadence v1.3.3
52
52
github.com/onflow/crypto v0.25.2
53
53
github.com/onflow/flow v0.3.4
54
- github.com/onflow/flow-core-contracts/lib/go/contracts v1.6.1-0.20250305201645-40781b85c532
55
- github.com/onflow/flow-core-contracts/lib/go/templates v1.6.1-0.20250305201645-40781b85c532
54
+ github.com/onflow/flow-core-contracts/lib/go/contracts v1.6.1
55
+ github.com/onflow/flow-core-contracts/lib/go/templates v1.6.1
56
56
github.com/onflow/flow-go-sdk v1.3.3
57
57
github.com/onflow/flow/protobuf/go/flow v0.4.10
58
58
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
@@ -107,7 +107,7 @@ require (
107
107
github.com/ipfs/boxo v0.17.1-0.20240131173518-89bceff34bf1
108
108
github.com/libp2p/go-libp2p-routing-helpers v0.7.4
109
109
github.com/mitchellh/mapstructure v1.5.0
110
- github.com/onflow/flow-evm-bridge v0.0.0-20250220231823-b59c1dc4881e
110
+ github.com/onflow/flow-evm-bridge v0.1.0
111
111
github.com/onflow/go-ethereum v1.14.7
112
112
github.com/onflow/nft-storefront/lib/go/contracts v1.0.0
113
113
github.com/onflow/wal v1.0.2
Original file line number Diff line number Diff line change @@ -919,12 +919,12 @@ github.com/onflow/crypto v0.25.2 h1:GjHunqVt+vPcdqhxxhAXiMIF3YiLX7gTuTR5O+VG2ns=
919
919
github.com/onflow/crypto v0.25.2 /go.mod h1:fY7eLqUdMKV8EGOw301unP8h7PvLVy8/6gVR++/g0BY =
920
920
github.com/onflow/flow v0.3.4 h1:FXUWVdYB90f/rjNcY0Owo30gL790tiYff9Pb/sycXYE =
921
921
github.com/onflow/flow v0.3.4 /go.mod h1:lzyAYmbu1HfkZ9cfnL5/sjrrsnJiUU8fRL26CqLP7+c =
922
- github.com/onflow/flow-core-contracts/lib/go/contracts v1.6.1-0.20250305201645-40781b85c532 h1:tH9Kf6BVzlOCekxAoUNHuXbAYvW5bjgmKwo8Y87CdHg =
923
- github.com/onflow/flow-core-contracts/lib/go/contracts v1.6.1-0.20250305201645-40781b85c532 /go.mod h1:3tMXL4npVbk/F1X6SqxZWelQn0pyGvMBVbUXsgvC6Is =
924
- github.com/onflow/flow-core-contracts/lib/go/templates v1.6.1-0.20250305201645-40781b85c532 h1:jxerJ4EUsB8b2zKFoVBwUXAgmR7F7RqdBGUIPsfj3vE =
925
- github.com/onflow/flow-core-contracts/lib/go/templates v1.6.1-0.20250305201645-40781b85c532 /go.mod h1:pN768Al/wLRlf3bwugv9TyxniqJxMu4sxnX9eQJam64 =
926
- github.com/onflow/flow-evm-bridge v0.0.0-20250220231823-b59c1dc4881e h1:GlFteKWlHV9FEAuT95b0v1aDHDTqXm0D+a8IgyF+M7s =
927
- github.com/onflow/flow-evm-bridge v0.0.0-20250220231823-b59c1dc4881e /go.mod h1:5UYwsnu6WcBNrwitGFxphCl5yq7fbWYGYuiCSTVF6pk =
922
+ github.com/onflow/flow-core-contracts/lib/go/contracts v1.6.1 h1:n2NTsVT4iH7snqW6nkP1PnxHmgEMCh3XZpbdSIqweO4 =
923
+ github.com/onflow/flow-core-contracts/lib/go/contracts v1.6.1 /go.mod h1:3tMXL4npVbk/F1X6SqxZWelQn0pyGvMBVbUXsgvC6Is =
924
+ github.com/onflow/flow-core-contracts/lib/go/templates v1.6.1 h1:Y0bDvS5fTOCrKr7QFl0by3qTq7MFnauVnHoxwW6nQzo =
925
+ github.com/onflow/flow-core-contracts/lib/go/templates v1.6.1 /go.mod h1:pN768Al/wLRlf3bwugv9TyxniqJxMu4sxnX9eQJam64 =
926
+ github.com/onflow/flow-evm-bridge v0.1.0 h1:7X2osvo4NnQgHj8aERUmbYtv9FateX8liotoLnPL9nM =
927
+ github.com/onflow/flow-evm-bridge v0.1.0 /go.mod h1:5UYwsnu6WcBNrwitGFxphCl5yq7fbWYGYuiCSTVF6pk =
928
928
github.com/onflow/flow-ft/lib/go/contracts v1.0.1 h1:Ts5ob+CoCY2EjEd0W6vdLJ7hLL3SsEftzXG2JlmSe24 =
929
929
github.com/onflow/flow-ft/lib/go/contracts v1.0.1 /go.mod h1:PwsL8fC81cjnUnTfmyL/HOIyHnyaw/JA474Wfj2tl6A =
930
930
github.com/onflow/flow-ft/lib/go/templates v1.0.1 h1:FDYKAiGowABtoMNusLuRCILIZDtVqJ/5tYI4VkF5zfM =
Original file line number Diff line number Diff line change @@ -204,9 +204,9 @@ require (
204
204
github.com/olekukonko/tablewriter v0.0.5 // indirect
205
205
github.com/onflow/atree v0.9.0 // indirect
206
206
github.com/onflow/cadence v1.3.3 // indirect
207
- github.com/onflow/flow-core-contracts/lib/go/contracts v1.6.1-0.20250305201645-40781b85c532 // indirect
208
- github.com/onflow/flow-core-contracts/lib/go/templates v1.6.1-0.20250305201645-40781b85c532 // indirect
209
- github.com/onflow/flow-evm-bridge v0.0.0-20250220231823-b59c1dc4881e // indirect
207
+ github.com/onflow/flow-core-contracts/lib/go/contracts v1.6.1 // indirect
208
+ github.com/onflow/flow-core-contracts/lib/go/templates v1.6.1 // indirect
209
+ github.com/onflow/flow-evm-bridge v0.1.0 // indirect
210
210
github.com/onflow/flow-ft/lib/go/contracts v1.0.1 // indirect
211
211
github.com/onflow/flow-ft/lib/go/templates v1.0.1 // indirect
212
212
github.com/onflow/flow-go-sdk v1.3.3 // indirect
Original file line number Diff line number Diff line change @@ -865,12 +865,12 @@ github.com/onflow/cadence v1.3.3 h1:h9uyhqfiiBahk0P7JHQ1XR5b42wOGRIn+fNRd3JppYs=
865
865
github.com/onflow/cadence v1.3.3 /go.mod h1:6/47FljVAdl3/31tShI8JOJW0sXYZHK1PwXkE+yk0qA =
866
866
github.com/onflow/crypto v0.25.2 h1:GjHunqVt+vPcdqhxxhAXiMIF3YiLX7gTuTR5O+VG2ns =
867
867
github.com/onflow/crypto v0.25.2 /go.mod h1:fY7eLqUdMKV8EGOw301unP8h7PvLVy8/6gVR++/g0BY =
868
- github.com/onflow/flow-core-contracts/lib/go/contracts v1.6.1-0.20250305201645-40781b85c532 h1:tH9Kf6BVzlOCekxAoUNHuXbAYvW5bjgmKwo8Y87CdHg =
869
- github.com/onflow/flow-core-contracts/lib/go/contracts v1.6.1-0.20250305201645-40781b85c532 /go.mod h1:3tMXL4npVbk/F1X6SqxZWelQn0pyGvMBVbUXsgvC6Is =
870
- github.com/onflow/flow-core-contracts/lib/go/templates v1.6.1-0.20250305201645-40781b85c532 h1:jxerJ4EUsB8b2zKFoVBwUXAgmR7F7RqdBGUIPsfj3vE =
871
- github.com/onflow/flow-core-contracts/lib/go/templates v1.6.1-0.20250305201645-40781b85c532 /go.mod h1:pN768Al/wLRlf3bwugv9TyxniqJxMu4sxnX9eQJam64 =
872
- github.com/onflow/flow-evm-bridge v0.0.0-20250220231823-b59c1dc4881e h1:GlFteKWlHV9FEAuT95b0v1aDHDTqXm0D+a8IgyF+M7s =
873
- github.com/onflow/flow-evm-bridge v0.0.0-20250220231823-b59c1dc4881e /go.mod h1:5UYwsnu6WcBNrwitGFxphCl5yq7fbWYGYuiCSTVF6pk =
868
+ github.com/onflow/flow-core-contracts/lib/go/contracts v1.6.1 h1:n2NTsVT4iH7snqW6nkP1PnxHmgEMCh3XZpbdSIqweO4 =
869
+ github.com/onflow/flow-core-contracts/lib/go/contracts v1.6.1 /go.mod h1:3tMXL4npVbk/F1X6SqxZWelQn0pyGvMBVbUXsgvC6Is =
870
+ github.com/onflow/flow-core-contracts/lib/go/templates v1.6.1 h1:Y0bDvS5fTOCrKr7QFl0by3qTq7MFnauVnHoxwW6nQzo =
871
+ github.com/onflow/flow-core-contracts/lib/go/templates v1.6.1 /go.mod h1:pN768Al/wLRlf3bwugv9TyxniqJxMu4sxnX9eQJam64 =
872
+ github.com/onflow/flow-evm-bridge v0.1.0 h1:7X2osvo4NnQgHj8aERUmbYtv9FateX8liotoLnPL9nM =
873
+ github.com/onflow/flow-evm-bridge v0.1.0 /go.mod h1:5UYwsnu6WcBNrwitGFxphCl5yq7fbWYGYuiCSTVF6pk =
874
874
github.com/onflow/flow-ft/lib/go/contracts v1.0.1 h1:Ts5ob+CoCY2EjEd0W6vdLJ7hLL3SsEftzXG2JlmSe24 =
875
875
github.com/onflow/flow-ft/lib/go/contracts v1.0.1 /go.mod h1:PwsL8fC81cjnUnTfmyL/HOIyHnyaw/JA474Wfj2tl6A =
876
876
github.com/onflow/flow-ft/lib/go/templates v1.0.1 h1:FDYKAiGowABtoMNusLuRCILIZDtVqJ/5tYI4VkF5zfM =
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ require (
22
22
github.com/libp2p/go-libp2p v0.38.2
23
23
github.com/onflow/cadence v1.3.3
24
24
github.com/onflow/crypto v0.25.2
25
- github.com/onflow/flow-core-contracts/lib/go/contracts v1.6.1-0.20250305201645-40781b85c532
26
- github.com/onflow/flow-core-contracts/lib/go/templates v1.6.1-0.20250305201645-40781b85c532
25
+ github.com/onflow/flow-core-contracts/lib/go/contracts v1.6.1
26
+ github.com/onflow/flow-core-contracts/lib/go/templates v1.6.1
27
27
github.com/onflow/flow-go v0.38.0-preview.0.0.20241021221952-af9cd6e99de1
28
28
github.com/onflow/flow-go-sdk v1.3.3
29
29
github.com/onflow/flow-go/insecure v0.0.0-00010101000000-000000000000
@@ -244,7 +244,7 @@ require (
244
244
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
245
245
github.com/olekukonko/tablewriter v0.0.5 // indirect
246
246
github.com/onflow/atree v0.9.0 // indirect
247
- github.com/onflow/flow-evm-bridge v0.0.0-20250220231823-b59c1dc4881e // indirect
247
+ github.com/onflow/flow-evm-bridge v0.1.0 // indirect
248
248
github.com/onflow/flow-ft/lib/go/contracts v1.0.1 // indirect
249
249
github.com/onflow/flow-ft/lib/go/templates v1.0.1 // indirect
250
250
github.com/onflow/flow-nft/lib/go/contracts v1.2.4 // indirect
Original file line number Diff line number Diff line change @@ -738,12 +738,12 @@ github.com/onflow/cadence v1.3.3 h1:h9uyhqfiiBahk0P7JHQ1XR5b42wOGRIn+fNRd3JppYs=
738
738
github.com/onflow/cadence v1.3.3 /go.mod h1:6/47FljVAdl3/31tShI8JOJW0sXYZHK1PwXkE+yk0qA =
739
739
github.com/onflow/crypto v0.25.2 h1:GjHunqVt+vPcdqhxxhAXiMIF3YiLX7gTuTR5O+VG2ns =
740
740
github.com/onflow/crypto v0.25.2 /go.mod h1:fY7eLqUdMKV8EGOw301unP8h7PvLVy8/6gVR++/g0BY =
741
- github.com/onflow/flow-core-contracts/lib/go/contracts v1.6.1-0.20250305201645-40781b85c532 h1:tH9Kf6BVzlOCekxAoUNHuXbAYvW5bjgmKwo8Y87CdHg =
742
- github.com/onflow/flow-core-contracts/lib/go/contracts v1.6.1-0.20250305201645-40781b85c532 /go.mod h1:3tMXL4npVbk/F1X6SqxZWelQn0pyGvMBVbUXsgvC6Is =
743
- github.com/onflow/flow-core-contracts/lib/go/templates v1.6.1-0.20250305201645-40781b85c532 h1:jxerJ4EUsB8b2zKFoVBwUXAgmR7F7RqdBGUIPsfj3vE =
744
- github.com/onflow/flow-core-contracts/lib/go/templates v1.6.1-0.20250305201645-40781b85c532 /go.mod h1:pN768Al/wLRlf3bwugv9TyxniqJxMu4sxnX9eQJam64 =
745
- github.com/onflow/flow-evm-bridge v0.0.0-20250220231823-b59c1dc4881e h1:GlFteKWlHV9FEAuT95b0v1aDHDTqXm0D+a8IgyF+M7s =
746
- github.com/onflow/flow-evm-bridge v0.0.0-20250220231823-b59c1dc4881e /go.mod h1:5UYwsnu6WcBNrwitGFxphCl5yq7fbWYGYuiCSTVF6pk =
741
+ github.com/onflow/flow-core-contracts/lib/go/contracts v1.6.1 h1:n2NTsVT4iH7snqW6nkP1PnxHmgEMCh3XZpbdSIqweO4 =
742
+ github.com/onflow/flow-core-contracts/lib/go/contracts v1.6.1 /go.mod h1:3tMXL4npVbk/F1X6SqxZWelQn0pyGvMBVbUXsgvC6Is =
743
+ github.com/onflow/flow-core-contracts/lib/go/templates v1.6.1 h1:Y0bDvS5fTOCrKr7QFl0by3qTq7MFnauVnHoxwW6nQzo =
744
+ github.com/onflow/flow-core-contracts/lib/go/templates v1.6.1 /go.mod h1:pN768Al/wLRlf3bwugv9TyxniqJxMu4sxnX9eQJam64 =
745
+ github.com/onflow/flow-evm-bridge v0.1.0 h1:7X2osvo4NnQgHj8aERUmbYtv9FateX8liotoLnPL9nM =
746
+ github.com/onflow/flow-evm-bridge v0.1.0 /go.mod h1:5UYwsnu6WcBNrwitGFxphCl5yq7fbWYGYuiCSTVF6pk =
747
747
github.com/onflow/flow-ft/lib/go/contracts v1.0.1 h1:Ts5ob+CoCY2EjEd0W6vdLJ7hLL3SsEftzXG2JlmSe24 =
748
748
github.com/onflow/flow-ft/lib/go/contracts v1.0.1 /go.mod h1:PwsL8fC81cjnUnTfmyL/HOIyHnyaw/JA474Wfj2tl6A =
749
749
github.com/onflow/flow-ft/lib/go/templates v1.0.1 h1:FDYKAiGowABtoMNusLuRCILIZDtVqJ/5tYI4VkF5zfM =
You can’t perform that action at this time.
0 commit comments