From 06f824c2a16ee2090643541652bdbffed4e4c143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20M=C3=BCller?= Date: Tue, 19 Dec 2023 14:48:39 -0800 Subject: [PATCH] update core contract templates --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 98d9b96..1b641ac 100644 --- a/go.mod +++ b/go.mod @@ -128,7 +128,7 @@ require ( github.com/olekukonko/tablewriter v0.0.5 // indirect github.com/onflow/atree v0.6.1-0.20230711151834-86040b30171f // indirect github.com/onflow/flow-core-contracts/lib/go/contracts v0.15.1-0.20231212203043-37cbe453d425 // indirect - github.com/onflow/flow-core-contracts/lib/go/templates v1.2.4-0.20231016154253-a00dbf7c061f // indirect + github.com/onflow/flow-core-contracts/lib/go/templates v0.15.1-0.20231212203043-37cbe453d425 // indirect github.com/onflow/flow-emulator v0.59.1-0.20231218185945-9116c416533f // indirect github.com/onflow/flow-ft/lib/go/contracts v0.7.1-0.20231212194336-a2802ba36596 // indirect github.com/onflow/flow-go v0.32.4-0.20231214190912-4c4527a42fb0 // indirect diff --git a/go.sum b/go.sum index f542ab2..84ed5e7 100644 --- a/go.sum +++ b/go.sum @@ -1238,8 +1238,8 @@ github.com/onflow/flow-cli/flowkit v1.8.1-0.20231219002530-719e6b55f35a h1:t1ZXP github.com/onflow/flow-cli/flowkit v1.8.1-0.20231219002530-719e6b55f35a/go.mod h1:1phGv+akrmM6fxTvXmqlLwY2YNy6+6dWnYGr+pcXZeo= github.com/onflow/flow-core-contracts/lib/go/contracts v0.15.1-0.20231212203043-37cbe453d425 h1:zvLHFxySeg61/dgp/IbvaN+k4BXPuAhBOslrPQjrX9Q= github.com/onflow/flow-core-contracts/lib/go/contracts v0.15.1-0.20231212203043-37cbe453d425/go.mod h1:N+1bEs/159Efg75hSQIkb90FVinxUMxL/6mA3I6dXtQ= -github.com/onflow/flow-core-contracts/lib/go/templates v1.2.4-0.20231016154253-a00dbf7c061f h1:Ep+Mpo2miWMe4pjPGIaEvEzshRep30dvNgxqk+//FrQ= -github.com/onflow/flow-core-contracts/lib/go/templates v1.2.4-0.20231016154253-a00dbf7c061f/go.mod h1:ZeLxwaBkzuSInESGjL8/IPZWezF+YOYsYbMrZlhN+q4= +github.com/onflow/flow-core-contracts/lib/go/templates v0.15.1-0.20231212203043-37cbe453d425 h1:Wt97uQszb4XUOxmZER7cELZvZuh7fEp2aNjiUYzcx+E= +github.com/onflow/flow-core-contracts/lib/go/templates v0.15.1-0.20231212203043-37cbe453d425/go.mod h1:9cgZ/1VllUr+dexz1LYFo3mxq+pfp1erw/KHFlSZPEk= github.com/onflow/flow-emulator v0.59.1-0.20231218185945-9116c416533f h1:OiCv5EW0RScRkNqZQ6wH+BtkiipRcjhCMo3uXfjMRr4= github.com/onflow/flow-emulator v0.59.1-0.20231218185945-9116c416533f/go.mod h1:mzbYJhEebev+x55s7CY1Iv8jXYv3GHYklBiXGdXWO98= github.com/onflow/flow-ft/lib/go/contracts v0.7.1-0.20231212194336-a2802ba36596 h1:MTgrwXkiWwNysYpWGzWjc1n9w1nfXvizmGkSAuEY6jk=