summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-08-01 13:23:59 +1000
committerJesse Duffield <jessedduffield@gmail.com>2021-08-01 13:23:59 +1000
commit123d624141ca73b828bdd6c6b43ff16ce1ec0e49 (patch)
treebc7cf616dd736eeb4e398f8d26351fc5dda14c73 /go.mod
parente798aa4b15a48b582db3debaab36446c0cbf86a8 (diff)
make import explicit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index fb9c0d6a4..476c8879b 100644
--- a/go.mod
+++ b/go.mod
@@ -37,6 +37,7 @@ require (
github.com/sirupsen/logrus v1.4.2
github.com/spkg/bom v0.0.0-20160624110644-59b7046e48ad
github.com/stretchr/testify v1.6.1
+ github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 // indirect
golang.org/x/net v0.0.0-20201002202402-0a1ea396d57c // indirect
golang.org/x/sys v0.0.0-20210611083646-a4fc73990273 // indirect