forked from cyberark/kubesploit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
41 lines (39 loc) · 1.7 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
35
36
37
38
39
40
41
//module github.com/Ne0nd0g/merlin
module kubesploit
require (
github.com/CUCyber/ja3transport v0.0.0-20191126031250-d2ab5557668f // indirect
github.com/LDCS/genutil v0.0.0-20160229091257-bdd07589156f // indirect
github.com/LDCS/qslinux v0.0.0-20160229091100-a234189e8187
github.com/Ne0nd0g/ja3transport v0.0.0-20200203013218-e81e31892d84
github.com/chzyer/logex v1.1.10 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
github.com/cretz/gopaque v0.1.0
github.com/fatih/color v1.7.0
github.com/golang/protobuf v1.4.2 // indirect
github.com/google/go-cmp v0.5.1 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/lucas-clemente/quic-go v0.17.3
github.com/marten-seemann/qtls v0.10.0 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mattn/go-shellwords v1.0.5
github.com/olekukonko/tablewriter v0.0.1
github.com/onsi/ginkgo v1.12.0 // indirect
github.com/onsi/gomega v1.9.0 // indirect
github.com/satori/go.uuid v1.2.0
github.com/stretchr/testify v1.6.1 // indirect
github.com/traefik/yaegi v0.9.2
go.dedis.ch/kyber/v3 v3.0.12
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
golang.org/x/net v0.0.0-20200904194848-62affa334b73
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
golang.org/x/sys v0.0.0-20200909081042-eff7692f9009
golang.org/x/text v0.3.2 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/square/go-jose.v2 v2.3.1
gopkg.in/yaml.v2 v2.3.0
)
go 1.14