From 06137e96894e1ef7418af3c8aef187de97e13775 Mon Sep 17 00:00:00 2001 From: Valentin Kiselev Date: Tue, 27 Dec 2022 15:37:33 +0300 Subject: [PATCH] chore: Tidy go.mod Signed-off-by: Valentin Kiselev --- go.mod | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/go.mod b/go.mod index 5846b0dd..002dcc9b 100644 --- a/go.mod +++ b/go.mod @@ -16,32 +16,28 @@ require ( gopkg.in/alessio/shellescape.v1 v1.0.0-20170105083845-52074bc9df61 ) -require golang.org/x/term v0.1.0 // indirect - -require ( - github.com/lucasb-eyer/go-colorful v1.2.0 // indirect - github.com/mattn/go-runewidth v0.0.13 // indirect - github.com/muesli/reflow v0.2.1-0.20210115123740-9e1d0d53df68 // indirect - github.com/muesli/termenv v0.11.1-0.20220204035834-5ac8409525e0 // indirect - github.com/rivo/uniseg v0.2.0 // indirect -) - require ( github.com/alessio/shellescape v1.4.1 // indirect github.com/fatih/color v1.13.0 // indirect github.com/fsnotify/fsnotify v1.6.0 // indirect github.com/hashicorp/hcl v1.0.0 // indirect github.com/inconshreveable/mousetrap v1.0.1 // indirect + github.com/lucasb-eyer/go-colorful v1.2.0 // indirect github.com/magiconair/properties v1.8.6 // indirect github.com/mattn/go-colorable v0.1.12 // indirect github.com/mattn/go-isatty v0.0.16 + github.com/mattn/go-runewidth v0.0.13 // indirect + github.com/muesli/reflow v0.2.1-0.20210115123740-9e1d0d53df68 // indirect + github.com/muesli/termenv v0.11.1-0.20220204035834-5ac8409525e0 // indirect github.com/pelletier/go-toml v1.9.5 // indirect github.com/pelletier/go-toml/v2 v2.0.5 // indirect + github.com/rivo/uniseg v0.2.0 // indirect github.com/spf13/cast v1.5.0 // indirect github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/subosito/gotenv v1.4.1 // indirect golang.org/x/sys v0.0.0-20220908164124-27713097b956 // indirect + golang.org/x/term v0.1.0 // indirect golang.org/x/text v0.4.0 // indirect gopkg.in/ini.v1 v1.67.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect