Skip to content

Commit

Permalink
chore: clean escrow package
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Meier <norman@samourai.coop>
  • Loading branch information
n0izn0iz committed Apr 10, 2024
1 parent 3915cb3 commit 19e50eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/gno.land/r/demo/teritori/escrow/escrow.gno
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

fmt "gno.land/p/demo/ufmt"
"gno.land/r/demo/foo20"
"gno.land/r/demo/users"
"gno.land/p/demo/users"
)

type Config struct {
Expand Down
8 changes: 4 additions & 4 deletions examples/gno.land/r/demo/teritori/escrow/gno.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module gno.land/r/demo/teritori/escrow

require (
"gno.land/p/demo/ufmt" v0.0.0-latest
"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 comments on commit 19e50eb

Please sign in to comment.