Skip to content

Commit

Permalink
chore: update gno.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
r3v4s committed Dec 7, 2023
1 parent 8bd6d63 commit db05596
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 5 deletions.
8 changes: 7 additions & 1 deletion examples/gno.land/r/x/grc20_dynamic_call/bar/gno.mod
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
module gno.land/r/x/grc20_dynamic_call/bar
module gno.land/r/x/grc20_dynamic_call/bar

require (
gno.land/p/demo/grc/grc20 v0.0.0-latest
gno.land/p/demo/ufmt v0.0.0-latest
gno.land/r/demo/users v0.0.0-latest
)
8 changes: 7 additions & 1 deletion examples/gno.land/r/x/grc20_dynamic_call/baz/gno.mod
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
module gno.land/r/x/grc20_dynamic_call/baz
module gno.land/r/x/grc20_dynamic_call/baz

require (
gno.land/p/demo/grc/grc20 v0.0.0-latest
gno.land/p/demo/ufmt v0.0.0-latest
gno.land/r/demo/users v0.0.0-latest
)
8 changes: 7 additions & 1 deletion examples/gno.land/r/x/grc20_dynamic_call/foo/gno.mod
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
module gno.land/r/x/grc20_dynamic_call/foo
module gno.land/r/x/grc20_dynamic_call/foo

require (
gno.land/p/demo/grc/grc20 v0.0.0-latest
gno.land/p/demo/ufmt v0.0.0-latest
gno.land/r/demo/users v0.0.0-latest
)
10 changes: 9 additions & 1 deletion examples/gno.land/r/x/grc20_dynamic_call/registry/gno.mod
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
module gno.land/r/x/grc20_dynamic_call/registry
module gno.land/r/x/grc20_dynamic_call/registry

require (
gno.land/r/demo/users v0.0.0-latest
gno.land/r/x/grc20_dynamic_call/bar v0.0.0-latest
gno.land/r/x/grc20_dynamic_call/baz v0.0.0-latest
gno.land/r/x/grc20_dynamic_call/foo v0.0.0-latest
gno.land/r/x/grc20_dynamic_call/wrapper v0.0.0-latest
)
10 changes: 9 additions & 1 deletion examples/gno.land/r/x/grc20_dynamic_call/wrapper/gno.mod
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
module gno.land/r/x/grc20_dynamic_call/wrapper
module gno.land/r/x/grc20_dynamic_call/wrapper

require (
gno.land/r/demo/users v0.0.0-latest
gno.land/r/x/grc20_dynamic_call/bar v0.0.0-latest
gno.land/r/x/grc20_dynamic_call/baz v0.0.0-latest
gno.land/r/x/grc20_dynamic_call/foo v0.0.0-latest
gno.land/r/x/grc20_dynamic_call/registry v0.0.0-latest
)

0 comments on commit db05596

Please sign in to comment.