forked from elastic/endpoint-package
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
35 lines (33 loc) · 1.6 KB
/
go.mod
File metadata and controls
35 lines (33 loc) · 1.6 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
module github.com/elastic/endpoint-package
go 1.14
require (
github.com/AlecAivazis/survey/v2 v2.2.7 // indirect
github.com/Masterminds/semver/v3 v3.1.1 // indirect
github.com/Microsoft/go-winio v0.4.16 // indirect
github.com/elastic/elastic-package v0.0.0-20210113065835-c7481728ba8c
github.com/elastic/go-elasticsearch/v7 v7.10.0 // indirect
github.com/elastic/package-spec/code/go v0.0.0-20210112140728-930b44726a52 // indirect
github.com/go-git/go-git/v5 v5.2.0 // indirect
github.com/go-openapi/errors v0.19.9 // indirect
github.com/go-openapi/strfmt v0.19.11 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
github.com/magefile/mage v1.11.0 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-runewidth v0.0.10 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/pkg/errors v0.9.1
github.com/rivo/uniseg v0.2.0 // indirect
github.com/spf13/cobra v1.1.1 // indirect
github.com/xanzy/ssh-agent v0.3.0 // indirect
go.mongodb.org/mongo-driver v1.4.4 // indirect
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
golang.org/x/oauth2 v0.0.0-20210112200429-01de73cf58bd // indirect
golang.org/x/sys v0.0.0-20210113131315-ba0562f347e0 // indirect
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect
golang.org/x/text v0.3.5 // indirect
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)