summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-21 17:59:44 +0000
committerGitHub <noreply@github.com>2023-04-21 17:59:44 +0000
commitf6ae2febebd07fd4acd7348c742b8767aa043dc5 (patch)
tree1515e6391e968b4fccf6383e8ef543c3989957a9 /go.mod
parentfebaddfb4581cc807689e5d9a2d8e1b67c9ad721 (diff)
Bump github.com/DataDog/zstd from 1.5.2 to 1.5.5
Bumps [github.com/DataDog/zstd](https://github.com/DataDog/zstd) from 1.5.2 to 1.5.5. - [Release notes](https://github.com/DataDog/zstd/releases) - [Commits](https://github.com/DataDog/zstd/compare/v1.5.2...v1.5.5) --- 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 d875085..3c8ef1e 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module github.com/mimecast/dtail
go 1.18
require (
- github.com/DataDog/zstd v1.5.2
+ github.com/DataDog/zstd v1.5.5
golang.org/x/crypto v0.7.0
)