diff options
author | Jakob Unterwurzacher | 2025-03-01 20:54:10 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2025-03-01 20:54:10 +0100 |
commit | 6cf295e0e13ec21b207bdf1309907e7c43b33726 (patch) | |
tree | d42fcd0335ec325eb679344b9e3cf0d024e1d17f /go.mod | |
parent | ec506e501fa39b65083f405b25c2af0d8875ef7a (diff) |
I did NOT upgrade to x/crypto@v0.35.0 yet because this
requires go 1.23.0
(https://go.googlesource.com/crypto/+/89ff08d67c4d79f9ac619aaf1f7388888798651f)
and our github workflow tests go 1.18.x and newer.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ require ( github.com/rfjakob/eme v1.1.2 github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 github.com/spf13/pflag v1.0.5 - golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 + golang.org/x/crypto v0.33.0 golang.org/x/sys v0.30.0 - golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 + golang.org/x/term v0.29.0 ) |