From 6fe0d2f3374b32f46d790f55ae796c0442c7655a Mon Sep 17 00:00:00 2001 From: moul <94029+moul@users.noreply.github.com> Date: Fri, 17 Nov 2023 09:31:37 +0100 Subject: [PATCH] chore: fixup Signed-off-by: moul <94029+moul@users.noreply.github.com> --- examples/gno.land/r/demo/tamagotchi/gno.mod | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/gno.land/r/demo/tamagotchi/gno.mod b/examples/gno.land/r/demo/tamagotchi/gno.mod index 1420e5dc0fdb..b7a2deea2c23 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 +)