File tree Expand file tree Collapse file tree 5 files changed +7
-1
lines changed Expand file tree Collapse file tree 5 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ require (
108
108
github.com/mitchellh/mapstructure v1.5.0
109
109
github.com/onflow/bridged-usdc/lib/go/contracts v1.0.0
110
110
github.com/onflow/go-ethereum v1.14.7
111
+ github.com/onflow/nft-storefront/lib/go/contracts v1.0.0
111
112
github.com/onflow/wal v1.0.2
112
113
github.com/slok/go-http-metrics v0.10.0
113
114
github.com/sony/gobreaker v0.5.0
@@ -258,7 +259,6 @@ require (
258
259
github.com/onflow/flow-ft/lib/go/templates v1.0.1 // indirect
259
260
github.com/onflow/flow-nft/lib/go/contracts v1.2.2 // indirect
260
261
github.com/onflow/flow-nft/lib/go/templates v1.2.1 // indirect
261
- github.com/onflow/nft-storefront/lib/go/contracts v1.0.0 // indirect
262
262
github.com/onflow/sdks v0.6.0-preview.1 // indirect
263
263
github.com/onsi/ginkgo v1.16.5 // indirect
264
264
github.com/onsi/ginkgo/v2 v2.13.2 // indirect
Original file line number Diff line number Diff line change @@ -212,6 +212,7 @@ require (
212
212
github.com/onflow/flow-nft/lib/go/templates v1.2.1 // indirect
213
213
github.com/onflow/flow/protobuf/go/flow v0.4.7 // indirect
214
214
github.com/onflow/go-ethereum v1.14.7 // indirect
215
+ github.com/onflow/nft-storefront/lib/go/contracts v1.0.0 // indirect
215
216
github.com/onflow/sdks v0.6.0-preview.1 // indirect
216
217
github.com/onflow/wal v1.0.2 // indirect
217
218
github.com/onsi/ginkgo/v2 v2.13.2 // indirect
Original file line number Diff line number Diff line change @@ -871,6 +871,8 @@ github.com/onflow/flow/protobuf/go/flow v0.4.7 h1:iP6DFx4wZ3ETORsyeqzHu7neFT3d1C
871
871
github.com/onflow/flow/protobuf/go/flow v0.4.7 /go.mod h1:NA2pX2nw8zuaxfKphhKsk00kWLwfd+tv8mS23YXO4Sk =
872
872
github.com/onflow/go-ethereum v1.14.7 h1:gg3awYqI02e3AypRdpJKEvNTJ6kz/OhAqRti0h54Wlc =
873
873
github.com/onflow/go-ethereum v1.14.7 /go.mod h1:zV14QLrXyYu5ucvcwHUA0r6UaqveqbXaehAVQJlSW+I =
874
+ github.com/onflow/nft-storefront/lib/go/contracts v1.0.0 h1:sxyWLqGm/p4EKT6DUlQESDG1ZNMN9GjPCm1gTq7NGfc =
875
+ github.com/onflow/nft-storefront/lib/go/contracts v1.0.0 /go.mod h1:kMeq9zUwCrgrSojEbTUTTJpZ4WwacVm2pA7LVFr+glk =
874
876
github.com/onflow/sdks v0.6.0-preview.1 h1:mb/cUezuqWEP1gFZNAgUI4boBltudv4nlfxke1KBp9k =
875
877
github.com/onflow/sdks v0.6.0-preview.1 /go.mod h1:F0dj0EyHC55kknLkeD10js4mo14yTdMotnWMslPirrU =
876
878
github.com/onflow/wal v1.0.2 h1:5bgsJVf2O3cfMNK12fiiTyYZ8cOrUiELt3heBJfHOhc =
Original file line number Diff line number Diff line change @@ -245,6 +245,7 @@ require (
245
245
github.com/onflow/flow-ft/lib/go/templates v1.0.1 // indirect
246
246
github.com/onflow/flow-nft/lib/go/contracts v1.2.2 // indirect
247
247
github.com/onflow/flow-nft/lib/go/templates v1.2.1 // indirect
248
+ github.com/onflow/nft-storefront/lib/go/contracts v1.0.0 // indirect
248
249
github.com/onflow/sdks v0.6.0-preview.1 // indirect
249
250
github.com/onflow/wal v1.0.2 // indirect
250
251
github.com/onsi/ginkgo/v2 v2.13.2 // indirect
Original file line number Diff line number Diff line change @@ -749,6 +749,8 @@ github.com/onflow/flow/protobuf/go/flow v0.4.7 h1:iP6DFx4wZ3ETORsyeqzHu7neFT3d1C
749
749
github.com/onflow/flow/protobuf/go/flow v0.4.7 /go.mod h1:NA2pX2nw8zuaxfKphhKsk00kWLwfd+tv8mS23YXO4Sk =
750
750
github.com/onflow/go-ethereum v1.14.7 h1:gg3awYqI02e3AypRdpJKEvNTJ6kz/OhAqRti0h54Wlc =
751
751
github.com/onflow/go-ethereum v1.14.7 /go.mod h1:zV14QLrXyYu5ucvcwHUA0r6UaqveqbXaehAVQJlSW+I =
752
+ github.com/onflow/nft-storefront/lib/go/contracts v1.0.0 h1:sxyWLqGm/p4EKT6DUlQESDG1ZNMN9GjPCm1gTq7NGfc =
753
+ github.com/onflow/nft-storefront/lib/go/contracts v1.0.0 /go.mod h1:kMeq9zUwCrgrSojEbTUTTJpZ4WwacVm2pA7LVFr+glk =
752
754
github.com/onflow/sdks v0.6.0-preview.1 h1:mb/cUezuqWEP1gFZNAgUI4boBltudv4nlfxke1KBp9k =
753
755
github.com/onflow/sdks v0.6.0-preview.1 /go.mod h1:F0dj0EyHC55kknLkeD10js4mo14yTdMotnWMslPirrU =
754
756
github.com/onflow/wal v1.0.2 h1:5bgsJVf2O3cfMNK12fiiTyYZ8cOrUiELt3heBJfHOhc =
You can’t perform that action at this time.
0 commit comments