forked from Velocidex/velociraptor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
211 lines (204 loc) · 10.8 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
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
module www.velocidex.com/golang/velociraptor
require (
cloud.google.com/go v0.88.0 // indirect
cloud.google.com/go/pubsub v1.13.0
cloud.google.com/go/storage v1.16.0
github.com/Depado/bfchroma v1.2.0
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/Netflix/go-expect v0.0.0-20210722184520-ef0bf57d82b3 // indirect
github.com/Showmax/go-fqdn v1.0.0
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
github.com/Velocidex/ahocorasick v0.0.0-20180712114356-e1c353eeaaee
github.com/Velocidex/amsi v0.0.0-20200608120838-e5d93b76f119
github.com/Velocidex/cryptozip v0.0.0-20200812111814-37033c799bd9
github.com/Velocidex/etw v0.0.0-20210723072214-4d0cffd1ff22
github.com/Velocidex/go-elasticsearch/v7 v7.3.1-0.20191001125819-fee0ef9cac6b
github.com/Velocidex/go-magic v0.0.0-20211018155418-c5dc48282f28
github.com/Velocidex/go-yara v1.1.10-0.20210726130504-d5e402efc424
github.com/Velocidex/json v0.0.0-20210402154432-68206e1293d0
github.com/Velocidex/ordereddict v0.0.0-20211021090706-c5d39d5aa33a
github.com/Velocidex/pkcs7 v0.0.0-20210524015001-8d1eee94a157
github.com/Velocidex/sflags v0.3.1-0.20210402155316-b09f53df5162
github.com/Velocidex/survey v1.8.7-0.20190926071832-2ff99cc7aa49
github.com/Velocidex/ttlcache/v2 v2.9.1-0.20211116035050-ddd93fed62f5
github.com/Velocidex/yaml/v2 v2.2.5
github.com/Velocidex/zip v0.0.0-20210101070220-e7ecefb7aad7
github.com/ZachtimusPrime/Go-Splunk-HTTP/splunk/v2 v2.0.1
github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38
github.com/alecthomas/chroma v0.7.2
github.com/alecthomas/participle v0.7.1
github.com/alecthomas/repr v0.0.0-20210801044451-80ca428c5142 // indirect
github.com/alexmullins/zip v0.0.0-20180717182244-4affb64b04d0
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
github.com/aws/aws-sdk-go v1.40.6
github.com/clbanning/mxj v1.8.4
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/creack/pty v1.1.13 // indirect
github.com/crewjam/saml v0.4.6-0.20210521115923-29c6295245bd
github.com/davecgh/go-spew v1.1.1
github.com/dimchansky/utfbom v1.1.1
github.com/dustin/go-humanize v1.0.0
github.com/elastic/go-elasticsearch/v7 v7.3.0 // indirect
github.com/elastic/go-libaudit v0.4.0
github.com/evanphx/json-patch v4.5.0+incompatible
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
github.com/go-ole/go-ole v1.2.4
github.com/go-sql-driver/mysql v1.5.0
github.com/golang-jwt/jwt v3.2.1+incompatible
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/mock v1.6.0
github.com/golang/protobuf v1.5.2
github.com/google/btree v1.0.1
github.com/google/rpmpack v0.0.0-20210518075352-dc539ef4f2ea
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/google/uuid v1.3.0
github.com/gorilla/csrf v1.6.2
github.com/gorilla/schema v1.1.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.5.0
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hillu/go-ntdll v0.0.0-20210404124636-a6f426aa8d92
github.com/hinshun/vt10x v0.0.0-20180809195222-d55458df857c // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
github.com/jmoiron/sqlx v1.2.1-0.20190826204134-d7d95172beb5
github.com/jonboulle/clockwork v0.2.2 // indirect
github.com/juju/ratelimit v1.0.1
github.com/kr/pty v1.1.8 // indirect
github.com/lestrrat-go/file-rotatelogs v2.2.0+incompatible
github.com/lestrrat-go/strftime v0.0.0-20190725011945-5c849dd2c51d // indirect
github.com/lib/pq v1.2.0
github.com/magefile/mage v1.11.0
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mattn/go-isatty v0.0.14
github.com/mattn/go-pointer v0.0.0-20180825124634-49522c3f3791
github.com/mattn/go-sqlite3 v1.14.8
github.com/microcosm-cc/bluemonday v1.0.16
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/panicwrap v1.0.0
github.com/olekukonko/tablewriter v0.0.4
github.com/oschwald/maxminddb-golang v1.8.0
github.com/pkg/errors v0.9.1
github.com/pkg/sftp v1.12.0
github.com/pquerna/cachecontrol v0.0.0-20200921180117-858c6e7e6b7e // indirect
github.com/processout/grpc-go-pool v1.2.2-0.20200228131710-c0fcf3af0014
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/client_model v0.2.0
github.com/qri-io/starlib v0.5.0
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
github.com/robertkrimen/otto v0.0.0-20210614181706-373ff5438452
github.com/russross/blackfriday/v2 v2.0.1
github.com/sebdah/goldie v1.0.0
github.com/sebdah/goldie/v2 v2.5.3
github.com/sergi/go-diff v1.2.0
github.com/shirou/gopsutil v3.21.6+incompatible
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
github.com/tebeka/strftime v0.1.3 // indirect
github.com/tink-ab/tempfile v0.0.0-20180226111222-33beb0518f1a
github.com/tklauser/go-sysconf v0.3.7 // indirect
github.com/vjeantet/grok v1.0.0
github.com/xor-gate/ar v0.0.0-20170530204233-5c72ae81e2b7 // indirect
github.com/xor-gate/debpkg v0.0.0-20181217150151-a0c70a3d4213
go.starlark.net v0.0.0-20210602144842-1cdb82c9e17a
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
golang.org/x/mod v0.4.2
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6
google.golang.org/api v0.51.0
google.golang.org/genproto v0.0.0-20211112145013-271947fe86fd
google.golang.org/grpc v1.42.0
google.golang.org/protobuf v1.27.1
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/sourcemap.v1 v1.0.5 // indirect
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
howett.net/plist v0.0.0-20201203080718-1454fab16a06
www.velocidex.com/golang/evtx v0.0.2-0.20211019042143-b4f61df6d401
www.velocidex.com/golang/go-ese v0.1.1-0.20211014120951-14a5c1831296
www.velocidex.com/golang/go-ntfs v0.1.2-0.20210828125207-a1d0ee62467c
www.velocidex.com/golang/go-pe v0.1.1-0.20211006062218-8f6d1ad6b2d5
www.velocidex.com/golang/go-prefetch v0.0.0-20200722101157-37e4751dd5ca
www.velocidex.com/golang/oleparse v0.0.0-20211013063943-0334d69593c1
www.velocidex.com/golang/regparser v0.0.0-20190625082115-b02dc43c2500
www.velocidex.com/golang/vfilter v0.0.0-20211110134053-b8f77df8369b
www.velocidex.com/golang/vtypes v0.0.0-20211024171602-ee8e0200d5eb
)
require (
github.com/360EntSecGroup-Skylar/excelize v1.4.1 // indirect
github.com/PuerkitoBio/goquery v1.6.1 // indirect
github.com/Velocidex/yaml v2.1.0+incompatible // indirect
github.com/alecthomas/colour v0.1.0 // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20210927113745-59d0afb8317a // indirect
github.com/andybalholm/cascadia v1.1.0 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/beevik/etree v1.1.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cavaliercoder/go-cpio v0.0.0-20180626203310-925f9528c45e // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/crewjam/httperr v0.2.0 // indirect
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
github.com/dlclark/regexp2 v1.2.0 // indirect
github.com/dustmop/soup v1.1.2-0.20190516214245-38228baa104e // indirect
github.com/form3tech-oss/jwt-go v3.2.5+incompatible // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
github.com/gorilla/css v1.0.0 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/hashicorp/go-multierror v1.1.0 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/hillu/go-archive-zip-crypto v0.0.0-20200712202847-bd5cf365dd44 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/jstemmer/go-junit-report v0.9.1 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/mattermost/xml-roundtrip-validator v0.1.0 // indirect
github.com/mattn/go-runewidth v0.0.10 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/paulmach/orb v0.1.5 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/common v0.29.0 // indirect
github.com/prometheus/procfs v0.7.2 // indirect
github.com/rivo/uniseg v0.1.0 // indirect
github.com/russellhaering/goxmldsig v1.1.0 // indirect
github.com/tklauser/numcpus v0.2.3 // indirect
github.com/ulikunitz/xz v0.5.10 // indirect
go.opencensus.io v0.23.0 // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
golang.org/x/tools v0.1.5 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
www.velocidex.com/golang/binparsergen v0.1.1-0.20201101234514-bbdb29f9ee31 // indirect
)
// replace www.velocidex.com/golang/go-pe => /home/mic/projects/go-pe
// replace www.velocidex.com/golang/vfilter => /home/mic/projects/vfilter
// replace www.velocidex.com/golang/go-ntfs => /home/mic/projects/go-ntfs
// replace www.velocidex.com/golang/evtx => /home/mic/projects/evtx
// replace www.velocidex.com/golang/go-ese => /home/mic/projects/go-ese
// replace github.com/Velocidex/ordereddict => /home/mic/projects/ordereddict
// replace github.com/Velocidex/go-magic => /home/mic/projects/go-magic
// replace github.com/Velocidex/go-yara => /home/mic/projects/go-yara
// replace github.com/Velocidex/json => /home/mic/projects/json
// replace github.com/russross/blackfriday/v2 => /home/mic/projects/blackfriday
// replace www.velocidex.com/golang/vtypes => /home/mic/projects/vtypes
// replace github.com/Velocidex/ttlcache => /home/mic/projects/ttlcache
// replace github.com/Velocidex/zip => /home/mic/projects/zip
// replace github.com/Velocidex/sflags => /home/mic/projects/sflags
// replace github.com/Velocidex/etw => /home/mic/projects/etw
replace github.com/russross/blackfriday/v2 => github.com/Velocidex/blackfriday/v2 v2.0.2-0.20200811050547-4f26a09e2b3b
go 1.17
replace github.com/alecthomas/chroma => github.com/Velocidex/chroma v0.6.8-0.20200418131129-82edc291369c