Skip to content

Commit

Permalink
fix: remove require and tidy
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Meier <[email protected]>
  • Loading branch information
n0izn0iz committed Dec 17, 2024
1 parent 2ca5706 commit b690ec0
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 69 deletions.
5 changes: 0 additions & 5 deletions examples/gno.land/p/teritori/dao_core/gno.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
module gno.land/p/teritori/dao_core

require (
gno.land/p/teritori/dao_interfaces v0.0.0-latest
gno.land/p/demo/json v0.0.0-latest
)
5 changes: 0 additions & 5 deletions examples/gno.land/p/teritori/dao_interfaces/gno.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
module gno.land/p/teritori/dao_interfaces

require (
gno.land/p/demo/avl v0.0.0-latest
gno.land/p/demo/json v0.0.0-latest
)
8 changes: 0 additions & 8 deletions examples/gno.land/p/teritori/dao_proposal_single/gno.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
module gno.land/p/teritori/dao_proposal_single

require (
gno.land/p/demo/avl v0.0.0-latest
gno.land/p/teritori/dao_interfaces v0.0.0-latest
gno.land/p/teritori/dao_utils v0.0.0-latest
gno.land/p/teritori/jsonutil v0.0.0-latest
gno.land/p/demo/json v0.0.0-latest
)
5 changes: 0 additions & 5 deletions examples/gno.land/p/teritori/dao_utils/gno.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
module gno.land/p/teritori/dao_utils

require (
gno.land/p/teritori/jsonutil v0.0.0-latest
gno.land/p/demo/json v0.0.0-latest
)
7 changes: 0 additions & 7 deletions examples/gno.land/p/teritori/dao_voting_group/gno.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
module gno.land/p/teritori/dao_voting_group

require (
gno.land/p/teritori/dao_interfaces v0.0.0-latest
gno.land/p/teritori/havl v0.0.0-latest
gno.land/p/teritori/jsonutil v0.0.0-latest
gno.land/p/demo/json v0.0.0-latest
)
2 changes: 0 additions & 2 deletions examples/gno.land/p/teritori/havl/gno.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
module gno.land/p/teritori/havl

require gno.land/p/demo/avl v0.0.0-latest
6 changes: 0 additions & 6 deletions examples/gno.land/p/teritori/jsonutil/gno.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
module gno.land/p/teritori/jsonutil

require (
gno.land/p/demo/avl v0.0.0-latest
gno.land/p/demo/json v0.0.0-latest
gno.land/p/demo/users v0.0.0-latest
)
13 changes: 0 additions & 13 deletions examples/gno.land/r/teritori/dao_realm/gno.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1 @@
module gno.land/r/teritori/dao_realm

require (
gno.land/p/teritori/dao_core v0.0.0-latest
gno.land/p/teritori/dao_interfaces v0.0.0-latest
gno.land/p/teritori/dao_proposal_single v0.0.0-latest
gno.land/p/teritori/dao_utils v0.0.0-latest
gno.land/p/teritori/dao_voting_group v0.0.0-latest
gno.land/p/teritori/havl v0.0.0-latest
gno.land/p/demo/json v0.0.0-latest
gno.land/r/teritori/dao_registry v0.0.0-latest
gno.land/r/teritori/tori v0.0.0-latest
gno.land/r/demo/users v0.0.0-latest
)
8 changes: 0 additions & 8 deletions examples/gno.land/r/teritori/dao_registry/gno.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
module gno.land/r/teritori/dao_registry

require (
gno.land/p/demo/avl v0.0.0-latest
gno.land/p/teritori/dao_interfaces v0.0.0-latest
gno.land/p/teritori/jsonutil v0.0.0-latest
gno.land/p/demo/json v0.0.0-latest
gno.land/p/demo/ufmt v0.0.0-latest
)
10 changes: 0 additions & 10 deletions examples/gno.land/r/teritori/tori/gno.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1 @@
module gno.land/r/teritori/tori

require (
gno.land/p/teritori/dao_interfaces v0.0.0-latest
gno.land/p/teritori/jsonutil 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/ufmt v0.0.0-latest
gno.land/p/demo/users v0.0.0-latest
gno.land/r/demo/users v0.0.0-latest
)

0 comments on commit b690ec0

Please sign in to comment.