From 123d624141ca73b828bdd6c6b43ff16ce1ec0e49 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 1 Aug 2021 13:23:59 +1000 Subject: make import explicit --- go.mod | 1 + vendor/modules.txt | 1 + 2 files changed, 2 insertions(+) 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 diff --git a/vendor/modules.txt b/vendor/modules.txt index 353028f03..1478550d1 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -215,6 +215,7 @@ github.com/stretchr/testify/assert # github.com/xanzy/ssh-agent v0.2.1 github.com/xanzy/ssh-agent # github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 +## explicit github.com/xo/terminfo # golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 ## explicit -- cgit v1.2.3