From aa6c0e02aa72c428810e92870d9e91afb23d84e8 Mon Sep 17 00:00:00 2001 From: mroach Date: Sun, 22 Aug 2021 19:08:11 +0200 Subject: [PATCH] chore(go.mod): remove indirect notation from tablewriter, cobra --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 6fd3db8..9a1808e 100644 --- a/go.mod +++ b/go.mod @@ -8,8 +8,8 @@ require ( github.com/coreos/go-etcd v2.0.0+incompatible // indirect github.com/cpuguy83/go-md2man v1.0.10 // indirect github.com/mitchellh/go-homedir v1.1.0 // indirect - github.com/olekukonko/tablewriter v0.0.5 // indirect - github.com/spf13/cobra v1.2.1 // indirect + github.com/olekukonko/tablewriter v0.0.5 + github.com/spf13/cobra v1.2.1 github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 // indirect github.com/urfave/cli/v2 v2.3.0 // indirect github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect