Skip to content

Commit 614dfc1

Browse files
Bump the go-dependencies group with 10 updates
Bumps the go-dependencies group with 10 updates: | Package | From | To | | --- | --- | --- | | [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) | `1.21.0` | `1.21.1` | | [github.com/fatih/color](https://github.com/fatih/color) | `1.18.0` | `1.19.0` | | [github.com/hashicorp/go-version](https://github.com/hashicorp/go-version) | `1.8.0` | `1.9.0` | | [github.com/open-policy-agent/gatekeeper/v3](https://github.com/open-policy-agent/gatekeeper) | `3.22.0` | `3.22.2` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.32.0` | `0.34.0` | | [helm.sh/helm/v3](https://github.com/helm/helm) | `3.20.2` | `3.21.0` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.35.2` | `0.35.3` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.35.2` | `0.35.3` | | [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) | `0.35.2` | `0.36.0` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.35.2` | `0.36.0` | Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.21.0 to 1.21.1 - [Release notes](https://github.com/Azure/azure-sdk-for-go/releases) - [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.21.0...sdk/azcore/v1.21.1) Updates `github.com/fatih/color` from 1.18.0 to 1.19.0 - [Release notes](https://github.com/fatih/color/releases) - [Commits](fatih/color@v1.18.0...v1.19.0) Updates `github.com/hashicorp/go-version` from 1.8.0 to 1.9.0 - [Release notes](https://github.com/hashicorp/go-version/releases) - [Changelog](https://github.com/hashicorp/go-version/blob/main/CHANGELOG.md) - [Commits](hashicorp/go-version@v1.8.0...v1.9.0) Updates `github.com/open-policy-agent/gatekeeper/v3` from 3.22.0 to 3.22.2 - [Release notes](https://github.com/open-policy-agent/gatekeeper/releases) - [Changelog](https://github.com/open-policy-agent/gatekeeper/blob/master/docs/RELEASE.md) - [Commits](open-policy-agent/gatekeeper@v3.22.0...v3.22.2) Updates `golang.org/x/mod` from 0.32.0 to 0.34.0 - [Commits](golang/mod@v0.32.0...v0.34.0) Updates `helm.sh/helm/v3` from 3.20.2 to 3.21.0 - [Release notes](https://github.com/helm/helm/releases) - [Commits](helm/helm@v3.20.2...v3.21.0) Updates `k8s.io/api` from 0.35.2 to 0.35.3 - [Commits](kubernetes/api@v0.35.2...v0.35.3) Updates `k8s.io/apimachinery` from 0.35.2 to 0.35.3 - [Commits](kubernetes/apimachinery@v0.35.2...v0.35.3) Updates `k8s.io/cli-runtime` from 0.35.2 to 0.36.0 - [Commits](kubernetes/cli-runtime@v0.35.2...v0.36.0) Updates `k8s.io/client-go` from 0.35.2 to 0.36.0 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.35.2...v0.36.0) --- updated-dependencies: - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore dependency-version: 1.21.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/fatih/color dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/hashicorp/go-version dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/open-policy-agent/gatekeeper/v3 dependency-version: 3.22.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: golang.org/x/mod dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: helm.sh/helm/v3 dependency-version: 3.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: k8s.io/api dependency-version: 0.35.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: k8s.io/apimachinery dependency-version: 0.35.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: k8s.io/cli-runtime dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: k8s.io/client-go dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c2126cd commit 614dfc1

2 files changed

Lines changed: 115 additions & 272 deletions

File tree

go.mod

Lines changed: 37 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
module github.com/Azure/draft
22

3-
go 1.25.0
3+
go 1.26.0
44

55
require (
6-
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.21.0
6+
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.21.1
77
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.13.1
88
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/authorization/armauthorization/v3 v3.0.0-beta.2
99
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.2.0
1010
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/subscription/armsubscription v1.2.0
1111
github.com/blang/semver/v4 v4.0.0
1212
github.com/briandowns/spinner v1.23.2
1313
github.com/cenkalti/backoff/v4 v4.3.0
14-
github.com/fatih/color v1.18.0
14+
github.com/fatih/color v1.19.0
1515
github.com/ghodss/yaml v1.0.0
1616
github.com/google/go-cmp v0.7.0
1717
github.com/google/uuid v1.6.0
18-
github.com/hashicorp/go-version v1.8.0
18+
github.com/hashicorp/go-version v1.9.0
1919
github.com/ivanpirog/coloredcobra v1.0.1
2020
github.com/jbrukh/bayesian v1.1.0
2121
github.com/manifoldco/promptui v0.9.0
2222
github.com/open-policy-agent/frameworks/constraint v0.0.0-20260223174506-488c888fd079
23-
github.com/open-policy-agent/gatekeeper/v3 v3.22.0
23+
github.com/open-policy-agent/gatekeeper/v3 v3.22.2
2424
github.com/sirupsen/logrus v1.9.4
2525
github.com/spf13/cobra v1.10.2
2626
github.com/stretchr/testify v1.11.1
2727
github.com/yannh/kubeconform v0.7.0
2828
go.uber.org/mock v0.6.0
29-
golang.org/x/mod v0.32.0
29+
golang.org/x/mod v0.34.0
3030
gopkg.in/yaml.v2 v2.4.0
3131
gopkg.in/yaml.v3 v3.0.1
32-
helm.sh/helm/v3 v3.20.2
33-
k8s.io/api v0.35.2
34-
k8s.io/apimachinery v0.35.2
35-
k8s.io/cli-runtime v0.35.2
36-
k8s.io/client-go v0.35.2
32+
helm.sh/helm/v3 v3.21.0
33+
k8s.io/api v0.36.0
34+
k8s.io/apimachinery v0.36.0
35+
k8s.io/cli-runtime v0.36.0
36+
k8s.io/client-go v0.36.0
3737
sigs.k8s.io/kustomize/api v0.21.1
3838
sigs.k8s.io/kustomize/kyaml v0.21.1
3939
)
@@ -42,7 +42,7 @@ require (
4242
cel.dev/expr v0.25.1 // indirect
4343
dario.cat/mergo v1.0.2 // indirect
4444
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 // indirect
45-
github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.2 // indirect
45+
github.com/Azure/azure-sdk-for-go/sdk/internal v1.12.0 // indirect
4646
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
4747
github.com/AzureAD/microsoft-authentication-library-for-go v1.6.0 // indirect
4848
github.com/BurntSushi/toml v1.6.0 // indirect
@@ -55,20 +55,9 @@ require (
5555
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
5656
github.com/cespare/xxhash/v2 v2.3.0 // indirect
5757
github.com/chzyer/readline v1.5.1 // indirect
58-
github.com/containerd/containerd v1.7.30 // indirect
59-
github.com/containerd/errdefs v1.0.0 // indirect
60-
github.com/containerd/log v0.1.0 // indirect
61-
github.com/containerd/platforms v1.0.0-rc.2 // indirect
6258
github.com/cyphar/filepath-securejoin v0.6.1 // indirect
6359
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
6460
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
65-
github.com/distribution/reference v0.6.0 // indirect
66-
github.com/docker/cli v28.5.1+incompatible // indirect
67-
github.com/docker/distribution v2.8.3+incompatible // indirect
68-
github.com/docker/docker v28.5.1+incompatible // indirect
69-
github.com/docker/docker-credential-helpers v0.9.4 // indirect
70-
github.com/docker/go-connections v0.6.0 // indirect
71-
github.com/docker/go-metrics v0.0.1 // indirect
7261
github.com/emicklei/go-restful/v3 v3.13.0 // indirect
7362
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
7463
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -98,14 +87,12 @@ require (
9887
github.com/google/btree v1.1.3 // indirect
9988
github.com/google/cel-go v0.26.1 // indirect
10089
github.com/google/gnostic-models v0.7.1 // indirect
101-
github.com/gorilla/mux v1.8.1 // indirect
102-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 // indirect
90+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect
10391
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
10492
github.com/hashicorp/go-retryablehttp v0.7.8 // indirect
10593
github.com/huandu/xstrings v1.5.0 // indirect
10694
github.com/inconshreveable/mousetrap v1.1.0 // indirect
10795
github.com/json-iterator/go v1.1.12 // indirect
108-
github.com/klauspost/compress v1.18.2 // indirect
10996
github.com/kylelemons/godebug v1.1.0 // indirect
11097
github.com/lestrrat-go/blackmagic v1.0.4 // indirect
11198
github.com/lestrrat-go/dsig v1.0.0 // indirect
@@ -119,7 +106,6 @@ require (
119106
github.com/mattn/go-isatty v0.0.20 // indirect
120107
github.com/mitchellh/copystructure v1.2.0 // indirect
121108
github.com/mitchellh/reflectwalk v1.0.2 // indirect
122-
github.com/moby/locker v1.0.1 // indirect
123109
github.com/moby/term v0.5.2 // indirect
124110
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
125111
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
@@ -134,7 +120,7 @@ require (
134120
github.com/prometheus/client_golang v1.23.2 // indirect
135121
github.com/prometheus/client_model v0.6.2 // indirect
136122
github.com/prometheus/common v0.67.5 // indirect
137-
github.com/prometheus/procfs v0.19.2 // indirect
123+
github.com/prometheus/procfs v0.20.1 // indirect
138124
github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 // indirect
139125
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
140126
github.com/segmentio/asm v1.2.1 // indirect
@@ -152,44 +138,44 @@ require (
152138
github.com/xlab/treeprint v1.2.0 // indirect
153139
github.com/yashtewari/glob-intersection v0.2.0 // indirect
154140
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
155-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.64.0 // indirect
141+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0 // indirect
156142
go.opentelemetry.io/otel v1.43.0 // indirect
157-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0 // indirect
158-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.40.0 // indirect
143+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.43.0 // indirect
144+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.43.0 // indirect
159145
go.opentelemetry.io/otel/metric v1.43.0 // indirect
160146
go.opentelemetry.io/otel/sdk v1.43.0 // indirect
161147
go.opentelemetry.io/otel/trace v1.43.0 // indirect
162-
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
163-
go.yaml.in/yaml/v2 v2.4.3 // indirect
148+
go.opentelemetry.io/proto/otlp v1.10.0 // indirect
149+
go.yaml.in/yaml/v2 v2.4.4 // indirect
164150
go.yaml.in/yaml/v3 v3.0.4 // indirect
165-
golang.org/x/crypto v0.47.0 // indirect
151+
golang.org/x/crypto v0.50.0 // indirect
166152
golang.org/x/exp v0.0.0-20251209150349-8475f28825e9 // indirect
167-
golang.org/x/net v0.49.0 // indirect
168-
golang.org/x/oauth2 v0.34.0 // indirect
169-
golang.org/x/sync v0.19.0 // indirect
170-
golang.org/x/sys v0.42.0 // indirect
171-
golang.org/x/term v0.39.0 // indirect
172-
golang.org/x/text v0.33.0 // indirect
153+
golang.org/x/net v0.53.0 // indirect
154+
golang.org/x/oauth2 v0.35.0 // indirect
155+
golang.org/x/sync v0.20.0 // indirect
156+
golang.org/x/sys v0.43.0 // indirect
157+
golang.org/x/term v0.42.0 // indirect
158+
golang.org/x/text v0.36.0 // indirect
173159
golang.org/x/time v0.14.0 // indirect
174160
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
175-
google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 // indirect
176-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 // indirect
177-
google.golang.org/grpc v1.79.3 // indirect
178-
google.golang.org/protobuf v1.36.11 // indirect
161+
google.golang.org/genproto/googleapis/api v0.0.0-20260401024825-9d38bb4040a9 // indirect
162+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260406210006-6f92a3bedf2d // indirect
163+
google.golang.org/grpc v1.80.0 // indirect
164+
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af // indirect
179165
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
180166
gopkg.in/inf.v0 v0.9.1 // indirect
181167
gopkg.in/ini.v1 v1.67.1 // indirect
182168
k8s.io/apiextensions-apiserver v0.35.1 // indirect
183169
k8s.io/apiserver v0.35.1 // indirect
184-
k8s.io/component-base v0.35.1 // indirect
185-
k8s.io/klog/v2 v2.130.1 // indirect
186-
k8s.io/kube-openapi v0.0.0-20251125145642-4e65d59e963e // indirect
187-
k8s.io/utils v0.0.0-20251218160917-61b37f7a4624 // indirect
188-
oras.land/oras-go v1.2.7 // indirect
170+
k8s.io/component-base v0.35.3 // indirect
171+
k8s.io/klog/v2 v2.140.0 // indirect
172+
k8s.io/kube-openapi v0.0.0-20260317180543-43fb72c5454a // indirect
173+
k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2 // indirect
174+
oras.land/oras-go/v2 v2.6.0 // indirect
189175
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.34.0 // indirect
190-
sigs.k8s.io/controller-runtime v0.23.1 // indirect
176+
sigs.k8s.io/controller-runtime v0.23.3 // indirect
191177
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
192178
sigs.k8s.io/randfill v1.0.0 // indirect
193-
sigs.k8s.io/structured-merge-diff/v6 v6.3.2-0.20260122202528-d9cc6641c482 // indirect
179+
sigs.k8s.io/structured-merge-diff/v6 v6.3.2 // indirect
194180
sigs.k8s.io/yaml v1.6.0 // indirect
195181
)

0 commit comments

Comments
 (0)