Skip to content

Commit 330a367

Browse files
chore(deps): bump cdr.dev/slog/v3 from 3.0.0 to 3.1.0 (#360)
Bumps [cdr.dev/slog/v3](https://github.com/coder/slog) from 3.0.0 to 3.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/coder/slog/releases">cdr.dev/slog/v3's releases</a>.</em></p> <blockquote> <h2>v3.1.0</h2> <h2>Breaking Changes ⚠️</h2> <p>This release requires Go 1.25 or newer.</p> <h2>What's Changed</h2> <ul> <li>chore: update dependencies for security fixes by <a href="https://github.com/EhabY"><code>@​EhabY</code></a> in <a href="https://redirect.github.com/coder/slog/pull/229">coder/slog#229</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/coder/slog/compare/v3.0.1...v3.1.0">https://github.com/coder/slog/compare/v3.0.1...v3.1.0</a></p> <h2>v3.0.1</h2> <h2>What's Changed</h2> <ul> <li>fix(internal/syncwriter): stop corrupting test output on sink write errors by <a href="https://github.com/EhabY"><code>@​EhabY</code></a> in <a href="https://redirect.github.com/coder/slog/pull/226">coder/slog#226</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/EhabY"><code>@​EhabY</code></a> made their first contribution in <a href="https://redirect.github.com/coder/slog/pull/226">coder/slog#226</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/coder/slog/compare/v3.0.0...v3.0.1">https://github.com/coder/slog/compare/v3.0.0...v3.0.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/coder/slog/commit/244048fb9b185be55e27618fd33eb5e1ef1181a8"><code>244048f</code></a> chore: update dependencies for security fixes (<a href="https://redirect.github.com/coder/slog/issues/229">#229</a>)</li> <li><a href="https://github.com/coder/slog/commit/08c064db19d895a4270ae1d583681cc9f16f3491"><code>08c064d</code></a> fix(internal/syncwriter): write diagnostics in a single os.Stderr write (<a href="https://redirect.github.com/coder/slog/issues/226">#226</a>)</li> <li>See full diff in <a href="https://github.com/coder/slog/compare/v3.0.0...v3.1.0">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e6c551c commit 330a367

2 files changed

Lines changed: 31 additions & 67 deletions

File tree

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/coder/terraform-provider-coderd
33
go 1.26.4
44

55
require (
6-
cdr.dev/slog/v3 v3.0.0
6+
cdr.dev/slog/v3 v3.1.0
77
github.com/coder/coder/v2 v2.34.1
88
github.com/coder/retry v1.5.1
99
github.com/coder/serpent v0.15.0
@@ -180,12 +180,12 @@ require (
180180
go.opentelemetry.io/collector/pdata/pprofile v0.121.0 // indirect
181181
go.opentelemetry.io/collector/semconv v0.123.0 // indirect
182182
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0 // indirect
183-
go.opentelemetry.io/otel v1.43.0 // indirect
183+
go.opentelemetry.io/otel v1.44.0 // indirect
184184
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0 // indirect
185185
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.40.0 // indirect
186-
go.opentelemetry.io/otel/metric v1.43.0 // indirect
187-
go.opentelemetry.io/otel/sdk v1.43.0 // indirect
188-
go.opentelemetry.io/otel/trace v1.43.0 // indirect
186+
go.opentelemetry.io/otel/metric v1.44.0 // indirect
187+
go.opentelemetry.io/otel/sdk v1.44.0 // indirect
188+
go.opentelemetry.io/otel/trace v1.44.0 // indirect
189189
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
190190
go.uber.org/atomic v1.11.0 // indirect
191191
go.uber.org/multierr v1.11.0 // indirect
@@ -205,8 +205,8 @@ require (
205205
golang.org/x/tools v0.45.0 // indirect
206206
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
207207
google.golang.org/appengine v1.6.8 // indirect
208-
google.golang.org/genproto/googleapis/api v0.0.0-20260319201613-d00831a3d3e7 // indirect
209-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260511170946-3700d4141b60 // indirect
208+
google.golang.org/genproto/googleapis/api v0.0.0-20260523011958-0a33c5d7ca68 // indirect
209+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260523011958-0a33c5d7ca68 // indirect
210210
google.golang.org/grpc v1.81.1 // indirect
211211
google.golang.org/protobuf v1.36.11 // indirect
212212
gopkg.in/DataDog/dd-trace-go.v1 v1.74.0 // indirect

0 commit comments

Comments
 (0)