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

Merged
merged 117 commits into from
Dec 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
117 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
48ae91d
chore: rename test to align with function rename
n0izn0iz Nov 23, 2024
2935106
Merge branch 'master' into gnomod-remove-require
n0izn0iz Nov 24, 2024
3b16c2f
Merge branch 'master' of github.com:gnolang/gno into gnomod-remove-re…
thehowl Nov 27, 2024
3d0533c
remove requires
thehowl Nov 27, 2024
af0cf96
chore: use Unquote instead of TrimX
n0izn0iz Nov 28, 2024
e5fae2d
chore: simplify test env setup
n0izn0iz Nov 28, 2024
37a9d5c
Merge branch 'master' into gnomod-remove-require
n0izn0iz Nov 28, 2024
246bfbc
chore: refacto and use it in
n0izn0iz Nov 28, 2024
35efc26
chore: Revert "chore: use constant for qfile path"
n0izn0iz Nov 28, 2024
d90f89a
chore: add doc.go for gnoimports
n0izn0iz Nov 28, 2024
8d0a5a2
chore: refacto package fetching
n0izn0iz Nov 29, 2024
4408718
Merge branch 'master' into gnomod-remove-require
n0izn0iz Nov 29, 2024
f216c66
breaking: remove unused flags and add new remote-overrides flag
n0izn0iz Nov 29, 2024
ad4bc60
chore: add test
n0izn0iz Nov 29, 2024
5ff7644
fix: push fail
n0izn0iz Nov 29, 2024
0c0e319
chore: improve pkgdownload doc and testing
n0izn0iz Nov 30, 2024
ffb284c
chore: don't expose function not used externally
n0izn0iz Nov 30, 2024
d545c73
chore: rename func and improve doc
n0izn0iz Nov 30, 2024
07fcc35
chore: Merge remote-tracking branch 'origin/master' into gnomod-remov…
n0izn0iz Dec 3, 2024
4908897
chore: address reviews
n0izn0iz Dec 4, 2024
0b5ca34
chore: improve doc
n0izn0iz Dec 4, 2024
75ac957
chore: remove FileImportsFromPath
n0izn0iz Dec 4, 2024
d87b876
chore: replace PackageFile with existing gnovm.MemFile
n0izn0iz Dec 4, 2024
694f656
chore: fix typo
n0izn0iz Dec 4, 2024
f15ccdd
chore: Merge remote-tracking branch 'origin/master' into gnomod-remov…
n0izn0iz Dec 4, 2024
17f463a
chore: ignore panic
n0izn0iz Dec 4, 2024
2d9988c
chore: gno mod tidy
n0izn0iz Dec 4, 2024
ab73e9d
chore: add comment about ignored errors
n0izn0iz Dec 4, 2024
f4a8a73
Merge branch 'master' into gnomod-remove-require
n0izn0iz Dec 4, 2024
86fe068
chore: use t.TempDir
n0izn0iz Dec 5, 2024
f35b8ac
Merge branch 'master' into gnomod-remove-require
n0izn0iz Dec 5, 2024
9e62b83
chore: better ReadMemPackage api
n0izn0iz Dec 5, 2024
9f89e51
chore: remove requires
n0izn0iz Dec 5, 2024
c390f85
fix: don't panic in validatePkgName
n0izn0iz Dec 5, 2024
fda7b1f
fix: test
n0izn0iz Dec 5, 2024
d57891b
chore: don't alias package
n0izn0iz Dec 5, 2024
d7c7050
fix: visit subdirs
n0izn0iz Dec 5, 2024
978c036
chore: prevent panic
n0izn0iz Dec 5, 2024
1b91b17
chore: prevent panics
n0izn0iz Dec 5, 2024
dc26d46
chore: improve test
n0izn0iz Dec 5, 2024
879c59c
chore: reduce complexity
n0izn0iz Dec 5, 2024
4560240
chore: revert unneeded change
n0izn0iz Dec 5, 2024
f61a957
fix: gnodev readmempackage usage
n0izn0iz Dec 5, 2024
866d6a0
fix: don't panic if invalid package name
n0izn0iz Dec 6, 2024
17eca88
Merge branch 'master' into gnomod-remove-require
n0izn0iz Dec 6, 2024
80bc39f
fix: nil deref
n0izn0iz Dec 6, 2024
972db7a
chore: revert change
n0izn0iz Dec 6, 2024
ed3904e
chore: trigger CI for tm2 flaky test
n0izn0iz Dec 6, 2024
1a7d1bd
Merge branch 'master' into gnomod-remove-require
n0izn0iz Dec 6, 2024
b87bed1
Merge branch 'master' into gnomod-remove-require
thehowl Dec 6, 2024
2772104
fixup error
thehowl Dec 6, 2024
0fd7c8f
revert genstd changes
thehowl Dec 6, 2024
eb1f06d
Merge branch 'master' into gnomod-remove-require
n0izn0iz Dec 6, 2024
28d0ab3
Merge branch 'gnomod-remove-require' of github.com:n0izn0iz/gno into …
thehowl Dec 6, 2024
d8726b7
use strings.TrimSpace instead
thehowl Dec 6, 2024
1c68a59
Merge branch 'master' into gnomod-remove-require
n0izn0iz Dec 6, 2024
4a8a0c2
Merge branch 'master' into gnomod-remove-require
n0izn0iz Dec 7, 2024
b1eb23c
chore: use global var for package fetcher
n0izn0iz Dec 7, 2024
76f3ed6
chore: gnopkgfetcher -> rpcpkgfetcher + improve doc + improve error f…
n0izn0iz Dec 7, 2024
25cd63c
Merge branch 'master' into gnomod-remove-require
n0izn0iz Dec 7, 2024
55180ee
change to testPackageFetcher; don't use the global var normally
thehowl Dec 7, 2024
52da40d
Merge branch 'master' into gnomod-remove-require
thehowl Dec 7, 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
2 changes: 1 addition & 1 deletion contribs/gnodev/pkg/dev/packages.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func (pm PackagesMap) Load(fee std.Fee, start time.Time) ([]gnoland.TxWithMetada
}

// Open files in directory as MemPackage.
memPkg := gno.ReadMemPackage(modPkg.Dir, modPkg.Name)
memPkg := gno.MustReadMemPackage(modPkg.Dir, modPkg.Name)
if err := memPkg.Validate(); err != nil {
return nil, fmt.Errorf("invalid package: %w", err)
}
Expand Down
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
2 changes: 0 additions & 2 deletions examples/gno.land/p/demo/groups/gno.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
module gno.land/p/demo/groups

require gno.land/p/demo/rat 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
5 changes: 0 additions & 5 deletions examples/gno.land/p/demo/tests/gno.mod
Original file line number Diff line number Diff line change
@@ -1,6 +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
)
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/mdtable/gno.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
module gno.land/p/moul/mdtable

require gno.land/p/demo/urequire 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
)
6 changes: 0 additions & 6 deletions examples/gno.land/p/n2p5/mgroup/gno.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
module gno.land/p/n2p5/mgroup

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
)
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/p/wyhaines/rand/isaac/gno.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
module gno.land/p/wyhaines/rand/isaac

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

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

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

require (
gno.land/p/demo/entropy v0.0.0-latest
gno.land/p/demo/ufmt v0.0.0-latest
)
Loading
Loading