Skip to content

Commit bcd0882

Browse files
committed
ci: revert dependency updates
1 parent 082a2e7 commit bcd0882

File tree

2 files changed

+67
-25
lines changed

2 files changed

+67
-25
lines changed

go.mod

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/elastic/apm-data v1.19.5
1212
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251031181001-be9871f5dab9
1313
github.com/elastic/elastic-agent-client/v7 v7.17.2
14-
github.com/elastic/elastic-agent-libs v0.26.0
14+
github.com/elastic/elastic-agent-libs v0.25.1
1515
github.com/elastic/elastic-agent-system-metrics v0.13.3
1616
github.com/elastic/elastic-transport-go/v8 v8.7.0
1717
github.com/elastic/gmux v0.3.2
@@ -53,7 +53,7 @@ require (
5353
require (
5454
dario.cat/mergo v1.0.1 // indirect
5555
github.com/AlekSi/pointer v1.2.0 // indirect
56-
github.com/BurntSushi/toml v1.5.0 // indirect
56+
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
5757
github.com/DataDog/zstd v1.5.7 // indirect
5858
github.com/Masterminds/goutils v1.1.1 // indirect
5959
github.com/Masterminds/semver/v3 v3.3.1 // indirect
@@ -84,7 +84,7 @@ require (
8484
github.com/cockroachdb/swiss v0.0.0-20250624142022-d6e517c1d961 // indirect
8585
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
8686
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
87-
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
87+
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
8888
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
8989
github.com/dgryski/go-metro v0.0.0-20211217172704-adc40b04c140 // indirect
9090
github.com/dnephin/pflag v1.0.7 // indirect
@@ -130,6 +130,7 @@ require (
130130
github.com/goreleaser/fileglob v1.3.0 // indirect
131131
github.com/goreleaser/nfpm/v2 v2.41.2 // indirect
132132
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
133+
github.com/h2non/filetype v1.1.3 // indirect
133134
github.com/hashicorp/errwrap v1.1.0 // indirect
134135
github.com/hashicorp/go-hclog v1.6.3 // indirect
135136
github.com/hashicorp/go-multierror v1.1.1 // indirect
@@ -161,7 +162,7 @@ require (
161162
github.com/lufia/plan9stats v0.0.0-20220913051719-115f729f3c8c // indirect
162163
github.com/magiconair/properties v1.8.7 // indirect
163164
github.com/mailru/easyjson v0.7.7 // indirect
164-
github.com/mattn/go-colorable v0.1.14 // indirect
165+
github.com/mattn/go-colorable v0.1.13 // indirect
165166
github.com/mattn/go-isatty v0.0.20 // indirect
166167
github.com/mileusna/useragent v1.3.5 // indirect
167168
github.com/minio/minlz v1.0.1-0.20250507153514-87eb42fe8882 // indirect
@@ -235,18 +236,18 @@ require (
235236
golang.org/x/crypto v0.44.0 // indirect
236237
golang.org/x/exp v0.0.0-20250811191247-51f88131bc50 // indirect
237238
golang.org/x/exp/typeparams v0.0.0-20231108232855-2478ac86f678 // indirect
238-
golang.org/x/mod v0.30.0 // indirect
239+
golang.org/x/mod v0.29.0 // indirect
239240
golang.org/x/sys v0.38.0 // indirect
240241
golang.org/x/telemetry v0.0.0-20251008203120-078029d740a8 // indirect
241242
golang.org/x/text v0.31.0 // indirect
242243
golang.org/x/tools v0.38.0 // indirect
243244
golang.org/x/tools/go/vcs v0.1.0-deprecated // indirect
244245
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
245-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251022142026-3a174f9686a8 // indirect
246+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect
246247
gopkg.in/ini.v1 v1.67.0 // indirect
247248
gopkg.in/warnings.v0 v0.1.2 // indirect
248249
gopkg.in/yaml.v3 v3.0.1 // indirect
249-
gotest.tools/gotestsum v1.13.0 // indirect
250+
gotest.tools/gotestsum v1.12.0 // indirect
250251
honnef.co/go/tools v0.6.1 // indirect
251252
howett.net/plist v1.0.1 // indirect
252253
mvdan.cc/xurls/v2 v2.5.0 // indirect

0 commit comments

Comments
 (0)