1
1
module github.com/elastic/fleet-server/v7
2
2
3
- go 1.17
3
+ go 1.18
4
4
5
5
require (
6
6
github.com/Pallinder/go-randomdata v1.2.0
7
7
github.com/dgraph-io/ristretto v0.1.1
8
8
github.com/elastic/elastic-agent-client/v7 v7.0.2
9
9
github.com/elastic/elastic-agent-libs v0.2.15
10
10
github.com/elastic/elastic-agent-system-metrics v0.4.4
11
- github.com/elastic/go-elasticsearch/v7 v7.16 .0
11
+ github.com/elastic/go-elasticsearch/v8 v8.5 .0
12
12
github.com/elastic/go-ucfg v0.8.6
13
- github.com/gofrs/uuid v4.2.0 +incompatible
13
+ github.com/gofrs/uuid v4.3.1 +incompatible
14
14
github.com/google/go-cmp v0.5.9
15
15
github.com/hashicorp/go-cleanhttp v0.5.2
16
- github.com/hashicorp/go-version v1.3 .0
17
- github.com/hashicorp/golang-lru v0.5.4
16
+ github.com/hashicorp/go-version v1.6 .0
17
+ github.com/hashicorp/golang-lru/v2 v2.0.1
18
18
github.com/julienschmidt/httprouter v1.3.0
19
19
github.com/mailru/easyjson v0.7.7
20
20
github.com/miolini/datacounter v1.0.3
21
21
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
22
- github.com/rs/xid v1.3 .0
23
- github.com/rs/zerolog v1.27 .0
24
- github.com/spf13/cobra v1.3.0
25
- github.com/stretchr/testify v1.7.0
22
+ github.com/rs/xid v1.4 .0
23
+ github.com/rs/zerolog v1.28 .0
24
+ github.com/spf13/cobra v1.6.1
25
+ github.com/stretchr/testify v1.8.1
26
26
go.elastic.co/apm v1.15.0
27
- go.elastic.co/apm/module/apmelasticsearch v1.14 .0
28
- go.elastic.co/apm/module/apmhttprouter v1.14 .0
27
+ go.elastic.co/apm/module/apmelasticsearch v1.15 .0
28
+ go.elastic.co/apm/module/apmhttprouter v1.15 .0
29
29
go.elastic.co/ecszerolog v0.1.0
30
- go.uber.org/zap v1.21 .0
30
+ go.uber.org/zap v1.24 .0
31
31
golang.org/x/sync v0.1.0
32
- golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
33
- google.golang.org/grpc v1.50.1
32
+ golang.org/x/time v0.3.0
33
+ google.golang.org/grpc v1.51.0
34
34
google.golang.org/protobuf v1.28.1
35
35
)
36
36
37
37
require (
38
- github.com/Microsoft/go-winio v0.5.2 // indirect
38
+ github.com/Microsoft/go-winio v0.6.0 // indirect
39
39
github.com/armon/go-radix v1.0.0 // indirect
40
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
40
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
41
41
github.com/davecgh/go-spew v1.1.1 // indirect
42
42
github.com/dustin/go-humanize v1.0.0 // indirect
43
+ github.com/elastic/elastic-transport-go/v8 v8.0.0-20211216131617-bbee439d559c // indirect
43
44
github.com/elastic/go-licenser v0.4.1 // indirect
44
45
github.com/elastic/go-structform v0.0.10 // indirect
45
- github.com/elastic/go-sysinfo v1.8.1 // indirect
46
+ github.com/elastic/go-sysinfo v1.9.0 // indirect
46
47
github.com/elastic/go-windows v1.0.1 // indirect
47
48
github.com/elastic/gosigar v0.14.2 // indirect
48
49
github.com/fatih/color v1.13.0 // indirect
49
- github.com/golang/glog v0 .0.0-20160126235308-23def4e6c14b // indirect
50
+ github.com/golang/glog v1 .0.0 // indirect
50
51
github.com/golang/protobuf v1.5.2 // indirect
51
52
github.com/hashicorp/errwrap v1.1.0 // indirect
52
53
github.com/hashicorp/go-multierror v1.1.1 // indirect
53
- github.com/inconshreveable/mousetrap v1.0.1 // indirect
54
+ github.com/inconshreveable/mousetrap v1.1.0 // indirect
54
55
github.com/jcchavezs/porto v0.4.0 // indirect
55
56
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 // indirect
56
57
github.com/josharian/intern v1.0.0 // indirect
@@ -60,24 +61,24 @@ require (
60
61
github.com/mattn/go-isatty v0.0.16 // indirect
61
62
github.com/pkg/errors v0.9.1 // indirect
62
63
github.com/pmezard/go-difflib v1.0.0 // indirect
63
- github.com/prometheus/procfs v0.7.3 // indirect
64
+ github.com/prometheus/procfs v0.8.0 // indirect
64
65
github.com/santhosh-tekuri/jsonschema v1.2.4 // indirect
65
66
github.com/spf13/pflag v1.0.5 // indirect
66
- github.com/stretchr/objx v0.2 .0 // indirect
67
+ github.com/stretchr/objx v0.5 .0 // indirect
67
68
go.elastic.co/apm/module/apmhttp v1.15.0 // indirect
68
- go.elastic.co/apm/module/apmhttp/v2 v2.0 .0 // indirect
69
- go.elastic.co/apm/v2 v2.0 .0 // indirect
69
+ go.elastic.co/apm/module/apmhttp/v2 v2.2 .0 // indirect
70
+ go.elastic.co/apm/v2 v2.2 .0 // indirect
70
71
go.elastic.co/ecszap v1.0.1 // indirect
71
72
go.elastic.co/fastjson v1.1.0 // indirect
72
- go.uber.org/atomic v1.9 .0 // indirect
73
+ go.uber.org/atomic v1.10 .0 // indirect
73
74
go.uber.org/multierr v1.8.0 // indirect
74
75
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
75
- golang.org/x/mod v0.6 .0 // indirect
76
- golang.org/x/net v0.1 .0 // indirect
77
- golang.org/x/sys v0.1 .0 // indirect
78
- golang.org/x/text v0.4 .0 // indirect
79
- golang.org/x/tools v0.1.12 // indirect
80
- google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 // indirect
76
+ golang.org/x/mod v0.7 .0 // indirect
77
+ golang.org/x/net v0.4 .0 // indirect
78
+ golang.org/x/sys v0.3 .0 // indirect
79
+ golang.org/x/text v0.5 .0 // indirect
80
+ golang.org/x/tools v0.4.0 // indirect
81
+ google.golang.org/genproto v0.0.0-20221207170731-23e4bf6bdc37 // indirect
81
82
gopkg.in/yaml.v2 v2.4.0 // indirect
82
83
gopkg.in/yaml.v3 v3.0.1 // indirect
83
84
howett.net/plist v1.0.0 // indirect
0 commit comments