summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Buetow <35781042+pbuetow@users.noreply.github.com>2022-06-14 13:17:55 +0300
committerGitHub <noreply@github.com>2022-06-14 13:17:55 +0300
commit41db4017cbfe1175b954e0ed8b2f43816c0f66ad (patch)
tree743166e29a4799b4b5c6e44d169b672d95676e97 /go.mod
parent59418ad51c0555d3e3f919675fcaa9a2f2c56c3f (diff)
parent247a9790d31ebd359d912753eb62a095e0a4c57b (diff)
Merge pull request #25 from mimecast/dependabot/go_modules/github.com/DataDog/zstd-1.5.2
Bump github.com/DataDog/zstd from 1.5.0 to 1.5.2
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 4b9d798..8d8d286 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module github.com/mimecast/dtail
go 1.17
require (
- github.com/DataDog/zstd v1.5.0
+ github.com/DataDog/zstd v1.5.2
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
)