@@ -4,22 +4,22 @@ go 1.20
4
4
5
5
require (
6
6
github.com/Pallinder/go-randomdata v1.2.0
7
- github.com/deepmap/oapi-codegen v1.13.0
8
7
github.com/dgraph-io/ristretto v0.1.1
9
8
github.com/elastic/elastic-agent-client/v7 v7.3.0
10
9
github.com/elastic/elastic-agent-libs v0.3.13
11
10
github.com/elastic/elastic-agent-system-metrics v0.6.1
12
11
github.com/elastic/go-elasticsearch/v8 v8.7.0
13
12
github.com/elastic/go-ucfg v0.8.6
14
13
github.com/fxamacker/cbor/v2 v2.4.0
15
- github.com/go-chi/chi/v5 v5.0.8
14
+ github.com/go-chi/chi/v5 v5.0.10
16
15
github.com/gofrs/uuid v4.4.0+incompatible
17
16
github.com/google/go-cmp v0.5.9
18
17
github.com/hashicorp/go-cleanhttp v0.5.2
19
18
github.com/hashicorp/go-version v1.6.0
20
19
github.com/hashicorp/golang-lru/v2 v2.0.2
21
20
github.com/mailru/easyjson v0.7.7
22
21
github.com/miolini/datacounter v1.0.3
22
+ github.com/oapi-codegen/runtime v1.0.0
23
23
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
24
24
github.com/prometheus/client_golang v1.15.0
25
25
github.com/rs/xid v1.4.0
@@ -34,10 +34,10 @@ require (
34
34
go.elastic.co/apm/v2 v2.4.4
35
35
go.elastic.co/ecszerolog v0.1.0
36
36
go.uber.org/zap v1.24.0
37
- golang.org/x/sync v0.2 .0
37
+ golang.org/x/sync v0.3 .0
38
38
golang.org/x/time v0.3.0
39
39
google.golang.org/grpc v1.54.0
40
- google.golang.org/protobuf v1.30 .0
40
+ google.golang.org/protobuf v1.31 .0
41
41
gopkg.in/yaml.v3 v3.0.1
42
42
)
43
43
@@ -46,45 +46,28 @@ require (
46
46
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
47
47
github.com/armon/go-radix v1.0.0 // indirect
48
48
github.com/beorn7/perks v1.0.1 // indirect
49
- github.com/bytedance/sonic v1.9.1 // indirect
50
49
github.com/cespare/xxhash/v2 v2.2.0 // indirect
51
- github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
52
50
github.com/davecgh/go-spew v1.1.1 // indirect
53
51
github.com/dustin/go-humanize v1.0.1 // indirect
54
52
github.com/elastic/elastic-transport-go/v8 v8.2.0 // indirect
55
53
github.com/elastic/go-structform v0.0.10 // indirect
56
54
github.com/elastic/go-sysinfo v1.10.1 // indirect
57
55
github.com/elastic/go-windows v1.0.1 // indirect
58
56
github.com/elastic/gosigar v0.14.2 // indirect
59
- github.com/fatih/color v1.13.0 // indirect
60
- github.com/gabriel-vasile/mimetype v1.4.2 // indirect
61
- github.com/gin-contrib/sse v0.1.0 // indirect
62
- github.com/gin-gonic/gin v1.9.1 // indirect
57
+ github.com/fatih/color v1.15.0 // indirect
63
58
github.com/go-ole/go-ole v1.2.6 // indirect
64
- github.com/go-playground/locales v0.14.1 // indirect
65
- github.com/go-playground/universal-translator v0.18.1 // indirect
66
- github.com/go-playground/validator/v10 v10.14.0 // indirect
67
- github.com/goccy/go-json v0.10.2 // indirect
68
59
github.com/golang/glog v1.0.0 // indirect
69
60
github.com/golang/protobuf v1.5.3 // indirect
70
- github.com/google/uuid v1.3.0 // indirect
61
+ github.com/google/uuid v1.3.1 // indirect
71
62
github.com/hashicorp/errwrap v1.1.0 // indirect
72
63
github.com/hashicorp/go-multierror v1.1.1 // indirect
73
64
github.com/inconshreveable/mousetrap v1.1.0 // indirect
74
65
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 // indirect
75
66
github.com/josharian/intern v1.0.0 // indirect
76
- github.com/json-iterator/go v1.1.12 // indirect
77
- github.com/klauspost/cpuid/v2 v2.2.4 // indirect
78
- github.com/labstack/echo/v4 v4.10.2 // indirect
79
- github.com/labstack/gommon v0.4.0 // indirect
80
- github.com/leodido/go-urn v1.2.4 // indirect
81
67
github.com/magefile/mage v1.14.0 // indirect
82
68
github.com/mattn/go-colorable v0.1.13 // indirect
83
69
github.com/mattn/go-isatty v0.0.19 // indirect
84
70
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
85
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
86
- github.com/modern-go/reflect2 v1.0.2 // indirect
87
- github.com/pelletier/go-toml/v2 v2.0.8 // indirect
88
71
github.com/pkg/errors v0.9.1 // indirect
89
72
github.com/pmezard/go-difflib v1.0.0 // indirect
90
73
github.com/prometheus/client_model v0.3.0 // indirect
@@ -94,26 +77,21 @@ require (
94
77
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
95
78
github.com/spf13/pflag v1.0.5 // indirect
96
79
github.com/stretchr/objx v0.5.0 // indirect
97
- github.com/tklauser/go-sysconf v0.3.11 // indirect
98
- github.com/tklauser/numcpus v0.6.0 // indirect
99
- github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
100
- github.com/ugorji/go/codec v1.2.11 // indirect
101
- github.com/valyala/bytebufferpool v1.0.0 // indirect
102
- github.com/valyala/fasttemplate v1.2.2 // indirect
80
+ github.com/tklauser/go-sysconf v0.3.12 // indirect
81
+ github.com/tklauser/numcpus v0.6.1 // indirect
103
82
github.com/x448/float16 v0.8.4 // indirect
104
83
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
105
- github.com/yusufpapurcu/wmi v1.2.2 // indirect
84
+ github.com/yusufpapurcu/wmi v1.2.3 // indirect
106
85
go.elastic.co/ecszap v1.0.1 // indirect
107
86
go.elastic.co/fastjson v1.1.0 // indirect
108
87
go.uber.org/atomic v1.10.0 // indirect
109
88
go.uber.org/multierr v1.8.0 // indirect
110
- golang.org/x/arch v0.3.0 // indirect
111
- golang.org/x/crypto v0.9.0 // indirect
112
- golang.org/x/mod v0.10.0 // indirect
113
- golang.org/x/net v0.10.0 // indirect
114
- golang.org/x/sys v0.9.0 // indirect
115
- golang.org/x/text v0.9.0 // indirect
116
- golang.org/x/tools v0.9.2 // indirect
89
+ golang.org/x/crypto v0.13.0 // indirect
90
+ golang.org/x/mod v0.12.0 // indirect
91
+ golang.org/x/net v0.15.0 // indirect
92
+ golang.org/x/sys v0.12.0 // indirect
93
+ golang.org/x/text v0.13.0 // indirect
94
+ golang.org/x/tools v0.12.0 // indirect
117
95
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
118
96
gopkg.in/yaml.v2 v2.4.0 // indirect
119
97
howett.net/plist v1.0.0 // indirect
0 commit comments