Implement Steam TOTP support using github.com/fortis/go-steam-totp

This commit is contained in:
2024-03-22 20:53:08 -04:00
parent 8f98f1b61c
commit 498ecd9a50
3 changed files with 28 additions and 4 deletions
+1
View File
@@ -3,6 +3,7 @@ module github.com/rwinkhart/MUTN
go 1.22.0
require (
github.com/fortis/go-steam-totp v0.0.0-20171114202746-18e928674727
github.com/pquerna/otp v1.4.1-0.20231130234153-3357de7c0481
golang.org/x/crypto v0.20.0
gopkg.in/ini.v1 v1.67.0