mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-28 04:46:42 -04:00
22 lines
726 B
AMPL
22 lines
726 B
AMPL
module github.com/rwinkhart/libmutton
|
|
|
|
go 1.24.1
|
|
|
|
require (
|
|
github.com/fortis/go-steam-totp v0.0.0-20171114202746-18e928674727
|
|
github.com/pkg/sftp v1.13.8
|
|
github.com/pquerna/otp v1.4.1-0.20231130234153-3357de7c0481
|
|
golang.design/x/clipboard v0.7.0 // only for Android builds
|
|
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/exp/shiny v0.0.0-20250305212735-054e65f0b394 // indirect; only for Android builds
|
|
golang.org/x/image v0.25.0 // indirect; only for Android builds
|
|
golang.org/x/mobile v0.0.0-20250305212854-3a7bc9f8a4de // indirect; only for Android builds
|
|
golang.org/x/sys v0.31.0 // indirect
|
|
)
|