-
Notifications
You must be signed in to change notification settings - Fork 39
/
go.mod
35 lines (32 loc) · 1.25 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
module darksteel
go 1.20
require (
github.com/go-ldap/ldap/v3 v3.4.5
github.com/miekg/dns v1.1.55
github.com/pkg/errors v0.9.1
github.com/ropnop/gokrb5/v8 v8.0.0-20201111231119-729746023c02
github.com/ropnop/kerbrute v1.0.3
github.com/spf13/cobra v1.7.0
github.com/vincd/savoir v0.0.0-20220627104836-b75813d6a5fc
golang.org/x/net v0.12.0
)
require (
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
github.com/alexbrainman/sspi v0.0.0-20210105120005-909beea2cc74 // indirect
github.com/go-asn1-ber/asn1-ber v1.5.4 // indirect
github.com/hashicorp/go-uuid v1.0.2 // indirect
github.com/inconshreveable/mousetrap v1.1.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.0.0 // indirect
github.com/jcmturner/rpc/v2 v2.0.2 // indirect
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.8.4 // indirect
golang.org/x/crypto v0.11.0 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
golang.org/x/tools v0.6.0 // indirect
gopkg.in/jcmturner/rpc.v1 v1.1.0 // indirect
)