-
Notifications
You must be signed in to change notification settings - Fork 59
/
go.mod
23 lines (21 loc) · 838 Bytes
/
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
module GoMapEnum
go 1.16
require (
github.com/Azure/go-ntlmssp v0.0.0-20211209120228-48547f28849e
github.com/beevik/ntp v0.3.0
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/color v1.13.0
github.com/go-ldap/ldap/v3 v3.0.0-20220425165149-7d3b8d48feec
github.com/mozillazg/go-unidecode v0.1.1
github.com/nodauf/go-smb2 v1.0.15
github.com/nodauf/gokrb5/v8 v8.4.3
github.com/nodauf/net-smtp v0.0.0-20220123142515-ae3aa26fb163
github.com/rs/dnscache v0.0.0-20211102005908-e0241e321417 // indirect
github.com/spf13/cobra v1.6.1
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
golang.org/x/text v0.3.7
gopkg.in/yaml.v2 v2.4.0 // indirect
)