Skip to content

Commit 1e1c07c

Browse files
Bump golang.org/x/net from 0.27.0 to 0.36.0 in /prometheus-to-sd
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.27.0 to 0.36.0. - [Commits](golang/net@v0.27.0...v0.36.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9b930ad commit 1e1c07c

File tree

186 files changed

+15291
-5772
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

186 files changed

+15291
-5772
lines changed

prometheus-to-sd/go.mod

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ require (
66
cloud.google.com/go/compute/metadata v0.4.0
77
cloud.google.com/go/monitoring v1.20.2
88
github.com/golang/glog v1.2.1
9-
github.com/prometheus/client_golang v1.19.1
9+
github.com/prometheus/client_golang v1.14.0
1010
github.com/prometheus/client_model v0.6.1
11-
github.com/prometheus/common v0.55.0
11+
github.com/prometheus/common v0.37.1
1212
github.com/stretchr/testify v1.9.0
1313
golang.org/x/oauth2 v0.21.0
1414
google.golang.org/api v0.188.0
@@ -27,7 +27,6 @@ require (
2727
github.com/cespare/xxhash/v2 v2.2.0 // indirect
2828
github.com/davecgh/go-spew v1.1.1 // indirect
2929
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
30-
github.com/felixge/httpsnoop v1.0.4 // indirect
3130
github.com/go-logr/logr v1.4.1 // indirect
3231
github.com/go-logr/stdr v1.2.2 // indirect
3332
github.com/go-openapi/jsonpointer v0.19.5 // indirect
@@ -40,7 +39,6 @@ require (
4039
github.com/google/go-cmp v0.6.0 // indirect
4140
github.com/google/gofuzz v1.1.0 // indirect
4241
github.com/google/s2a-go v0.1.7 // indirect
43-
github.com/google/uuid v1.6.0 // indirect
4442
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
4543
github.com/googleapis/gax-go/v2 v2.12.5 // indirect
4644
github.com/josharian/intern v1.0.0 // indirect
@@ -54,16 +52,15 @@ require (
5452
github.com/prometheus/procfs v0.15.1 // indirect
5553
go.opencensus.io v0.24.0 // indirect
5654
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
57-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
5855
go.opentelemetry.io/otel v1.24.0 // indirect
5956
go.opentelemetry.io/otel/metric v1.24.0 // indirect
6057
go.opentelemetry.io/otel/trace v1.24.0 // indirect
61-
golang.org/x/crypto v0.25.0 // indirect
62-
golang.org/x/net v0.27.0 // indirect
63-
golang.org/x/sync v0.7.0 // indirect
64-
golang.org/x/sys v0.22.0 // indirect
65-
golang.org/x/term v0.22.0 // indirect
66-
golang.org/x/text v0.16.0 // indirect
58+
golang.org/x/crypto v0.35.0 // indirect
59+
golang.org/x/net v0.36.0 // indirect
60+
golang.org/x/sync v0.11.0 // indirect
61+
golang.org/x/sys v0.30.0 // indirect
62+
golang.org/x/term v0.29.0 // indirect
63+
golang.org/x/text v0.22.0 // indirect
6764
golang.org/x/time v0.5.0 // indirect
6865
google.golang.org/genproto/googleapis/rpc v0.0.0-20240708141625-4ad9e859172b // indirect
6966
google.golang.org/grpc v1.64.1 // indirect

prometheus-to-sd/go.sum

Lines changed: 299 additions & 27 deletions
Large diffs are not rendered by default.

prometheus-to-sd/vendor/github.com/matttproud/golang_protobuf_extensions/LICENSE

Lines changed: 201 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

prometheus-to-sd/vendor/github.com/matttproud/golang_protobuf_extensions/NOTICE

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

prometheus-to-sd/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/.gitignore

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

prometheus-to-sd/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/Makefile

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

prometheus-to-sd/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/decode.go

Lines changed: 75 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 5 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)