summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2020-03-06 18:48:13 +0000
committerPaul Buetow <pbuetow@mimecast.com>2020-03-06 18:48:13 +0000
commit5f40b7f3ddfb945e87733fa9877bf0d6f2e62b4e (patch)
tree6ba857b2184c3b09401845a6dff67224cfbe1417 /go.mod
parent2a6e9485b45f9c6181b72306ba08481e9f3f80e9 (diff)
parentc3c76df50f2e1c784d938e3750b24f20cd4a5c8d (diff)
merge master
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
)