mirror of
https://github.com/rwinkhart/cmutton.git
synced 2026-08-27 20:36:31 -04:00
21 lines
523 B
AMPL
21 lines
523 B
AMPL
module cmutton
|
|
|
|
go 1.26.0
|
|
|
|
require (
|
|
github.com/rwinkhart/go-boilerplate v0.3.1
|
|
github.com/rwinkhart/libmutton v0.5.0
|
|
github.com/rwinkhart/rcw v0.3.0
|
|
)
|
|
|
|
require (
|
|
github.com/Microsoft/go-winio v0.6.2 // indirect
|
|
github.com/boombuler/barcode v1.1.0 // indirect
|
|
github.com/kr/fs v0.1.0 // indirect
|
|
github.com/pkg/sftp v1.13.10 // indirect
|
|
github.com/pquerna/otp v1.5.0 // indirect
|
|
github.com/rwinkhart/peercred-mini v0.1.4 // indirect
|
|
golang.org/x/crypto v0.48.0 // indirect
|
|
golang.org/x/sys v0.41.0 // indirect
|
|
)
|