summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Buetow <35781042+pbuetow@users.noreply.github.com>2023-04-24 15:24:15 +0300
committerGitHub <noreply@github.com>2023-04-24 15:24:15 +0300
commit1aeeee712e308afc7d2a96ed9ab583ef9b179339 (patch)
tree1515e6391e968b4fccf6383e8ef543c3989957a9 /go.mod
parentfebaddfb4581cc807689e5d9a2d8e1b67c9ad721 (diff)
parentf6ae2febebd07fd4acd7348c742b8767aa043dc5 (diff)
Merge pull request #29 from mimecast/dependabot/go_modules/github.com/DataDog/zstd-1.5.5
Bump github.com/DataDog/zstd from 1.5.2 to 1.5.5
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
)