Skip to content

Commit cf60b64

Browse files
chore(deps): bump github.com/coder/coder/v2 from 2.28.4 to 2.29.0
Bumps [github.com/coder/coder/v2](https://github.com/coder/coder) from 2.28.4 to 2.29.0. - [Release notes](https://github.com/coder/coder/releases) - [Changelog](https://github.com/coder/coder/blob/main/release.key) - [Commits](coder/coder@v2.28.4...v2.29.0) --- updated-dependencies: - dependency-name: github.com/coder/coder/v2 dependency-version: 2.29.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bf2f9ad commit cf60b64

File tree

2 files changed

+64
-46
lines changed

2 files changed

+64
-46
lines changed

go.mod

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.10
44

55
require (
66
cdr.dev/slog v1.6.2-0.20250703074222-9df5e0a6c145
7-
github.com/coder/coder/v2 v2.28.4
7+
github.com/coder/coder/v2 v2.29.0
88
github.com/docker/docker v28.5.2+incompatible
99
github.com/docker/go-connections v0.6.0
1010
github.com/google/uuid v1.6.0
@@ -44,10 +44,12 @@ require (
4444
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
4545
github.com/Microsoft/go-winio v0.6.2 // indirect
4646
github.com/ProtonMail/go-crypto v1.3.0 // indirect
47+
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
4748
github.com/agext/levenshtein v1.2.3 // indirect
4849
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
4950
github.com/armon/go-radix v1.0.1-0.20221118154546-54df44f2176c // indirect
5051
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
52+
github.com/aymerick/douceur v0.2.0 // indirect
5153
github.com/beorn7/perks v1.0.1 // indirect
5254
github.com/bgentry/speakeasy v0.2.0 // indirect
5355
github.com/bmatcuk/doublestar/v4 v4.9.1 // indirect
@@ -56,12 +58,12 @@ require (
5658
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect
5759
github.com/cloudflare/circl v1.6.1 // indirect
5860
github.com/coder/pretty v0.0.0-20230908205945-e89ba86370e0 // indirect
59-
github.com/coder/serpent v0.11.0 // indirect
60-
github.com/coder/terraform-provider-coder/v2 v2.12.0 // indirect
61+
github.com/coder/serpent v0.12.0 // indirect
62+
github.com/coder/terraform-provider-coder/v2 v2.13.1 // indirect
6163
github.com/coder/websocket v1.8.13 // indirect
6264
github.com/containerd/errdefs v1.0.0 // indirect
6365
github.com/containerd/errdefs/pkg v0.3.0 // indirect
64-
github.com/coreos/go-oidc/v3 v3.16.0 // indirect
66+
github.com/coreos/go-oidc/v3 v3.17.0 // indirect
6567
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
6668
github.com/distribution/reference v0.6.0 // indirect
6769
github.com/docker/go-units v0.5.0 // indirect
@@ -80,6 +82,7 @@ require (
8082
github.com/golang/protobuf v1.5.4 // indirect
8183
github.com/google/go-cmp v0.7.0 // indirect
8284
github.com/google/pprof v0.0.0-20250607225305-033d6d78b36a // indirect
85+
github.com/gorilla/css v1.0.1 // indirect
8386
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
8487
github.com/hashicorp/cli v1.1.7 // indirect
8588
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -109,6 +112,7 @@ require (
109112
github.com/mattn/go-colorable v0.1.14 // indirect
110113
github.com/mattn/go-isatty v0.0.20 // indirect
111114
github.com/mattn/go-runewidth v0.0.16 // indirect
115+
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
112116
github.com/mitchellh/copystructure v1.2.0 // indirect
113117
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
114118
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
@@ -134,9 +138,9 @@ require (
134138
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
135139
github.com/posener/complete v1.2.3 // indirect
136140
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
137-
github.com/prometheus/client_golang v1.23.0 // indirect
141+
github.com/prometheus/client_golang v1.23.2 // indirect
138142
github.com/prometheus/client_model v0.6.2 // indirect
139-
github.com/prometheus/common v0.65.0 // indirect
143+
github.com/prometheus/common v0.67.4 // indirect
140144
github.com/prometheus/procfs v0.16.1 // indirect
141145
github.com/puzpuzpuz/xsync/v3 v3.5.1 // indirect
142146
github.com/richardartoul/molecule v1.0.1-0.20240531184615-7ca0df43c0b3 // indirect
@@ -156,14 +160,15 @@ require (
156160
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
157161
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
158162
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
163+
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
159164
github.com/yuin/goldmark v1.7.13 // indirect
160165
github.com/yuin/goldmark-meta v1.1.0 // indirect
161166
github.com/yusufpapurcu/wmi v1.2.4 // indirect
162167
github.com/zclconf/go-cty v1.17.0 // indirect
163168
github.com/zeebo/errs v1.4.0 // indirect
164169
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
165170
go.nhat.io/otelsql v0.16.0 // indirect
166-
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
171+
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
167172
go.opentelemetry.io/collector/component v1.27.0 // indirect
168173
go.opentelemetry.io/collector/pdata v1.27.0 // indirect
169174
go.opentelemetry.io/collector/pdata/pprofile v0.121.0 // indirect
@@ -173,28 +178,29 @@ require (
173178
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37.0 // indirect
174179
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.37.0 // indirect
175180
go.opentelemetry.io/otel/metric v1.38.0 // indirect
176-
go.opentelemetry.io/otel/sdk v1.37.0 // indirect
181+
go.opentelemetry.io/otel/sdk v1.38.0 // indirect
177182
go.opentelemetry.io/otel/trace v1.38.0 // indirect
178183
go.opentelemetry.io/proto/otlp v1.7.0 // indirect
179184
go.uber.org/atomic v1.11.0 // indirect
180185
go.uber.org/multierr v1.11.0 // indirect
181186
go.uber.org/zap v1.27.0 // indirect
187+
go.yaml.in/yaml/v2 v2.4.3 // indirect
182188
golang.org/x/crypto v0.45.0 // indirect
183189
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect
184-
golang.org/x/mod v0.29.0 // indirect
190+
golang.org/x/mod v0.30.0 // indirect
185191
golang.org/x/net v0.47.0 // indirect
186-
golang.org/x/oauth2 v0.32.0 // indirect
192+
golang.org/x/oauth2 v0.33.0 // indirect
187193
golang.org/x/sync v0.18.0 // indirect
188194
golang.org/x/sys v0.38.0 // indirect
189195
golang.org/x/term v0.37.0 // indirect
190196
golang.org/x/text v0.31.0 // indirect
191197
golang.org/x/time v0.14.0 // indirect
192-
golang.org/x/tools v0.38.0 // indirect
198+
golang.org/x/tools v0.39.0 // indirect
193199
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
194200
google.golang.org/appengine v1.6.8 // indirect
195-
google.golang.org/genproto/googleapis/api v0.0.0-20250804133106-a7a43d27e69b // indirect
196-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251014184007-4626949a642f // indirect
197-
google.golang.org/grpc v1.76.0 // indirect
201+
google.golang.org/genproto/googleapis/api v0.0.0-20251022142026-3a174f9686a8 // indirect
202+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251103181224-f26f9409b101 // indirect
203+
google.golang.org/grpc v1.77.0 // indirect
198204
google.golang.org/protobuf v1.36.10 // indirect
199205
gopkg.in/DataDog/dd-trace-go.v1 v1.74.0 // indirect
200206
gopkg.in/ini.v1 v1.67.0 // indirect

0 commit comments

Comments
 (0)