Bump golang.org/x/crypto to v0.32.0; bump golang.org/x/sys to v0.29.0

This commit is contained in:
2025-01-11 17:49:44 -05:00
parent 68e3108741
commit cdb2318dc1
2 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -6,12 +6,12 @@ require (
github.com/fortis/go-steam-totp v0.0.0-20171114202746-18e928674727
github.com/pkg/sftp v1.13.7
github.com/pquerna/otp v1.4.1-0.20231130234153-3357de7c0481
golang.org/x/crypto v0.31.0
golang.org/x/crypto v0.32.0
gopkg.in/ini.v1 v1.67.0
)
require (
github.com/boombuler/barcode v1.0.2 // indirect
github.com/kr/fs v0.1.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/sys v0.29.0 // indirect
)