-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
44 lines (39 loc) · 1.45 KB
/
go.mod
File metadata and controls
44 lines (39 loc) · 1.45 KB
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
42
43
44
module github.com/Macmod/sopa
go 1.24.1
require github.com/Macmod/go-adws v1.1.0
require (
github.com/c-bata/go-prompt v0.2.6
github.com/mattn/go-isatty v0.0.20
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.6
golang.org/x/term v0.40.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/indece-official/go-ebcdic v1.2.0 // indirect
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
github.com/jcmturner/gofork v1.7.6 // indirect
github.com/jcmturner/goidentity/v6 v6.0.1 // indirect
github.com/jcmturner/gokrb5/v8 v8.4.4 // indirect
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
github.com/oiweiwei/gokrb5.fork/v9 v9.0.6 // indirect
golang.org/x/net v0.49.0 // indirect
golang.org/x/text v0.34.0 // indirect
)
require (
github.com/RedTeamPentesting/adauth v0.5.3 // indirect
github.com/geoffgarside/ber v1.2.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mattn/go-tty v0.0.3 // indirect
github.com/oiweiwei/go-msrpc v1.2.16 // indirect
github.com/oiweiwei/go-smb2.fork v1.0.1 // indirect
github.com/pkg/term v1.2.0-beta.2 // indirect
github.com/rs/zerolog v1.34.0 // indirect
golang.org/x/crypto v0.48.0 // indirect
golang.org/x/sys v0.41.0 // indirect
software.sslmate.com/src/go-pkcs12 v0.5.0 // indirect
)