Skip to content

Commit

Permalink
fix: remove require in gno.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelVallenet committed Dec 20, 2024
1 parent 7fc6145 commit d8a8542
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions gno/r/dao_roles_realm.gno/gno.mod
Original file line number Diff line number Diff line change
@@ -1,17 +1 @@
module gno.land/r/teritori/dao_roles_realm

require (
gno.land/p/demo/json v0.0.0-latest
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_roles_group v0.0.0-latest
gno.land/p/teritori/dao_roles_voting_group 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/r/demo/profile v0.0.0-latest
gno.land/r/teritori/dao_registry v0.0.0-latest
gno.land/r/teritori/social_feeds v0.0.0-latest
gno.land/r/teritori/tori v0.0.0-latest
)

0 comments on commit d8a8542

Please sign in to comment.