summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2021-11-01 09:45:34 +0200
committerPaul Buetow <pbuetow@mimecast.com>2021-11-01 09:45:34 +0200
commit64a169494ceb56b24edb8455acd7c14787dca661 (patch)
tree984e5ea700eab397e1bc487aa3b27cfaa75b1eb7 /go.mod
parentd80d6070557e3a800e3a54967af9eced518f116b (diff)
up mods
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index b52ed7a..db266d5 100644
--- a/go.mod
+++ b/go.mod
@@ -7,7 +7,7 @@ require (
github.com/google/go-licenses v0.0.0-20201026145851-73411c8fa237 // indirect
github.com/ribice/glice v0.0.0-20190726034412-e55bb973f127 // indirect
golang.org/x/crypto v0.0.0-20201203163018-be400aefbc4c
- golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
+ golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/sys v0.0.0-20201207223542-d4d67f95c62d // indirect
golang.org/x/term v0.0.0-20201207232118-ee85cb95a76b // indirect
)