diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -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 ) |
