Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(gnomod): forbid require and find dependencies without it #3123

Open
wants to merge 55 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 33 commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
6c702b9
chore: explicitely remove require support
n0izn0iz Nov 5, 2024
946f9e3
chore: finish remove require (+ tmp move utils to load package but sh…
n0izn0iz Nov 6, 2024
773c548
feat: mod download without require
n0izn0iz Nov 6, 2024
ccf8bb8
feat: module download without require
n0izn0iz Nov 6, 2024
14be54f
chore: refactor
n0izn0iz Nov 7, 2024
78ecedb
chore: remove unused writePackage func
n0izn0iz Nov 7, 2024
70cfde5
chore: use PackageDir helper
n0izn0iz Nov 7, 2024
4e01fd3
chore: merge remote-tracking branch 'origin/master' into gnomod-remov…
n0izn0iz Nov 8, 2024
13a1e21
fix: doc imports without require
n0izn0iz Nov 8, 2024
77d696d
chore: fix tests
n0izn0iz Nov 8, 2024
43afcc9
fix: txtar loader
n0izn0iz Nov 8, 2024
89ca164
chore: forbid require
n0izn0iz Nov 8, 2024
409bb3c
chore: tidy
n0izn0iz Nov 8, 2024
a411efa
chore: fmt
n0izn0iz Nov 8, 2024
4bc9998
chore: remove debug artifact
n0izn0iz Nov 8, 2024
3e2450e
chore: cleaner examples client'
n0izn0iz Nov 8, 2024
2ced616
chore: go mod tidy
n0izn0iz Nov 8, 2024
3924102
chore: refacto
n0izn0iz Nov 14, 2024
eff07fb
fix: return errors
n0izn0iz Nov 14, 2024
9bf675a
chore: move / rename
n0izn0iz Nov 14, 2024
bee03a0
chore: move back utils
n0izn0iz Nov 14, 2024
c749846
chore: rename funcs and write doc
n0izn0iz Nov 14, 2024
8f32074
chore: refacto
n0izn0iz Nov 14, 2024
c353b21
chore: atomicize
n0izn0iz Nov 14, 2024
283b308
fix: bad refactor
n0izn0iz Nov 14, 2024
d4f6cad
chore: remove unused funcs
n0izn0iz Nov 14, 2024
e1331fd
chore: dedup code
n0izn0iz Nov 14, 2024
965095b
chore: port test
n0izn0iz Nov 14, 2024
07cccc6
chore: add fetch test with replace
n0izn0iz Nov 14, 2024
e65600f
chore: more test cases
n0izn0iz Nov 14, 2024
7b385d5
chore: unexpose testing client
n0izn0iz Nov 14, 2024
9ebbf69
chore: merge remote-tracking branch 'origin/master' into gnomod-remov…
n0izn0iz Nov 14, 2024
736d7f6
fix: remove stdlibs from test imports
n0izn0iz Nov 14, 2024
519c51b
Merge branch 'master' into gnomod-remove-require
n0izn0iz Nov 14, 2024
d10eb8a
chore: bump for CI
n0izn0iz Nov 14, 2024
b7ca880
Merge branch 'master' into gnomod-remove-require
n0izn0iz Nov 15, 2024
144c0cc
fix: remove self from pkg imports
n0izn0iz Nov 15, 2024
03cee2b
Merge branch 'master' into gnomod-remove-require
n0izn0iz Nov 16, 2024
485d63e
fix: remove require
n0izn0iz Nov 16, 2024
4847000
Merge branch 'master' into gnomod-remove-require
n0izn0iz Nov 18, 2024
9c2ec60
Merge branch 'master' into gnomod-remove-require
n0izn0iz Nov 18, 2024
89185f8
chore: Merge remote-tracking branch 'origin/master' into gnomod-remov…
n0izn0iz Nov 19, 2024
bede958
chore: Merge remote-tracking branch 'origin' into gnomod-remove-require
n0izn0iz Nov 21, 2024
f58ba95
Merge branch 'master' into gnomod-remove-require
n0izn0iz Nov 21, 2024
ed89ff6
chore: remove helper present in std
n0izn0iz Nov 22, 2024
6a2a12c
chore: optimize slice alloc
n0izn0iz Nov 22, 2024
6aea21e
chore: refacto import filter
n0izn0iz Nov 22, 2024
7bbd0da
chore: gnovm/pkg/gnopkgfetch -> gnovm/cmd/gno/internal/gnopkgfetch
n0izn0iz Nov 22, 2024
4e4b71e
fix: examples path
n0izn0iz Nov 22, 2024
52d8d96
chore: move helper near call site
n0izn0iz Nov 22, 2024
9182eb3
fix: deletefunc use
n0izn0iz Nov 22, 2024
dce417e
chore: refacto test client injection
n0izn0iz Nov 22, 2024
b220ab8
fix: gracefully close client
n0izn0iz Nov 22, 2024
a12d12a
chore: use constant for qfile path
n0izn0iz Nov 22, 2024
05c0bc0
Merge branch 'master' into gnomod-remove-require
n0izn0iz Nov 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion contribs/gnogenesis/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ require (
golang.org/x/sys v0.24.0 // indirect
golang.org/x/term v0.23.0 // indirect
golang.org/x/text v0.17.0 // indirect
golang.org/x/tools v0.24.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240822170219-fc7c04adadcd // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240822170219-fc7c04adadcd // indirect
google.golang.org/grpc v1.65.0 // indirect
Expand Down
2 changes: 0 additions & 2 deletions contribs/gnogenesis/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion contribs/gnomigrate/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ require (
golang.org/x/sys v0.24.0 // indirect
golang.org/x/term v0.23.0 // indirect
golang.org/x/text v0.17.0 // indirect
golang.org/x/tools v0.24.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240822170219-fc7c04adadcd // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240822170219-fc7c04adadcd // indirect
google.golang.org/grpc v1.65.0 // indirect
Expand Down
2 changes: 0 additions & 2 deletions contribs/gnomigrate/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions examples/gno.land/p/demo/acl/gno.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
module gno.land/p/demo/acl

require (
gno.land/p/demo/avl v0.0.0-latest
gno.land/p/demo/testutils v0.0.0-latest
gno.land/p/demo/uassert v0.0.0-latest
gno.land/p/demo/ufmt v0.0.0-latest
)
7 changes: 0 additions & 7 deletions examples/gno.land/p/demo/avl/pager/gno.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
module gno.land/p/demo/avl/pager

require (
gno.land/p/demo/avl v0.0.0-latest
gno.land/p/demo/uassert v0.0.0-latest
gno.land/p/demo/ufmt v0.0.0-latest
gno.land/p/demo/urequire v0.0.0-latest
)
2 changes: 0 additions & 2 deletions examples/gno.land/p/demo/avlhelpers/gno.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
module gno.land/p/demo/avlhelpers

require gno.land/p/demo/avl v0.0.0-latest
6 changes: 0 additions & 6 deletions examples/gno.land/p/demo/blog/gno.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
module gno.land/p/demo/blog

require (
gno.land/p/demo/avl v0.0.0-latest
gno.land/p/demo/mux v0.0.0-latest
gno.land/p/demo/ufmt v0.0.0-latest
)
2 changes: 0 additions & 2 deletions examples/gno.land/p/demo/dao/gno.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
module gno.land/p/demo/dao

require gno.land/p/demo/ufmt v0.0.0-latest
2 changes: 0 additions & 2 deletions examples/gno.land/p/demo/dom/gno.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
module gno.land/p/demo/dom

require gno.land/p/demo/avl v0.0.0-latest
2 changes: 0 additions & 2 deletions examples/gno.land/p/demo/fqname/gno.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
module gno.land/p/demo/fqname

require gno.land/p/demo/uassert v0.0.0-latest
5 changes: 0 additions & 5 deletions examples/gno.land/p/demo/gnorkle/agent/gno.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
module gno.land/p/demo/gnorkle/agent

require (
gno.land/p/demo/avl v0.0.0-latest
gno.land/p/demo/uassert v0.0.0-latest
)
12 changes: 0 additions & 12 deletions examples/gno.land/p/demo/gnorkle/feeds/static/gno.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1 @@
module gno.land/p/demo/gnorkle/feeds/static

require (
gno.land/p/demo/gnorkle/feed v0.0.0-latest
gno.land/p/demo/gnorkle/gnorkle v0.0.0-latest
gno.land/p/demo/gnorkle/ingester v0.0.0-latest
gno.land/p/demo/gnorkle/ingesters/single v0.0.0-latest
gno.land/p/demo/gnorkle/message v0.0.0-latest
gno.land/p/demo/gnorkle/storage/simple v0.0.0-latest
gno.land/p/demo/uassert v0.0.0-latest
gno.land/p/demo/ufmt v0.0.0-latest
gno.land/p/demo/urequire v0.0.0-latest
)
8 changes: 0 additions & 8 deletions examples/gno.land/p/demo/gnorkle/gnorkle/gno.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
module gno.land/p/demo/gnorkle/gnorkle

require (
gno.land/p/demo/avl v0.0.0-latest
gno.land/p/demo/gnorkle/agent v0.0.0-latest
gno.land/p/demo/gnorkle/feed v0.0.0-latest
gno.land/p/demo/gnorkle/ingester v0.0.0-latest
gno.land/p/demo/gnorkle/message v0.0.0-latest
)
7 changes: 0 additions & 7 deletions examples/gno.land/p/demo/gnorkle/ingesters/single/gno.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
module gno.land/p/demo/gnorkle/ingesters/single

require (
gno.land/p/demo/gnorkle/gnorkle v0.0.0-latest
gno.land/p/demo/gnorkle/ingester v0.0.0-latest
gno.land/p/demo/gnorkle/storage/simple v0.0.0-latest
gno.land/p/demo/uassert v0.0.0-latest
)
2 changes: 0 additions & 2 deletions examples/gno.land/p/demo/gnorkle/message/gno.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
module gno.land/p/demo/gnorkle/message

require gno.land/p/demo/uassert v0.0.0-latest
8 changes: 0 additions & 8 deletions examples/gno.land/p/demo/gnorkle/storage/simple/gno.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
module gno.land/p/demo/gnorkle/storage/simple

require (
gno.land/p/demo/gnorkle/feed v0.0.0-latest
gno.land/p/demo/gnorkle/storage v0.0.0-latest
gno.land/p/demo/uassert v0.0.0-latest
gno.land/p/demo/ufmt v0.0.0-latest
gno.land/p/demo/urequire v0.0.0-latest
)
6 changes: 0 additions & 6 deletions examples/gno.land/p/demo/grc/grc1155/gno.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
module gno.land/p/demo/grc/grc1155

require (
gno.land/p/demo/avl v0.0.0-latest
gno.land/p/demo/uassert v0.0.0-latest
gno.land/p/demo/ufmt v0.0.0-latest
)
9 changes: 0 additions & 9 deletions examples/gno.land/p/demo/grc/grc20/gno.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
module gno.land/p/demo/grc/grc20

require (
gno.land/p/demo/avl v0.0.0-latest
gno.land/p/demo/grc/exts v0.0.0-latest
gno.land/p/demo/testutils v0.0.0-latest
gno.land/p/demo/uassert v0.0.0-latest
gno.land/p/demo/ufmt v0.0.0-latest
gno.land/p/demo/urequire v0.0.0-latest
)
7 changes: 0 additions & 7 deletions examples/gno.land/p/demo/grc/grc721/gno.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
module gno.land/p/demo/grc/grc721

require (
gno.land/p/demo/avl v0.0.0-latest
gno.land/p/demo/testutils v0.0.0-latest
gno.land/p/demo/uassert v0.0.0-latest
gno.land/p/demo/ufmt v0.0.0-latest
)
2 changes: 0 additions & 2 deletions examples/gno.land/p/demo/grc/grc777/gno.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
module gno.land/p/demo/grc/grc777

require gno.land/p/demo/grc/exts v0.0.0-latest
5 changes: 0 additions & 5 deletions examples/gno.land/p/demo/groups/gno.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
module gno.land/p/demo/groups

require (
gno.land/p/demo/rat v0.0.0-latest
gno.land/r/demo/boards v0.0.0-latest
)
2 changes: 0 additions & 2 deletions examples/gno.land/p/demo/int256/gno.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
module gno.land/p/demo/int256

require gno.land/p/demo/uint256 v0.0.0-latest
2 changes: 0 additions & 2 deletions examples/gno.land/p/demo/json/gno.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
module gno.land/p/demo/json

require gno.land/p/demo/ufmt v0.0.0-latest
2 changes: 0 additions & 2 deletions examples/gno.land/p/demo/math_eval/int32/gno.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
module gno.land/p/demo/math_eval/int32

require gno.land/p/demo/ufmt v0.0.0-latest
8 changes: 0 additions & 8 deletions examples/gno.land/p/demo/membstore/gno.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
module gno.land/p/demo/membstore

require (
gno.land/p/demo/avl v0.0.0-latest
gno.land/p/demo/testutils v0.0.0-latest
gno.land/p/demo/uassert v0.0.0-latest
gno.land/p/demo/ufmt v0.0.0-latest
gno.land/p/demo/urequire v0.0.0-latest
)
9 changes: 0 additions & 9 deletions examples/gno.land/p/demo/memeland/gno.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
module gno.land/p/demo/memeland

require (
gno.land/p/demo/avl v0.0.0-latest
gno.land/p/demo/ownable v0.0.0-latest
gno.land/p/demo/seqid v0.0.0-latest
gno.land/p/demo/testutils v0.0.0-latest
gno.land/p/demo/uassert v0.0.0-latest
gno.land/p/demo/ufmt v0.0.0-latest
)
5 changes: 0 additions & 5 deletions examples/gno.land/p/demo/microblog/gno.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
module gno.land/p/demo/microblog

require (
gno.land/p/demo/avl v0.0.0-latest
gno.land/p/demo/ufmt v0.0.0-latest
)
8 changes: 0 additions & 8 deletions examples/gno.land/p/demo/ownable/exts/authorizable/gno.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
module gno.land/p/demo/ownable/exts/authorizable

require (
gno.land/p/demo/avl v0.0.0-latest
gno.land/p/demo/ownable v0.0.0-latest
gno.land/p/demo/testutils v0.0.0-latest
gno.land/p/demo/uassert v0.0.0-latest
gno.land/p/demo/ufmt v0.0.0-latest
)
5 changes: 0 additions & 5 deletions examples/gno.land/p/demo/ownable/gno.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
module gno.land/p/demo/ownable

require (
gno.land/p/demo/testutils v0.0.0-latest
gno.land/p/demo/uassert v0.0.0-latest
)
5 changes: 0 additions & 5 deletions examples/gno.land/p/demo/pausable/gno.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
module gno.land/p/demo/pausable

require (
gno.land/p/demo/ownable v0.0.0-latest
gno.land/p/demo/urequire v0.0.0-latest
)
2 changes: 0 additions & 2 deletions examples/gno.land/p/demo/seqid/gno.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
module gno.land/p/demo/seqid

require gno.land/p/demo/cford32 v0.0.0-latest
11 changes: 0 additions & 11 deletions examples/gno.land/p/demo/simpledao/gno.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1 @@
module gno.land/p/demo/simpledao

require (
gno.land/p/demo/avl v0.0.0-latest
gno.land/p/demo/dao v0.0.0-latest
gno.land/p/demo/membstore v0.0.0-latest
gno.land/p/demo/seqid v0.0.0-latest
gno.land/p/demo/testutils v0.0.0-latest
gno.land/p/demo/uassert v0.0.0-latest
gno.land/p/demo/ufmt v0.0.0-latest
gno.land/p/demo/urequire v0.0.0-latest
)
7 changes: 0 additions & 7 deletions examples/gno.land/p/demo/subscription/lifetime/gno.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
module gno.land/p/demo/subscription/lifetime

require (
gno.land/p/demo/avl v0.0.0-latest
gno.land/p/demo/ownable v0.0.0-latest
gno.land/p/demo/testutils v0.0.0-latest
gno.land/p/demo/uassert v0.0.0-latest
)
7 changes: 0 additions & 7 deletions examples/gno.land/p/demo/subscription/recurring/gno.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
module gno.land/p/demo/subscription/recurring

require (
gno.land/p/demo/avl v0.0.0-latest
gno.land/p/demo/ownable v0.0.0-latest
gno.land/p/demo/testutils v0.0.0-latest
gno.land/p/demo/uassert v0.0.0-latest
)
2 changes: 0 additions & 2 deletions examples/gno.land/p/demo/svg/gno.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
module gno.land/p/demo/svg

require gno.land/p/demo/ufmt v0.0.0-latest
2 changes: 0 additions & 2 deletions examples/gno.land/p/demo/tamagotchi/gno.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
module gno.land/p/demo/tamagotchi

require gno.land/p/demo/ufmt v0.0.0-latest
6 changes: 0 additions & 6 deletions examples/gno.land/p/demo/tests/gno.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
module gno.land/p/demo/tests

require (
gno.land/p/demo/tests/subtests v0.0.0-latest
gno.land/p/demo/uassert v0.0.0-latest
gno.land/r/demo/tests v0.0.0-latest
)
5 changes: 0 additions & 5 deletions examples/gno.land/p/demo/todolist/gno.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
module gno.land/p/demo/todolist

require (
gno.land/p/demo/avl v0.0.0-latest
gno.land/p/demo/uassert v0.0.0-latest
)
2 changes: 0 additions & 2 deletions examples/gno.land/p/demo/uassert/gno.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
module gno.land/p/demo/uassert

require gno.land/p/demo/diff v0.0.0-latest
2 changes: 0 additions & 2 deletions examples/gno.land/p/demo/urequire/gno.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
module gno.land/p/demo/urequire

require gno.land/p/demo/uassert v0.0.0-latest
2 changes: 0 additions & 2 deletions examples/gno.land/p/demo/watchdog/gno.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
module gno.land/p/demo/watchdog

require gno.land/p/demo/uassert v0.0.0-latest
6 changes: 0 additions & 6 deletions examples/gno.land/p/gov/executor/gno.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
module gno.land/p/gov/executor

require (
gno.land/p/demo/context v0.0.0-latest
gno.land/p/demo/uassert v0.0.0-latest
gno.land/p/demo/urequire v0.0.0-latest
)
5 changes: 0 additions & 5 deletions examples/gno.land/p/moul/helplink/gno.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
module gno.land/p/moul/helplink

require (
gno.land/p/demo/urequire v0.0.0-latest
gno.land/p/moul/txlink v0.0.0-latest
)
2 changes: 0 additions & 2 deletions examples/gno.land/p/moul/printfdebugging/gno.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
module gno.land/p/demo/printfdebugging

require gno.land/p/demo/ufmt v0.0.0-latest
5 changes: 0 additions & 5 deletions examples/gno.land/p/moul/realmpath/gno.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
module gno.land/p/moul/realmpath

require (
gno.land/p/demo/uassert v0.0.0-latest
gno.land/p/demo/urequire v0.0.0-latest
)
2 changes: 0 additions & 2 deletions examples/gno.land/p/moul/txlink/gno.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
module gno.land/p/moul/txlink

require gno.land/p/demo/urequire v0.0.0-latest
5 changes: 0 additions & 5 deletions examples/gno.land/p/n2p5/haystack/gno.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
module gno.land/p/n2p5/haystack

require (
gno.land/p/demo/avl v0.0.0-latest
gno.land/p/n2p5/haystack/needle v0.0.0-latest
)
9 changes: 0 additions & 9 deletions examples/gno.land/p/nt/poa/gno.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
module gno.land/p/nt/poa

require (
gno.land/p/demo/avl v0.0.0-latest
gno.land/p/demo/testutils v0.0.0-latest
gno.land/p/demo/uassert v0.0.0-latest
gno.land/p/demo/ufmt v0.0.0-latest
gno.land/p/demo/urequire v0.0.0-latest
gno.land/p/sys/validators v0.0.0-latest
)
6 changes: 0 additions & 6 deletions examples/gno.land/r/demo/art/gnoface/gno.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
module gno.land/r/demo/art/gnoface

require (
gno.land/p/demo/entropy v0.0.0-latest
gno.land/p/demo/uassert v0.0.0-latest
gno.land/p/demo/ufmt v0.0.0-latest
)
5 changes: 0 additions & 5 deletions examples/gno.land/r/demo/art/millipede/gno.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
module gno.land/r/demo/art/millipede

require (
gno.land/p/demo/uassert v0.0.0-latest
gno.land/p/demo/ufmt v0.0.0-latest
)
7 changes: 0 additions & 7 deletions examples/gno.land/r/demo/bar20/gno.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
module gno.land/r/demo/bar20

require (
gno.land/p/demo/grc/grc20 v0.0.0-latest
gno.land/p/demo/testutils v0.0.0-latest
gno.land/p/demo/ufmt v0.0.0-latest
gno.land/p/demo/urequire v0.0.0-latest
)
6 changes: 0 additions & 6 deletions examples/gno.land/r/demo/boards/gno.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
module gno.land/r/demo/boards

require (
gno.land/p/demo/avl v0.0.0-latest
gno.land/p/moul/txlink v0.0.0-latest
gno.land/r/demo/users v0.0.0-latest
)
6 changes: 0 additions & 6 deletions examples/gno.land/r/demo/daoweb/gno.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
module gno.land/r/demo/daoweb

require (
gno.land/p/demo/dao v0.0.0-latest
gno.land/p/demo/json v0.0.0-latest
gno.land/r/gov/dao/bridge v0.0.0-latest
)
2 changes: 0 additions & 2 deletions examples/gno.land/r/demo/disperse/gno.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
module gno.land/r/demo/disperse

require gno.land/r/demo/grc20factory v0.0.0-latest
2 changes: 0 additions & 2 deletions examples/gno.land/r/demo/echo/gno.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
module gno.land/r/demo/echo

require gno.land/p/demo/urequire v0.0.0-latest
Loading
Loading