diff options
| author | Paul Buetow <paul@buetow.org> | 2023-06-22 21:23:49 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-06-22 21:23:49 +0300 |
| commit | 16b2ea0f93ebe8fbb8f3dea05d3fa60456513938 (patch) | |
| tree | e782b38060766ac89d9dd24da143b9088a3f6909 /go.mod | |
| parent | 51747cc62ae47af7d369e3e43d41f156835e9dfa (diff) | |
| parent | 294a4239831c2b2bda5933dde8a2ededf7eb476e (diff) | |
merge
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -4,10 +4,7 @@ go 1.20 require ( github.com/DataDog/zstd v1.5.5 - golang.org/x/crypto v0.9.0 -) - -require ( - golang.org/x/sys v0.8.0 // indirect - golang.org/x/term v0.8.0 // indirect + golang.org/x/crypto v0.10.0 + golang.org/x/sys v0.9.0 // indirect + golang.org/x/term v0.9.0 // indirect ) |
