From ca959cd697cab2cf6570e620c4b2765abde46a32 Mon Sep 17 00:00:00 2001 From: Ardit Marku Date: Mon, 22 May 2023 16:54:03 +0300 Subject: [PATCH] Run to make aurora dependency direct --- test/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/go.mod b/test/go.mod index 4fe24310..613537e9 100644 --- a/test/go.mod +++ b/test/go.mod @@ -3,6 +3,7 @@ module github.com/onflow/cadence-tools/test go 1.18 require ( + github.com/logrusorgru/aurora v2.0.3+incompatible github.com/onflow/cadence v0.38.0 github.com/onflow/flow-emulator v0.46.0 github.com/onflow/flow-go v0.30.1-0.20230405170219-7aae6a2af471 @@ -62,7 +63,6 @@ require ( github.com/libp2p/go-buffer-pool v0.1.0 // indirect github.com/libp2p/go-libp2p v0.24.2 // indirect github.com/libp2p/go-openssl v0.1.0 // indirect - github.com/logrusorgru/aurora v2.0.3+incompatible // indirect github.com/magiconair/properties v1.8.6 // indirect github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-isatty v0.0.17 // indirect