mirror of
https://github.com/rwinkhart/sshyp-labs.git
synced 2026-08-28 12:56:33 -04:00
28 lines
1.0 KiB
AMPL
28 lines
1.0 KiB
AMPL
module gpgToRCW
|
|
|
|
go 1.24.3
|
|
|
|
require (
|
|
github.com/rwinkhart/go-boilerplate v0.0.0-20250509173525-20670ec7bb9c
|
|
github.com/rwinkhart/libmutton v0.3.2-0.20250509191408-fbfcdc53208d
|
|
github.com/rwinkhart/rcw v0.0.0-20250508234041-b49d9f1eea42
|
|
)
|
|
|
|
require (
|
|
github.com/Microsoft/go-winio v0.6.2 // indirect
|
|
github.com/boombuler/barcode v1.0.2 // indirect
|
|
github.com/fortis/go-steam-totp v0.0.0-20171114202746-18e928674727 // indirect
|
|
github.com/kr/fs v0.1.0 // indirect
|
|
github.com/pkg/sftp v1.13.9 // indirect
|
|
github.com/pquerna/otp v1.4.1-0.20231130234153-3357de7c0481 // indirect
|
|
github.com/rwinkhart/peercred-mini v0.0.0-20250407033241-c09add2eceea // indirect
|
|
golang.design/x/clipboard v0.7.0 // indirect
|
|
golang.org/x/crypto v0.38.0 // indirect
|
|
golang.org/x/exp/shiny v0.0.0-20250506013437-ce4c2cf36ca6 // indirect
|
|
golang.org/x/image v0.27.0 // indirect
|
|
golang.org/x/mobile v0.0.0-20250506005352-78cd7a343bde // indirect
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
golang.org/x/term v0.32.0 // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
)
|