Bump Go to v1.22.6; bump dependencies

This commit is contained in:
2024-08-06 14:34:23 -04:00
parent 28bd098c2a
commit fcfc1a5f96
2 changed files with 10 additions and 10 deletions
+4 -4
View File
@@ -1,14 +1,14 @@
module github.com/rwinkhart/MUTN
go 1.22.5
go 1.22.6
require (
github.com/charmbracelet/glamour v0.7.0
github.com/fortis/go-steam-totp v0.0.0-20171114202746-18e928674727
github.com/pkg/sftp v1.13.6
github.com/pquerna/otp v1.4.1-0.20231130234153-3357de7c0481
golang.org/x/crypto v0.25.0
golang.org/x/term v0.22.0
golang.org/x/crypto v0.26.0
golang.org/x/term v0.23.0
gopkg.in/ini.v1 v1.67.0
)
@@ -31,6 +31,6 @@ require (
github.com/stretchr/testify v1.8.4 // indirect
github.com/yuin/goldmark v1.7.4 // indirect
github.com/yuin/goldmark-emoji v1.0.3 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/sys v0.23.0 // indirect
)