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
commite9cf5c91f6ef53dee622114970ac2b6af5f22c0c (patch)
tree743166e29a4799b4b5c6e44d169b672d95676e97 /go.mod
parentd6a3c8d40148e7226e6549f120a0c7b6bf492c49 (diff)
parentbfc686409bf0047d3c03898c138e23487484f674 (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
)