mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-28 12:56:31 -04:00
18 lines
411 B
AMPL
18 lines
411 B
AMPL
module github.com/rwinkhart/libmutton
|
|
|
|
go 1.23.4
|
|
|
|
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.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.29.0 // indirect
|
|
)
|