From fffc53d94c0daee845aceb7e2401941846b16642 Mon Sep 17 00:00:00 2001 From: albttx Date: Mon, 18 Nov 2024 15:41:14 +0000 Subject: [PATCH] chore: make -C examples tidy --- examples/gno.land/r/demo/foo20_airdrop/gno.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/gno.land/r/demo/foo20_airdrop/gno.mod b/examples/gno.land/r/demo/foo20_airdrop/gno.mod index 7e179f97985..66379a75905 100644 --- a/examples/gno.land/r/demo/foo20_airdrop/gno.mod +++ b/examples/gno.land/r/demo/foo20_airdrop/gno.mod @@ -4,6 +4,7 @@ require ( gno.land/p/demo/airdrop v0.0.0-latest gno.land/p/demo/airdrop/grc20_merkle_airdrop v0.0.0-latest gno.land/p/demo/grc/grc20 v0.0.0-latest + gno.land/p/demo/json v0.0.0-latest gno.land/p/demo/merkle v0.0.0-latest gno.land/p/demo/ufmt v0.0.0-latest gno.land/p/demo/urequire v0.0.0-latest