Skip to content

Commit

Permalink
ci(fix): tidy remaining gno.mod files (gnolang#1338)
Browse files Browse the repository at this point in the history
CI failing after merging gnolang#1035 
Seems like some mod files are not tidy.
  • Loading branch information
harry-hov authored and moul committed Nov 14, 2023
1 parent 6275618 commit 3d065d7
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 3d065d7

Please sign in to comment.