diff --git a/examples/gno.land/r/demo/tamagotchi/gno.mod b/examples/gno.land/r/demo/tamagotchi/gno.mod index 1420e5dc0fd..b7a2deea2c2 100644 --- a/examples/gno.land/r/demo/tamagotchi/gno.mod +++ b/examples/gno.land/r/demo/tamagotchi/gno.mod @@ -1,4 +1,6 @@ module gno.land/r/demo/tamagotchi -require gno.land/p/demo/ufmt v0.0.0-latest -require gno.land/p/demo/tamagotchi v0.0.0-latest +require ( + gno.land/p/demo/tamagotchi v0.0.0-latest + gno.land/p/demo/ufmt v0.0.0-latest +)