forked from elastic/fleet-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (22 loc) · 940 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
24
25
module fleet
go 1.14
require (
github.com/a-h/generate v0.0.0-20190312091541-e59c34d33fb3 // indirect
github.com/dgraph-io/ristretto v0.0.3
github.com/elastic/beats/v7 v7.10.0
github.com/elastic/go-elasticsearch/v8 v8.0.0-20200728144331-527225d8e836
github.com/elastic/go-ucfg v0.8.3
github.com/gofrs/uuid v3.3.0+incompatible
github.com/julienschmidt/httprouter v1.3.0
github.com/mitchellh/mapstructure v1.3.3
github.com/rs/zerolog v1.19.0
github.com/spf13/cobra v0.0.5
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
)
replace (
github.com/Shopify/sarama => github.com/elastic/sarama v1.19.1-0.20200629123429-0e7b69039eec
github.com/dop251/goja => github.com/andrewkroh/goja v0.0.0-20190128172624-dd2ac4456e20
github.com/fsnotify/fsevents => github.com/elastic/fsevents v0.0.0-20181029231046-e1d381a4d270
)