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