summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2020-03-06 18:18:09 +0000
committerPaul Buetow <pbuetow@mimecast.com>2020-03-06 18:18:09 +0000
commit6622def60bb96652b19e5f63185b1b9cc8b01a48 (patch)
tree7432856bceccd966ddfd1c2e018799efd93da460 /go.mod
parent56cea081dbc10c2b2937dc395911d084179ec69f (diff)
make Mr. Lint happy
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 9a50e44..d5c65b7 100644
--- a/go.mod
+++ b/go.mod
@@ -5,5 +5,5 @@ go 1.13
require (
github.com/DataDog/zstd v1.4.4
golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876
- golang.org/x/lint v0.0.0-20200130185559-910be7a94367 // indirect
+ golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
)