Skip to content

Commit

Permalink
ci(fix): tidy remaining gno.mod files (#1338)
Browse files Browse the repository at this point in the history
CI failing after merging #1035 
Seems like some mod files are not tidy.
  • Loading branch information
harry-hov committed Nov 6, 2023
1 parent ce7a7c6 commit 4c7f93c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions examples/gno.land/r/gnoland/home/gno.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
module gno.land/r/gnoland/home

require (
"gno.land/r/gnoland/blog" v0.0.0-latest
"gno.land/p/demo/ufmt" v0.0.0-latest
"gno.land/p/demo/avl" v0.0.0-latest
"gno.land/p/demo/ui" v0.0.0-latest
gno.land/p/demo/ufmt v0.0.0-latest
gno.land/p/demo/ui v0.0.0-latest
gno.land/r/gnoland/blog v0.0.0-latest
)
4 changes: 2 additions & 2 deletions examples/gno.land/r/manfred/present/gno.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module gno.land/r/manfred/present

require (
"gno.land/p/demo/avl" v0.0.0-latest
"gno.land/p/demo/blog" v0.0.0-latest
gno.land/p/demo/avl v0.0.0-latest
gno.land/p/demo/blog v0.0.0-latest
)

0 comments on commit 4c7f93c

Please sign in to comment.