Skip to content

Commit 19e50eb

Browse files
committed
chore: clean escrow package
Signed-off-by: Norman Meier <[email protected]>
1 parent 3915cb3 commit 19e50eb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/gno.land/r/demo/teritori/escrow/escrow.gno

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66

77
fmt "gno.land/p/demo/ufmt"
88
"gno.land/r/demo/foo20"
9-
"gno.land/r/demo/users"
9+
"gno.land/p/demo/users"
1010
)
1111

1212
type Config struct {
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module gno.land/r/demo/teritori/escrow
22

33
require (
4-
"gno.land/p/demo/ufmt" v0.0.0-latest
5-
"gno.land/r/demo/foo20" v0.0.0-latest
6-
"gno.land/r/demo/users" v0.0.0-latest
7-
)
4+
gno.land/p/demo/ufmt v0.0.0-latest
5+
gno.land/p/demo/users v0.0.0-latest
6+
gno.land/r/demo/foo20 v0.0.0-latest
7+
)

0 commit comments

Comments
 (0)