summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 4 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index d5c65b7..e95da7d 100644
--- a/go.mod
+++ b/go.mod
@@ -1,9 +1,10 @@
module github.com/mimecast/dtail
-go 1.13
+go 1.15
require (
- github.com/DataDog/zstd v1.4.4
- golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876
+ github.com/DataDog/zstd v1.4.5
+ golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
+ golang.org/x/sys v0.0.0-20200812155832-6a926be9bd1d // indirect
)