From 21f4ed887b7720349591184856917832c217ccdc Mon Sep 17 00:00:00 2001 From: Geoffrey Ragot Date: Tue, 27 Feb 2024 13:02:40 +0100 Subject: [PATCH] chore: pre-commit --- ee/orchestration/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/orchestration/go.mod b/ee/orchestration/go.mod index 5d845bb61a..6df7f87f1f 100644 --- a/ee/orchestration/go.mod +++ b/ee/orchestration/go.mod @@ -6,7 +6,6 @@ toolchain go1.21.5 require ( github.com/ThreeDotsLabs/watermill v1.3.5 - github.com/davecgh/go-spew v1.1.1 github.com/expr-lang/expr v1.15.6 github.com/formancehq/formance-sdk-go/v2 v2.0.0-00010101000000-000000000000 github.com/formancehq/stack/libs/go-libs v0.0.0-20230221161632-e6dc6a89a85e @@ -56,6 +55,7 @@ require ( github.com/aws/smithy-go v1.19.0 // indirect github.com/cenkalti/backoff/v4 v4.2.1 // indirect github.com/containerd/continuity v0.3.0 // indirect + github.com/davecgh/go-spew v1.1.1 // indirect github.com/dnwe/otelsarama v0.0.0-20231212173111-631a0a53d5d4 // indirect github.com/docker/cli v20.10.17+incompatible // indirect github.com/docker/docker v24.0.7+incompatible // indirect