Bump Go to v1.24.1, bump dependencies

This commit is contained in:
2025-03-16 17:34:34 -04:00
parent da95ede807
commit 456d20256c
2 changed files with 41 additions and 15 deletions
+4 -4
View File
@@ -1,17 +1,17 @@
module github.com/rwinkhart/libmutton
go 1.24.0
go 1.24.1
require (
github.com/fortis/go-steam-totp v0.0.0-20171114202746-18e928674727
github.com/pkg/sftp v1.13.7
github.com/pkg/sftp v1.13.8
github.com/pquerna/otp v1.4.1-0.20231130234153-3357de7c0481
golang.org/x/crypto v0.34.0
golang.org/x/crypto v0.36.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.30.0 // indirect
golang.org/x/sys v0.31.0 // indirect
)