Bump Go to v1.23.4; bump dependencies

This commit is contained in:
2024-12-10 16:47:00 -05:00
parent 91fdeb53d5
commit dd6bde5e4d
2 changed files with 28 additions and 18 deletions
+5 -5
View File
@@ -1,18 +1,18 @@
module github.com/rwinkhart/libmutton
go 1.23.2
go 1.23.4
require (
github.com/fortis/go-steam-totp v0.0.0-20171114202746-18e928674727
github.com/pkg/sftp v1.13.6
github.com/pkg/sftp v1.13.7
github.com/pquerna/otp v1.4.1-0.20231130234153-3357de7c0481
golang.org/x/crypto v0.28.0
golang.org/x/term v0.25.0
golang.org/x/crypto v0.30.0
golang.org/x/term v0.27.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.26.0 // indirect
golang.org/x/sys v0.28.0 // indirect
)