forked from lkarlslund/Adalanche
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
89 lines (85 loc) · 4.04 KB
/
Copy pathgo.mod
File metadata and controls
89 lines (85 loc) · 4.04 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
module github.com/lkarlslund/adalanche
go 1.17
require (
github.com/Azure/go-ntlmssp v0.0.0-20200615164410-66371956d46c // indirect
github.com/Microsoft/go-winio v0.5.0
github.com/OneOfOne/xxhash v1.2.8
github.com/Showmax/go-fqdn v1.0.0
github.com/absfs/absfs v0.0.0-20200602175035-e49edc9fef15 // indirect
github.com/absfs/gofs v0.0.0-20210326223041-415ec8094056
github.com/absfs/osfs v0.0.0-20210816191758-403afc5396f8
github.com/alexbrainman/sspi v0.0.0-20210105120005-909beea2cc74 // indirect
github.com/antchfx/xmlquery v1.3.6
github.com/antchfx/xpath v1.2.0 // indirect
github.com/asergeyev/nradix v0.0.0-20170505151046-3872ab85bb56 // indirect
github.com/buger/jsonparser v1.1.1 // indirect
github.com/cloudflare/buffer v0.0.0-20190408164202-7cab898e1166 // indirect
github.com/crewjam/rfc5424 v0.1.0 // indirect
github.com/elastic/beats v7.6.2+incompatible // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/gin-gonic/gin v1.7.4
github.com/go-asn1-ber/asn1-ber v1.5.3
github.com/go-ini/ini v1.63.0
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/go-playground/validator/v10 v10.9.0 // indirect
github.com/gobwas/glob v0.2.3
github.com/gofrs/flock v0.8.1 // indirect
github.com/gofrs/uuid v4.0.0+incompatible
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/cabbie v1.0.2 // indirect
github.com/google/glazier v0.0.0-20210908203504-5bdb495dae08 // indirect
github.com/google/go-write v0.0.0-20181107114627-56629a6b2542 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gorilla/mux v1.8.0
github.com/gravwell/gcfg v1.2.9-0.20210818172109-3d05a45a2665 // indirect
github.com/gravwell/gravwell/v3 v3.8.1
github.com/icza/gox v0.0.0-20210726201659-cd40a3f8d324
github.com/inhies/go-bytesize v0.0.0-20210819104631-275770b98743 // indirect
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 // indirect
github.com/json-iterator/go v1.1.12
github.com/klauspost/compress v1.13.6 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/lkarlslund/go-win64api v0.0.0-20210901131734-3c6bba943601
github.com/lkarlslund/ldap/v3 v3.2.4-0.20210621153959-85555023df29
github.com/lkarlslund/stringdedup v0.2.1
github.com/lkarlslund/time-timespan v0.0.0-20210712111050-6e7c565fa001
github.com/mattn/go-colorable v0.1.8
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/minio/highwayhash v1.0.2 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/philhofer/fwd v1.1.1 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/rs/zerolog v1.25.0
github.com/schollz/progressbar/v3 v3.8.2
github.com/scjalliance/comshim v0.0.0-20190308082608-cf06d2532c4e // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/tinylib/msgp v1.1.6
github.com/ugorji/go/codec v1.2.6 // indirect
golang.org/x/net v0.0.0-20210908191846-a5e095526f91 // indirect
golang.org/x/sys v0.0.0-20210910150752-751e447fb3d0
golang.org/x/text v0.3.7
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/ini.v1 v1.63.0 // indirect
gopkg.in/nullbio/null.v6 v6.0.0-20161116030900-40264a2e6b79 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
require (
github.com/mailru/easyjson v0.7.7
github.com/pierrec/lz4/v4 v4.1.8
github.com/pkg/errors v0.9.1
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
)
require (
github.com/google/renameio v0.1.0 // indirect; indirect - DONT CHANGE FROM v0.1.0
github.com/josharian/intern v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
)