1
1
module github.com/coder/coder/v2
2
2
3
3
go 1.24.1
4
-
5
4
// Required until a v3 of chroma is created to lazily initialize all XML files.
6
5
// None of our dependencies seem to use the registries anyways, so this
7
6
// should be fine...
@@ -152,22 +151,22 @@ require (
152
151
github.com/mocktools/go-smtp-mock/v2 v2.4.0
153
152
github.com/muesli/termenv v0.16.0
154
153
github.com/natefinch/atomic v1.0.1
155
- github.com/open-policy-agent/opa v1.1 .0
154
+ github.com/open-policy-agent/opa v1.3 .0
156
155
github.com/ory/dockertest/v3 v3.11.0
157
156
github.com/pion/udp v0.1.4
158
157
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
159
158
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
160
159
github.com/pkg/sftp v1.13.7
161
160
github.com/prometheus-community/pro-bing v0.6.0
162
- github.com/prometheus/client_golang v1.21.0
161
+ github.com/prometheus/client_golang v1.21.1
163
162
github.com/prometheus/client_model v0.6.1
164
163
github.com/prometheus/common v0.63.0
165
164
github.com/quasilyte/go-ruleguard/dsl v0.3.21
166
165
github.com/robfig/cron/v3 v3.0.1
167
166
github.com/shirou/gopsutil/v4 v4.25.2
168
167
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
169
168
github.com/spf13/afero v1.14.0
170
- github.com/spf13/pflag v1.0.5
169
+ github.com/spf13/pflag v1.0.6
171
170
github.com/sqlc-dev/pqtype v0.3.0
172
171
github.com/stretchr/testify v1.10.0
173
172
github.com/swaggo/http-swagger/v2 v2.0.1
@@ -180,11 +179,11 @@ require (
180
179
github.com/zclconf/go-cty-yaml v1.1.0
181
180
go.mozilla.org/pkcs7 v0.9.0
182
181
go.nhat.io/otelsql v0.15.0
183
- go.opentelemetry.io/otel v1.34 .0
184
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34 .0
185
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34 .0
186
- go.opentelemetry.io/otel/sdk v1.34 .0
187
- go.opentelemetry.io/otel/trace v1.34 .0
182
+ go.opentelemetry.io/otel v1.35 .0
183
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35 .0
184
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.35 .0
185
+ go.opentelemetry.io/otel/sdk v1.35 .0
186
+ go.opentelemetry.io/otel/trace v1.35 .0
188
187
go.uber.org/atomic v1.11.0
189
188
go.uber.org/goleak v1.3.1-0.20240429205332-517bace7cc29
190
189
go.uber.org/mock v0.5.0
@@ -238,10 +237,9 @@ require (
238
237
github.com/KyleBanks/depth v1.2.1 // indirect
239
238
github.com/Microsoft/go-winio v0.6.2 // indirect
240
239
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
241
- github.com/OneOfOne/xxhash v1.2.8 // indirect
242
240
github.com/ProtonMail/go-crypto v1.1.3 // indirect
243
241
github.com/agext/levenshtein v1.2.3 // indirect
244
- github.com/agnivade/levenshtein v1.2.0 // indirect
242
+ github.com/agnivade/levenshtein v1.2.1 // indirect
245
243
github.com/akutz/memconn v0.1.0 // indirect
246
244
github.com/alecthomas/chroma/v2 v2.15.0 // indirect
247
245
github.com/alexbrainman/sspi v0.0.0-20210105120005-909beea2cc74 // indirect
@@ -325,7 +323,7 @@ require (
325
323
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
326
324
github.com/gorilla/css v1.0.1 // indirect
327
325
github.com/gorilla/mux v1.8.1 // indirect
328
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.25 .1 // indirect
326
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.26 .1 // indirect
329
327
github.com/hashicorp/errwrap v1.1.0 // indirect
330
328
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
331
329
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
@@ -383,7 +381,7 @@ require (
383
381
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
384
382
github.com/oklog/run v1.1.0 // indirect
385
383
github.com/opencontainers/go-digest v1.0.0 // indirect
386
- github.com/opencontainers/image-spec v1.1.0 // indirect
384
+ github.com/opencontainers/image-spec v1.1.1 // indirect
387
385
github.com/opencontainers/runc v1.1.14 // indirect
388
386
github.com/outcaste-io/ristretto v0.2.3 // indirect
389
387
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
@@ -448,8 +446,8 @@ require (
448
446
go.opentelemetry.io/collector/pdata/pprofile v0.104.0 // indirect
449
447
go.opentelemetry.io/collector/semconv v0.104.0 // indirect
450
448
go.opentelemetry.io/contrib v1.19.0 // indirect
451
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59 .0 // indirect
452
- go.opentelemetry.io/otel/metric v1.34 .0 // indirect
449
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60 .0 // indirect
450
+ go.opentelemetry.io/otel/metric v1.35 .0 // indirect
453
451
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
454
452
go.uber.org/multierr v1.11.0 // indirect
455
453
go.uber.org/zap v1.27.0 // indirect
@@ -460,7 +458,7 @@ require (
460
458
golang.zx2c4.com/wireguard/windows v0.5.3 // indirect
461
459
google.golang.org/appengine v1.6.8 // indirect
462
460
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
463
- google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f // indirect
461
+ google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a // indirect
464
462
google.golang.org/genproto/googleapis/rpc v0.0.0-20250313205543-e70fdf4c4cb4 // indirect
465
463
gopkg.in/ini.v1 v1.67.0 // indirect
466
464
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments