-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathgo.mod
34 lines (31 loc) · 1.38 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
module github.com/reconquest/orgalorg
go 1.23.0
require (
github.com/Microsoft/go-winio v0.6.2
github.com/ScaleFT/sshkeys v1.2.0
github.com/davidmz/go-pageant v1.0.2
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
github.com/kovetskiy/lorg v1.2.0
github.com/mattn/go-shellwords v1.0.12
github.com/reconquest/barely v0.0.0-20211011075640-c4e789dc39f8
github.com/reconquest/colorgful v0.0.0-20210914131800-3b7d32bf77e5
github.com/reconquest/hierr-go v0.0.0-20170824213838-7d09c0176fd2
github.com/reconquest/karma-go v1.5.0
github.com/reconquest/lineflushwriter-go v0.0.0-20200921103343-b9b8d10a6851
github.com/reconquest/loreley v0.0.0-20211011075601-29b1d7b0ad91
github.com/reconquest/prefixwriter-go v0.0.0-20220109120116-49d119edab5d
github.com/reconquest/runcmd v0.0.0-20210624093503-38dc6a8c98bd
github.com/stretchr/testify v1.8.2
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78
golang.org/x/crypto v0.26.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dchest/bcrypt_pbkdf v0.0.0-20150205184540-83f37f9c154a // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/reconquest/nopio-go v0.0.0-20161213101805-20796acb207f // indirect
github.com/zazab/zhash v0.0.0-20221031090444-2b0d50417446 // indirect
golang.org/x/sys v0.24.0 // indirect
golang.org/x/term v0.23.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)