mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-28 12:56:31 -04:00
24 lines
612 B
AMPL
24 lines
612 B
AMPL
module github.com/rwinkhart/libmutton
|
|
|
|
go 1.25.5
|
|
|
|
require (
|
|
github.com/pkg/sftp v1.13.10
|
|
github.com/pquerna/otp v1.5.0
|
|
github.com/rwinkhart/go-boilerplate v0.1.1
|
|
github.com/rwinkhart/rcw v0.2.4
|
|
golang.org/x/crypto v0.46.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/rwinkhart/peercred-mini v0.1.2 // indirect
|
|
golang.org/x/sys v0.40.0 // indirect
|
|
)
|
|
|
|
replace golang.org/x/sys => github.com/rwinkhart/sys v0.40.0
|
|
|
|
replace github.com/Microsoft/go-winio => github.com/rwinkhart/go-winio v0.1.0
|