We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3915cb3 commit 19e50ebCopy full SHA for 19e50eb
examples/gno.land/r/demo/teritori/escrow/escrow.gno
@@ -6,7 +6,7 @@ import (
6
7
fmt "gno.land/p/demo/ufmt"
8
"gno.land/r/demo/foo20"
9
- "gno.land/r/demo/users"
+ "gno.land/p/demo/users"
10
)
11
12
type Config struct {
examples/gno.land/r/demo/teritori/escrow/gno.mod
@@ -1,7 +1,7 @@
1
module gno.land/r/demo/teritori/escrow
2
3
require (
4
- "gno.land/p/demo/ufmt" v0.0.0-latest
5
- "gno.land/r/demo/foo20" v0.0.0-latest
- "gno.land/r/demo/users" v0.0.0-latest
-)
+ gno.land/p/demo/ufmt v0.0.0-latest
+ gno.land/p/demo/users v0.0.0-latest
+ gno.land/r/demo/foo20 v0.0.0-latest
+)
0 commit comments