summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2021-12-01 12:23:27 +0000
committerPaul Buetow <pbuetow@mimecast.com>2021-12-01 12:23:27 +0000
commit5d77cd4c0d6063bd7458a1bbc834286362c65a91 (patch)
tree1806b0c9007d528421a69df95b6765f1ec23a0d8 /go.mod
parentbc3eea5edffa0a5af9f6f2b5e43dde186ecee0c2 (diff)
update go and mod dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod11
1 files changed, 5 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index 1ef0269..6bfd942 100644
--- a/go.mod
+++ b/go.mod
@@ -1,11 +1,10 @@
module github.com/mimecast/dtail
-go 1.15
+go 1.17
require (
- github.com/DataDog/zstd v1.4.5
- golang.org/x/crypto v0.0.0-20201203163018-be400aefbc4c
- golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
- golang.org/x/sys v0.0.0-20201207223542-d4d67f95c62d // indirect
- golang.org/x/term v0.0.0-20201207232118-ee85cb95a76b // indirect
+ github.com/DataDog/zstd v1.5.0
+ golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871
+ golang.org/x/sys v0.0.0-20211124211545-fe61309f8881 // indirect
+ golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
)