summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Buetow <35781042+pbuetow@users.noreply.github.com>2023-06-22 21:27:14 +0300
committerGitHub <noreply@github.com>2023-06-22 21:27:14 +0300
commit14654b432c0a5494001af330c9d4cb7efaa535bf (patch)
treee782b38060766ac89d9dd24da143b9088a3f6909 /go.mod
parent294a4239831c2b2bda5933dde8a2ededf7eb476e (diff)
parent16b2ea0f93ebe8fbb8f3dea05d3fa60456513938 (diff)
Merge pull request #33 from snonux/master
Release v4.2.0
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 0 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 63e859a..fce2a35 100644
--- a/go.mod
+++ b/go.mod
@@ -5,9 +5,6 @@ go 1.20
require (
github.com/DataDog/zstd v1.5.5
golang.org/x/crypto v0.10.0
-)
-
-require (
golang.org/x/sys v0.9.0 // indirect
golang.org/x/term v0.9.0 // indirect
)