-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
34 lines (31 loc) · 1.07 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/redt1de/gimp
go 1.21.4
require (
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358
github.com/geoffgarside/ber v1.1.0
github.com/go-asn1-ber/asn1-ber v1.5.5
github.com/gorilla/sessions v1.2.2
github.com/hashicorp/go-uuid v1.0.3
github.com/jcmturner/aescts/v2 v2.0.0
github.com/jcmturner/dnsutils/v2 v2.0.0
github.com/jcmturner/gofork v1.7.6
github.com/jcmturner/goidentity/v6 v6.0.1
github.com/jcmturner/rpc/v2 v2.0.3
github.com/spf13/cobra v1.8.0
github.com/stretchr/testify v1.8.4
golang.org/x/crypto v0.19.0
h12.io/socks v1.0.3
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gorilla/securecookie v1.1.2 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jfjallid/ber v1.1.0 // indirect
github.com/jfjallid/golog v0.3.3 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/redt1de/dbg v1.1.4 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/ztrue/tracerr v0.4.0 // indirect
golang.org/x/net v0.10.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)