summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2022-02-04 19:35:57 +0000
committerPaul Buetow <pbuetow@mimecast.com>2022-02-04 19:35:57 +0000
commit878e3fb5367202cd1ecac22c52b5bae8c971f71a (patch)
treeca4e6029b4752927fc9a7a5c984ef169b8ce2b30 /go.mod
parent2470487fdfa6741af6486bc14558ba6d0ee5d8d5 (diff)
update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod13
1 files changed, 8 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index db266d5..9a011ce 100644
--- a/go.mod
+++ b/go.mod
@@ -1,13 +1,16 @@
module github.com/mimecast/dtail
-go 1.15
+go 1.17
+
+require (
+ github.com/DataDog/zstd v1.5.0
+ golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838
+)
require (
- github.com/DataDog/zstd v1.4.5
github.com/google/go-licenses v0.0.0-20201026145851-73411c8fa237 // indirect
github.com/ribice/glice v0.0.0-20190726034412-e55bb973f127 // indirect
- 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
+ golang.org/x/sys v0.0.0-20220204135822-1c1b9b1eba6a // indirect
+ golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
)