Skip to content

Commit 394c968

Browse files
committed
chore: upgrade of deps
1 parent 26e8fda commit 394c968

File tree

3 files changed

+48
-53
lines changed

3 files changed

+48
-53
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
IMPROVEMENTS:
66

77
* Upgraded direct and transitive dependencies [#218](https://github.com/google/gke-policy-automation/pull/218)
8-
[#219](https://github.com/google/gke-policy-automation/pull/219)
8+
[#219](https://github.com/google/gke-policy-automation/pull/219) [#220](https://github.com/google/gke-policy-automation/pull/220)
99

1010
## 1.4.3 (Sep 20, 2024)
1111

go.mod

+15-16
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
)
3030

3131
require (
32-
cel.dev/expr v0.16.1 // indirect
32+
cel.dev/expr v0.19.1 // indirect
3333
cloud.google.com/go v0.116.0 // indirect
3434
cloud.google.com/go/accesscontextmanager v1.9.2 // indirect
3535
cloud.google.com/go/auth v0.12.1 // indirect
@@ -40,11 +40,11 @@ require (
4040
cloud.google.com/go/monitoring v1.22.0 // indirect
4141
cloud.google.com/go/orgpolicy v1.14.1 // indirect
4242
cloud.google.com/go/osconfig v1.14.2 // indirect
43-
dario.cat/mergo v1.0.0 // indirect
44-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.24.1 // indirect
45-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1 // indirect
46-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1 // indirect
47-
github.com/Microsoft/go-winio v0.6.1 // indirect
43+
dario.cat/mergo v1.0.1 // indirect
44+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 // indirect
45+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.49.0 // indirect
46+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.49.0 // indirect
47+
github.com/Microsoft/go-winio v0.6.2 // indirect
4848
github.com/OneOfOne/xxhash v1.2.8 // indirect
4949
github.com/ProtonMail/go-crypto v1.1.3 // indirect
5050
github.com/agnivade/levenshtein v1.2.0 // indirect
@@ -56,9 +56,9 @@ require (
5656
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
5757
github.com/cyphar/filepath-securejoin v0.3.5 // indirect
5858
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
59-
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
59+
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
6060
github.com/emirpasic/gods v1.18.1 // indirect
61-
github.com/envoyproxy/go-control-plane v0.13.0 // indirect
61+
github.com/envoyproxy/go-control-plane v0.13.1 // indirect
6262
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
6363
github.com/felixge/httpsnoop v1.0.4 // indirect
6464
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
@@ -67,7 +67,7 @@ require (
6767
github.com/go-logr/logr v1.4.2 // indirect
6868
github.com/go-logr/stdr v1.2.2 // indirect
6969
github.com/go-openapi/jsonpointer v0.21.0 // indirect
70-
github.com/go-openapi/jsonreference v0.20.2 // indirect
70+
github.com/go-openapi/jsonreference v0.21.0 // indirect
7171
github.com/go-openapi/swag v0.23.0 // indirect
7272
github.com/gobwas/glob v0.2.3 // indirect
7373
github.com/gogo/protobuf v1.3.2 // indirect
@@ -97,10 +97,10 @@ require (
9797
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
9898
github.com/prometheus/client_model v0.6.1 // indirect
9999
github.com/prometheus/procfs v0.15.1 // indirect
100-
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
100+
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
101101
github.com/russross/blackfriday/v2 v2.1.0 // indirect
102102
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
103-
github.com/skeema/knownhosts v1.2.2 // indirect
103+
github.com/skeema/knownhosts v1.3.0 // indirect
104104
github.com/spf13/pflag v1.0.5 // indirect
105105
github.com/stretchr/objx v0.5.2 // indirect
106106
github.com/tchap/go-patricia/v2 v2.3.1 // indirect
@@ -112,16 +112,15 @@ require (
112112
github.com/yashtewari/glob-intersection v0.2.0 // indirect
113113
go.opencensus.io v0.24.0 // indirect
114114
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
115-
go.opentelemetry.io/contrib/detectors/gcp v1.29.0 // indirect
115+
go.opentelemetry.io/contrib/detectors/gcp v1.33.0 // indirect
116116
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0 // indirect
117117
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
118118
go.opentelemetry.io/otel v1.33.0 // indirect
119119
go.opentelemetry.io/otel/metric v1.33.0 // indirect
120120
go.opentelemetry.io/otel/sdk v1.33.0 // indirect
121-
go.opentelemetry.io/otel/sdk/metric v1.29.0 // indirect
121+
go.opentelemetry.io/otel/sdk/metric v1.33.0 // indirect
122122
go.opentelemetry.io/otel/trace v1.33.0 // indirect
123-
golang.org/x/crypto v0.30.0 // indirect
124-
golang.org/x/mod v0.22.0 // indirect
123+
golang.org/x/crypto v0.31.0 // indirect
125124
golang.org/x/net v0.32.0 // indirect
126125
golang.org/x/sync v0.10.0 // indirect
127126
golang.org/x/sys v0.28.0 // indirect
@@ -133,7 +132,7 @@ require (
133132
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
134133
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
135134
google.golang.org/grpc v1.68.1 // indirect
136-
google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b2c93a // indirect
135+
google.golang.org/grpc/stats/opentelemetry v0.0.0-20241028142157-ada6787961b3 // indirect
137136
gopkg.in/inf.v0 v0.9.1 // indirect
138137
gopkg.in/warnings.v0 v0.1.2 // indirect
139138
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)