diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-02-23 18:02:47 +0000 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2023-04-27 14:55:37 +0300 |
| commit | daaca90c2c1c9debc339ff28c3f0b928b5041d3e (patch) | |
| tree | 15e974210af0e351dfbe4a28d7fa66282b674d78 /go.mod | |
| parent | e442e3181811966805e108af8bc8fe357504ac70 (diff) | |
Update dependenciesv4.1.1
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,13 +1,13 @@ module github.com/mimecast/dtail -go 1.18 +go 1.20 require ( - github.com/DataDog/zstd v1.5.2 - golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d + github.com/DataDog/zstd v1.5.5 + golang.org/x/crypto v0.8.0 ) require ( - golang.org/x/sys v0.0.0-20220712014510-0a85c31ab51e // indirect - golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect + golang.org/x/sys v0.7.0 // indirect + golang.org/x/term v0.7.0 // indirect ) |
