You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
379 B
16 lines
379 B
module stup
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/goware/prefixer v0.0.0-20160118172347-395022866408
|
|
github.com/mikkeloscar/sshconfig v0.1.1
|
|
github.com/pkg/errors v0.9.1
|
|
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
|
)
|
|
|