From 466d6d40d35d78b665d28b48dd9309bed2842186 Mon Sep 17 00:00:00 2001 From: Adphi Date: Wed, 15 Feb 2023 11:29:40 +0100 Subject: [PATCH] deps: go mod tidy Signed-off-by: Adphi --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3219533..9c2d6c2 100644 --- a/go.mod +++ b/go.mod @@ -13,6 +13,7 @@ require ( github.com/pkg/sftp v1.10.1 github.com/sirupsen/logrus v1.8.1 github.com/spf13/cobra v1.4.0 + github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.7.0 github.com/svenwiltink/sparsecat v1.0.0 go.linka.cloud/console v0.0.0-20220910100646-48f9f2b8843b @@ -55,7 +56,6 @@ require ( github.com/prometheus/common v0.26.0 // indirect github.com/prometheus/procfs v0.6.0 // indirect github.com/russross/blackfriday/v2 v2.1.0 // indirect - github.com/spf13/pflag v1.0.5 // indirect github.com/vbatts/tar-split v0.11.2 // indirect go.uber.org/atomic v1.7.0 // indirect golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect