Skip to content

Commit

Permalink
chore: remove require in gno.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
albttx committed Jan 10, 2025
1 parent d63bf1c commit de0677f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 23 deletions.
2 changes: 0 additions & 2 deletions examples/gno.land/p/demo/airdrop/gno.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
module gno.land/p/demo/airdrop

require gno.land/p/demo/ufmt v0.0.0-latest
9 changes: 0 additions & 9 deletions examples/gno.land/p/demo/airdrop/grc20_merkle_airdrop/gno.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
module gno.land/p/demo/airdrop/grc20_merkle_airdrop

require (
gno.land/p/demo/airdrop v0.0.0-latest
gno.land/p/demo/avl v0.0.0-latest
gno.land/p/demo/grc/grc20 v0.0.0-latest
gno.land/p/demo/merkle v0.0.0-latest
gno.land/p/demo/ufmt v0.0.0-latest
gno.land/p/demo/urequire v0.0.0-latest
)
12 changes: 0 additions & 12 deletions examples/gno.land/r/demo/foo20_airdrop/gno.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1 @@
module gno.land/r/demo/foo20_airdrop

require (
gno.land/p/demo/airdrop v0.0.0-latest
gno.land/p/demo/airdrop/grc20_merkle_airdrop v0.0.0-latest
gno.land/p/demo/grc/grc20 v0.0.0-latest
gno.land/p/demo/json v0.0.0-latest
gno.land/p/demo/merkle v0.0.0-latest
gno.land/p/demo/ufmt v0.0.0-latest
gno.land/p/demo/urequire v0.0.0-latest
gno.land/p/demo/users v0.0.0-latest
gno.land/r/demo/foo20 v0.0.0-latest
)

0 comments on commit de0677f

Please sign in to comment.