summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorDaniel Milde <daniel@milde.cz>2022-09-07 23:16:12 +0200
committerDaniel Milde <daniel@milde.cz>2022-09-07 23:18:17 +0200
commit22398bb067acb93e2f8e630abe9d4b8b7d0a165b (patch)
treee41aedb0e47df07b632c8b588a41f0cf333c36de /go.mod
parent7c724be53baeef6a156b894e920833d5e2f1e8a9 (diff)
feat: use configuration file
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 2 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index d75d954..c77707d 100644
--- a/go.mod
+++ b/go.mod
@@ -5,17 +5,14 @@ go 1.16
require (
github.com/fatih/color v1.13.0
github.com/gdamore/tcell/v2 v2.5.1
- github.com/kr/pretty v0.1.0 // indirect
github.com/maruel/natural v1.1.0
- github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
github.com/rivo/tview v0.0.0-20220709181631-73bf2902b59a
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.5.0
- github.com/stretchr/testify v1.7.0
+ github.com/spf13/viper v1.13.0
+ github.com/stretchr/testify v1.8.0
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect
- gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)