Skip to content

Commit f30759b

Browse files
committed
revert go mod change
1 parent 9ee9058 commit f30759b

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ require (
4747
github.com/multiformats/go-multiaddr-dns v0.4.1
4848
github.com/multiformats/go-multihash v0.2.3
4949
github.com/onflow/atree v0.12.1
50-
github.com/onflow/cadence v1.9.9-0.20260219134638-a806b020c8d8
50+
github.com/onflow/cadence v1.9.9
5151
github.com/onflow/crypto v0.25.4
5252
github.com/onflow/flow v0.4.15
5353
github.com/onflow/flow-core-contracts/lib/go/contracts v1.9.3
5454
github.com/onflow/flow-core-contracts/lib/go/templates v1.9.3
55-
github.com/onflow/flow-go-sdk v1.9.14
55+
github.com/onflow/flow-go-sdk v1.9.15
5656
github.com/onflow/flow/protobuf/go/flow v0.4.19
5757
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
5858
github.com/pkg/errors v0.9.1

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -942,8 +942,8 @@ github.com/onflow/atree v0.12.1 h1:WfnhnhZJISiRa6trEz2lq49my326xjzS1JRaH8naXv0=
942942
github.com/onflow/atree v0.12.1/go.mod h1:qdZcfLQwPirHcNpLiK+2t3KAo+SAb9Si6TqurE6pykE=
943943
github.com/onflow/boxo v0.0.0-20240201202436-f2477b92f483 h1:LpiQhTAfM9CAmNVEs0n//cBBgCg+vJSiIxTHYUklZ84=
944944
github.com/onflow/boxo v0.0.0-20240201202436-f2477b92f483/go.mod h1:pIZgTWdm3k3pLF9Uq6MB8JEcW07UDwNJjlXW1HELW80=
945-
github.com/onflow/cadence v1.9.9-0.20260219134638-a806b020c8d8 h1:qTSHs6oHzy0NmwXALXKrk6R50AH+bhvRRJ/LA5NH1I4=
946-
github.com/onflow/cadence v1.9.9-0.20260219134638-a806b020c8d8/go.mod h1:zvAa0UGFrj+lctflMzUtgmOsvEvtzWhyiXxAN73WSJY=
945+
github.com/onflow/cadence v1.9.9 h1:eqjmLr2SlgZ9GGjnVsjM2YDU0QdMnR50MpAVC6i9Z70=
946+
github.com/onflow/cadence v1.9.9/go.mod h1:zvAa0UGFrj+lctflMzUtgmOsvEvtzWhyiXxAN73WSJY=
947947
github.com/onflow/crypto v0.25.4 h1:R615PWPdSoA5RATNb/j3cYaloBIZlSXVNgS7BjwHiwM=
948948
github.com/onflow/crypto v0.25.4/go.mod h1:DlkW/1SPUvLHYvUcjWa9PkLIRgSBKR4EDc3i+ATQKW4=
949949
github.com/onflow/fixed-point v0.1.1 h1:j0jYZVO8VGyk1476alGudEg7XqCkeTVxb5ElRJRKS90=
@@ -960,8 +960,8 @@ github.com/onflow/flow-ft/lib/go/contracts v1.0.1 h1:Ts5ob+CoCY2EjEd0W6vdLJ7hLL3
960960
github.com/onflow/flow-ft/lib/go/contracts v1.0.1/go.mod h1:PwsL8fC81cjnUnTfmyL/HOIyHnyaw/JA474Wfj2tl6A=
961961
github.com/onflow/flow-ft/lib/go/templates v1.0.1 h1:FDYKAiGowABtoMNusLuRCILIZDtVqJ/5tYI4VkF5zfM=
962962
github.com/onflow/flow-ft/lib/go/templates v1.0.1/go.mod h1:uQ8XFqmMK2jxyBSVrmyuwdWjTEb+6zGjRYotfDJ5pAE=
963-
github.com/onflow/flow-go-sdk v1.9.14 h1:YIBb8XDt5ZW/oUKLBvMLcV/UEjJ8ez0FSvwhiMKSMtk=
964-
github.com/onflow/flow-go-sdk v1.9.14/go.mod h1:Rn5UfGAwzme+OqPy54m0Q3pP0su19rBiQXT7PftoUOI=
963+
github.com/onflow/flow-go-sdk v1.9.15 h1:L/gyc3qJkIcGZORlaQnmQ1vgx/KPNf5UtYkpl3+vARo=
964+
github.com/onflow/flow-go-sdk v1.9.15/go.mod h1:qveQuDAVBfC9pys67CNBzXYcPwzqe/ca9dkHbA4rMdw=
965965
github.com/onflow/flow-nft/lib/go/contracts v1.3.0 h1:DmNop+O0EMyicZvhgdWboFG57xz5t9Qp81FKlfKyqJc=
966966
github.com/onflow/flow-nft/lib/go/contracts v1.3.0/go.mod h1:eZ9VMMNfCq0ho6kV25xJn1kXeCfxnkhj3MwF3ed08gY=
967967
github.com/onflow/flow-nft/lib/go/templates v1.3.0 h1:uGIBy4GEY6Z9hKP7sm5nA5kwvbvLWW4nWx5NN9Wg0II=

insecure/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,14 +216,14 @@ require (
216216
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
217217
github.com/olekukonko/tablewriter v0.0.5 // indirect
218218
github.com/onflow/atree v0.12.1 // indirect
219-
github.com/onflow/cadence v1.9.9-0.20260219134638-a806b020c8d8 // indirect
219+
github.com/onflow/cadence v1.9.9 // indirect
220220
github.com/onflow/fixed-point v0.1.1 // indirect
221221
github.com/onflow/flow-core-contracts/lib/go/contracts v1.9.3 // indirect
222222
github.com/onflow/flow-core-contracts/lib/go/templates v1.9.3 // indirect
223223
github.com/onflow/flow-evm-bridge v0.1.0 // indirect
224224
github.com/onflow/flow-ft/lib/go/contracts v1.0.1 // indirect
225225
github.com/onflow/flow-ft/lib/go/templates v1.0.1 // indirect
226-
github.com/onflow/flow-go-sdk v1.9.14 // indirect
226+
github.com/onflow/flow-go-sdk v1.9.15 // indirect
227227
github.com/onflow/flow-nft/lib/go/contracts v1.3.0 // indirect
228228
github.com/onflow/flow-nft/lib/go/templates v1.3.0 // indirect
229229
github.com/onflow/flow/protobuf/go/flow v0.4.19 // indirect

insecure/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -892,8 +892,8 @@ github.com/onflow/atree v0.12.1 h1:WfnhnhZJISiRa6trEz2lq49my326xjzS1JRaH8naXv0=
892892
github.com/onflow/atree v0.12.1/go.mod h1:qdZcfLQwPirHcNpLiK+2t3KAo+SAb9Si6TqurE6pykE=
893893
github.com/onflow/boxo v0.0.0-20240201202436-f2477b92f483 h1:LpiQhTAfM9CAmNVEs0n//cBBgCg+vJSiIxTHYUklZ84=
894894
github.com/onflow/boxo v0.0.0-20240201202436-f2477b92f483/go.mod h1:pIZgTWdm3k3pLF9Uq6MB8JEcW07UDwNJjlXW1HELW80=
895-
github.com/onflow/cadence v1.9.9-0.20260219134638-a806b020c8d8 h1:qTSHs6oHzy0NmwXALXKrk6R50AH+bhvRRJ/LA5NH1I4=
896-
github.com/onflow/cadence v1.9.9-0.20260219134638-a806b020c8d8/go.mod h1:zvAa0UGFrj+lctflMzUtgmOsvEvtzWhyiXxAN73WSJY=
895+
github.com/onflow/cadence v1.9.9 h1:eqjmLr2SlgZ9GGjnVsjM2YDU0QdMnR50MpAVC6i9Z70=
896+
github.com/onflow/cadence v1.9.9/go.mod h1:zvAa0UGFrj+lctflMzUtgmOsvEvtzWhyiXxAN73WSJY=
897897
github.com/onflow/crypto v0.25.4 h1:R615PWPdSoA5RATNb/j3cYaloBIZlSXVNgS7BjwHiwM=
898898
github.com/onflow/crypto v0.25.4/go.mod h1:DlkW/1SPUvLHYvUcjWa9PkLIRgSBKR4EDc3i+ATQKW4=
899899
github.com/onflow/fixed-point v0.1.1 h1:j0jYZVO8VGyk1476alGudEg7XqCkeTVxb5ElRJRKS90=
@@ -908,8 +908,8 @@ github.com/onflow/flow-ft/lib/go/contracts v1.0.1 h1:Ts5ob+CoCY2EjEd0W6vdLJ7hLL3
908908
github.com/onflow/flow-ft/lib/go/contracts v1.0.1/go.mod h1:PwsL8fC81cjnUnTfmyL/HOIyHnyaw/JA474Wfj2tl6A=
909909
github.com/onflow/flow-ft/lib/go/templates v1.0.1 h1:FDYKAiGowABtoMNusLuRCILIZDtVqJ/5tYI4VkF5zfM=
910910
github.com/onflow/flow-ft/lib/go/templates v1.0.1/go.mod h1:uQ8XFqmMK2jxyBSVrmyuwdWjTEb+6zGjRYotfDJ5pAE=
911-
github.com/onflow/flow-go-sdk v1.9.14 h1:YIBb8XDt5ZW/oUKLBvMLcV/UEjJ8ez0FSvwhiMKSMtk=
912-
github.com/onflow/flow-go-sdk v1.9.14/go.mod h1:Rn5UfGAwzme+OqPy54m0Q3pP0su19rBiQXT7PftoUOI=
911+
github.com/onflow/flow-go-sdk v1.9.15 h1:L/gyc3qJkIcGZORlaQnmQ1vgx/KPNf5UtYkpl3+vARo=
912+
github.com/onflow/flow-go-sdk v1.9.15/go.mod h1:qveQuDAVBfC9pys67CNBzXYcPwzqe/ca9dkHbA4rMdw=
913913
github.com/onflow/flow-nft/lib/go/contracts v1.3.0 h1:DmNop+O0EMyicZvhgdWboFG57xz5t9Qp81FKlfKyqJc=
914914
github.com/onflow/flow-nft/lib/go/contracts v1.3.0/go.mod h1:eZ9VMMNfCq0ho6kV25xJn1kXeCfxnkhj3MwF3ed08gY=
915915
github.com/onflow/flow-nft/lib/go/templates v1.3.0 h1:uGIBy4GEY6Z9hKP7sm5nA5kwvbvLWW4nWx5NN9Wg0II=

integration/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ require (
2020
github.com/ipfs/go-datastore v0.8.2
2121
github.com/ipfs/go-ds-pebble v0.5.0
2222
github.com/libp2p/go-libp2p v0.38.2
23-
github.com/onflow/cadence v1.9.9-0.20260219134638-a806b020c8d8
23+
github.com/onflow/cadence v1.9.9
2424
github.com/onflow/crypto v0.25.4
2525
github.com/onflow/flow v0.4.15
2626
github.com/onflow/flow-core-contracts/lib/go/contracts v1.9.3
2727
github.com/onflow/flow-core-contracts/lib/go/templates v1.9.3
2828
github.com/onflow/flow-go v0.38.0-preview.0.0.20241021221952-af9cd6e99de1
29-
github.com/onflow/flow-go-sdk v1.9.14
29+
github.com/onflow/flow-go-sdk v1.9.15
3030
github.com/onflow/flow-go/insecure v0.0.0-00010101000000-000000000000
3131
github.com/onflow/flow/protobuf/go/flow v0.4.19
3232
github.com/onflow/testingdock v0.5.0

integration/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -752,8 +752,8 @@ github.com/onflow/atree v0.12.1 h1:WfnhnhZJISiRa6trEz2lq49my326xjzS1JRaH8naXv0=
752752
github.com/onflow/atree v0.12.1/go.mod h1:qdZcfLQwPirHcNpLiK+2t3KAo+SAb9Si6TqurE6pykE=
753753
github.com/onflow/boxo v0.0.0-20240201202436-f2477b92f483 h1:LpiQhTAfM9CAmNVEs0n//cBBgCg+vJSiIxTHYUklZ84=
754754
github.com/onflow/boxo v0.0.0-20240201202436-f2477b92f483/go.mod h1:pIZgTWdm3k3pLF9Uq6MB8JEcW07UDwNJjlXW1HELW80=
755-
github.com/onflow/cadence v1.9.9-0.20260219134638-a806b020c8d8 h1:qTSHs6oHzy0NmwXALXKrk6R50AH+bhvRRJ/LA5NH1I4=
756-
github.com/onflow/cadence v1.9.9-0.20260219134638-a806b020c8d8/go.mod h1:zvAa0UGFrj+lctflMzUtgmOsvEvtzWhyiXxAN73WSJY=
755+
github.com/onflow/cadence v1.9.9 h1:eqjmLr2SlgZ9GGjnVsjM2YDU0QdMnR50MpAVC6i9Z70=
756+
github.com/onflow/cadence v1.9.9/go.mod h1:zvAa0UGFrj+lctflMzUtgmOsvEvtzWhyiXxAN73WSJY=
757757
github.com/onflow/crypto v0.25.4 h1:R615PWPdSoA5RATNb/j3cYaloBIZlSXVNgS7BjwHiwM=
758758
github.com/onflow/crypto v0.25.4/go.mod h1:DlkW/1SPUvLHYvUcjWa9PkLIRgSBKR4EDc3i+ATQKW4=
759759
github.com/onflow/fixed-point v0.1.1 h1:j0jYZVO8VGyk1476alGudEg7XqCkeTVxb5ElRJRKS90=
@@ -770,8 +770,8 @@ github.com/onflow/flow-ft/lib/go/contracts v1.0.1 h1:Ts5ob+CoCY2EjEd0W6vdLJ7hLL3
770770
github.com/onflow/flow-ft/lib/go/contracts v1.0.1/go.mod h1:PwsL8fC81cjnUnTfmyL/HOIyHnyaw/JA474Wfj2tl6A=
771771
github.com/onflow/flow-ft/lib/go/templates v1.0.1 h1:FDYKAiGowABtoMNusLuRCILIZDtVqJ/5tYI4VkF5zfM=
772772
github.com/onflow/flow-ft/lib/go/templates v1.0.1/go.mod h1:uQ8XFqmMK2jxyBSVrmyuwdWjTEb+6zGjRYotfDJ5pAE=
773-
github.com/onflow/flow-go-sdk v1.9.14 h1:YIBb8XDt5ZW/oUKLBvMLcV/UEjJ8ez0FSvwhiMKSMtk=
774-
github.com/onflow/flow-go-sdk v1.9.14/go.mod h1:Rn5UfGAwzme+OqPy54m0Q3pP0su19rBiQXT7PftoUOI=
773+
github.com/onflow/flow-go-sdk v1.9.15 h1:L/gyc3qJkIcGZORlaQnmQ1vgx/KPNf5UtYkpl3+vARo=
774+
github.com/onflow/flow-go-sdk v1.9.15/go.mod h1:qveQuDAVBfC9pys67CNBzXYcPwzqe/ca9dkHbA4rMdw=
775775
github.com/onflow/flow-nft/lib/go/contracts v1.3.0 h1:DmNop+O0EMyicZvhgdWboFG57xz5t9Qp81FKlfKyqJc=
776776
github.com/onflow/flow-nft/lib/go/contracts v1.3.0/go.mod h1:eZ9VMMNfCq0ho6kV25xJn1kXeCfxnkhj3MwF3ed08gY=
777777
github.com/onflow/flow-nft/lib/go/templates v1.3.0 h1:uGIBy4GEY6Z9hKP7sm5nA5kwvbvLWW4nWx5NN9Wg0II=

0 commit comments

Comments
 (0)