-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(fix): tidy remaining gno.mod files (#1338)
CI failing after merging #1035 Seems like some mod files are not tidy.
- Loading branch information
Showing
2 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
) |