summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
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
)