-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
30 lines (27 loc) · 1 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
module github.com/theparanoids/aterm
go 1.18
require (
github.com/OpenPeeDeeP/xdg v1.0.0
github.com/creack/pty v1.1.24
github.com/google/go-github/v32 v32.1.0
github.com/hashicorp/go-multierror v1.1.1
github.com/jonboulle/clockwork v0.4.0
github.com/jrozner/go-info v0.0.0-20200923180815-246aef93e85e
github.com/kelseyhightower/envconfig v1.4.0
github.com/manifoldco/promptui v0.9.0
github.com/stretchr/testify v1.9.0
github.com/theparanoids/ashirt-server v0.0.0-20220217184255-6045890052c1
golang.org/x/crypto v0.29.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/term v0.26.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)