Skip to content

Commit 58eb1cb

Browse files
chore: bump github.com/open-policy-agent/opa from 1.1.0 to 1.3.0
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) from 1.1.0 to 1.3.0. - [Release notes](https://github.com/open-policy-agent/opa/releases) - [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md) - [Commits](open-policy-agent/opa@v1.1.0...v1.3.0) --- updated-dependencies: - dependency-name: github.com/open-policy-agent/opa dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9bc727e commit 58eb1cb

File tree

2 files changed

+50
-54
lines changed

2 files changed

+50
-54
lines changed

go.mod

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module github.com/coder/coder/v2
22

33
go 1.24.1
4-
54
// Required until a v3 of chroma is created to lazily initialize all XML files.
65
// None of our dependencies seem to use the registries anyways, so this
76
// should be fine...
@@ -152,22 +151,22 @@ require (
152151
github.com/mocktools/go-smtp-mock/v2 v2.4.0
153152
github.com/muesli/termenv v0.16.0
154153
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
156155
github.com/ory/dockertest/v3 v3.11.0
157156
github.com/pion/udp v0.1.4
158157
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
159158
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
160159
github.com/pkg/sftp v1.13.7
161160
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
163162
github.com/prometheus/client_model v0.6.1
164163
github.com/prometheus/common v0.63.0
165164
github.com/quasilyte/go-ruleguard/dsl v0.3.21
166165
github.com/robfig/cron/v3 v3.0.1
167166
github.com/shirou/gopsutil/v4 v4.25.2
168167
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
169168
github.com/spf13/afero v1.14.0
170-
github.com/spf13/pflag v1.0.5
169+
github.com/spf13/pflag v1.0.6
171170
github.com/sqlc-dev/pqtype v0.3.0
172171
github.com/stretchr/testify v1.10.0
173172
github.com/swaggo/http-swagger/v2 v2.0.1
@@ -180,11 +179,11 @@ require (
180179
github.com/zclconf/go-cty-yaml v1.1.0
181180
go.mozilla.org/pkcs7 v0.9.0
182181
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
188187
go.uber.org/atomic v1.11.0
189188
go.uber.org/goleak v1.3.1-0.20240429205332-517bace7cc29
190189
go.uber.org/mock v0.5.0
@@ -238,10 +237,9 @@ require (
238237
github.com/KyleBanks/depth v1.2.1 // indirect
239238
github.com/Microsoft/go-winio v0.6.2 // indirect
240239
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
241-
github.com/OneOfOne/xxhash v1.2.8 // indirect
242240
github.com/ProtonMail/go-crypto v1.1.3 // indirect
243241
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
245243
github.com/akutz/memconn v0.1.0 // indirect
246244
github.com/alecthomas/chroma/v2 v2.15.0 // indirect
247245
github.com/alexbrainman/sspi v0.0.0-20210105120005-909beea2cc74 // indirect
@@ -325,7 +323,7 @@ require (
325323
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
326324
github.com/gorilla/css v1.0.1 // indirect
327325
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
329327
github.com/hashicorp/errwrap v1.1.0 // indirect
330328
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
331329
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
@@ -383,7 +381,7 @@ require (
383381
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
384382
github.com/oklog/run v1.1.0 // indirect
385383
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
387385
github.com/opencontainers/runc v1.1.14 // indirect
388386
github.com/outcaste-io/ristretto v0.2.3 // indirect
389387
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
@@ -448,8 +446,8 @@ require (
448446
go.opentelemetry.io/collector/pdata/pprofile v0.104.0 // indirect
449447
go.opentelemetry.io/collector/semconv v0.104.0 // indirect
450448
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
453451
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
454452
go.uber.org/multierr v1.11.0 // indirect
455453
go.uber.org/zap v1.27.0 // indirect
@@ -460,7 +458,7 @@ require (
460458
golang.zx2c4.com/wireguard/windows v0.5.3 // indirect
461459
google.golang.org/appengine v1.6.8 // indirect
462460
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
464462
google.golang.org/genproto/googleapis/rpc v0.0.0-20250313205543-e70fdf4c4cb4 // indirect
465463
gopkg.in/ini.v1 v1.67.0 // indirect
466464
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy