summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-14 10:12:46 +0000
committerGitHub <noreply@github.com>2022-06-14 10:12:46 +0000
commitbfc686409bf0047d3c03898c138e23487484f674 (patch)
tree743166e29a4799b4b5c6e44d169b672d95676e97 /go.mod
parentd6a3c8d40148e7226e6549f120a0c7b6bf492c49 (diff)
Bump github.com/DataDog/zstd from 1.5.0 to 1.5.2
Bumps [github.com/DataDog/zstd](https://github.com/DataDog/zstd) from 1.5.0 to 1.5.2. - [Release notes](https://github.com/DataDog/zstd/releases) - [Commits](https://github.com/DataDog/zstd/compare/v1.5.0...v1.5.2) --- updated-dependencies: - dependency-name: github.com/DataDog/zstd dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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
)