Skip to content

Commit

Permalink
fix: add missing imports in gno.mods
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Meier <norman@berty.tech>
  • Loading branch information
n0izn0iz committed Sep 19, 2023
1 parent 3a8cc72 commit a3f8d69
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions examples/gno.land/p/demo/teritori/dao_voting_group/gno.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ require (
"gno.land/p/demo/teritori/dao_interfaces" v0.0.0-latest
"gno.land/p/demo/teritori/markdown_utils" v0.0.0-latest
"gno.land/r/demo/teritori/groups" v0.0.0-latest
"gno.land/p/demo/teritori/ujson" v0.0.0-latest
)
3 changes: 3 additions & 0 deletions examples/gno.land/r/demo/teritori/social_feeds/gno.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ require (

"gno.land/p/demo/avl" v0.0.0-latest
"gno.land/r/demo/users" v0.0.0-latest
"gno.land/p/demo/teritori/flags_index" v0.0.0-latest
"gno.land/p/demo/teritori/dao_interfaces" v0.0.0-latest
"gno.land/p/demo/teritori/ujson" v0.0.0-latest
)
10 changes: 8 additions & 2 deletions examples/gno.land/r/demo/teritori/social_feeds_dao/gno.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
module gno.land/r/demo/teritori/social_feeds_dao

require (
"gno.land/r/demo/teritori/social_feeds" v0.0.0-latest
"gno.land/r/demo/teritori/groups" v0.0.0-latest
"gno.land/p/demo/teritori/dao_core" v0.0.0-latest
"gno.land/p/demo/teritori/dao_interfaces" v0.0.0-latest
"gno.land/p/demo/teritori/dao_proposal_single" v0.0.0-latest
"gno.land/p/demo/teritori/dao_voting_group" v0.0.0-latest
"gno.land/p/demo/teritori/ujson" v0.0.0-latest
"gno.land/r/demo/teritori/dao_registry" v0.0.0-latest
"gno.land/r/demo/teritori/groups" v0.0.0-latest
"gno.land/r/demo/teritori/social_feeds" v0.0.0-latest
)
1 change: 1 addition & 0 deletions examples/gno.land/r/demo/teritori/tori/gno.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ require (
"gno.land/p/demo/grc/grc20" v0.0.0-latest
"gno.land/r/demo/users" v0.0.0-latest
"gno.land/p/demo/teritori/ujson" v0.0.0-latest
"gno.land/p/demo/teritori/dao_interfaces" v0.0.0-latest
)

0 comments on commit a3f8d69

Please sign in to comment.