From daaca90c2c1c9debc339ff28c3f0b928b5041d3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 18:02:47 +0000 Subject: Update dependencies --- go.mod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 73711b3..c61f05b 100644 --- a/go.mod +++ b/go.mod @@ -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 ) -- cgit v1.2.3