Skip to content

Commit a3cc02b

Browse files
chore(deps): update everything
1 parent a69ecf7 commit a3cc02b

File tree

7 files changed

+103
-99
lines changed

7 files changed

+103
-99
lines changed

.github/workflows/changelog.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- id: release-please
20-
uses: GoogleCloudPlatform/release-please-action@v3
20+
uses: GoogleCloudPlatform/release-please-action@v4
2121
with:
2222
command: manifest
2323
package-name: opa-plugin

.github/workflows/commitlint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
- uses: actions/checkout@v4
1010
with:
1111
fetch-depth: 0
12-
- uses: wagoid/commitlint-github-action@v5
12+
- uses: wagoid/commitlint-github-action@v6

.github/workflows/go-lint.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: Set up Go
21-
uses: actions/setup-go@v4
21+
uses: actions/setup-go@v5
2222
with:
2323
go-version-file: go.mod
2424

2525
- name: Run GolangCI-Lint Scanner
26-
uses: golangci/golangci-lint-action@v3
26+
uses: golangci/golangci-lint-action@v6
2727
with:
2828
# Required: the version of golangci-lint is required and must be specified without patch version.
2929
version: v1.54.1

.github/workflows/go-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v4
2828

2929
- name: Set up Go
30-
uses: actions/setup-go@v4
30+
uses: actions/setup-go@v5
3131
with:
3232
go-version-file: go.mod
3333

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Authenticate to Google Cloud
3434
id: auth
35-
uses: google-github-actions/auth@v1
35+
uses: google-github-actions/auth@v2
3636
with:
3737
workload_identity_provider: projects/699926043561/locations/global/workloadIdentityPools/github-dev/providers/github-dev-provider
3838
service_account: [email protected]

go.mod

+31-31
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/indykite/opa-indykite-plugin
22

3-
go 1.22
3+
go 1.22.7
44

5-
toolchain go1.22.6
5+
toolchain go1.23.4
66

77
exclude github.com/ory/cli v0.0.49
88

@@ -11,27 +11,27 @@ require (
1111
github.com/json-iterator/go v1.1.12
1212
github.com/onsi/ginkgo/v2 v2.20.2
1313
github.com/onsi/gomega v1.34.2
14-
github.com/open-policy-agent/opa v0.68.0
14+
github.com/open-policy-agent/opa v1.0.0
1515
github.com/sirupsen/logrus v1.9.3
1616
go.uber.org/mock v0.4.0
1717
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1
18-
google.golang.org/grpc v1.66.0
19-
google.golang.org/protobuf v1.34.2
18+
google.golang.org/grpc v1.69.2
19+
google.golang.org/protobuf v1.35.2
2020
)
2121

2222
require (
2323
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.34.2-20240717164558-a6c49f84cc0f.2 // indirect
24-
cloud.google.com/go/compute/metadata v0.5.0 // indirect
24+
cloud.google.com/go/compute/metadata v0.5.2 // indirect
2525
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 // indirect
2626
github.com/OneOfOne/xxhash v1.2.8 // indirect
27-
github.com/agnivade/levenshtein v1.1.1 // indirect
27+
github.com/agnivade/levenshtein v1.2.0 // indirect
2828
github.com/beorn7/perks v1.0.1 // indirect
2929
github.com/bytecodealliance/wasmtime-go/v3 v3.0.2 // indirect
3030
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
3131
github.com/cespare/xxhash v1.1.0 // indirect
3232
github.com/cespare/xxhash/v2 v2.3.0 // indirect
33-
github.com/containerd/containerd v1.7.21 // indirect
34-
github.com/containerd/errdefs v0.1.0 // indirect
33+
github.com/containerd/containerd v1.7.24 // indirect
34+
github.com/containerd/errdefs v1.0.0 // indirect
3535
github.com/containerd/log v0.1.0 // indirect
3636
github.com/containerd/platforms v0.2.1 // indirect
3737
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
@@ -40,7 +40,7 @@ require (
4040
github.com/dustin/go-humanize v1.0.1 // indirect
4141
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
4242
github.com/felixge/httpsnoop v1.0.4 // indirect
43-
github.com/fsnotify/fsnotify v1.7.0 // indirect
43+
github.com/fsnotify/fsnotify v1.8.0 // indirect
4444
github.com/go-ini/ini v1.67.0 // indirect
4545
github.com/go-logr/logr v1.4.2 // indirect
4646
github.com/go-logr/stdr v1.2.2 // indirect
@@ -58,7 +58,7 @@ require (
5858
github.com/google/uuid v1.6.0 // indirect
5959
github.com/gorilla/mux v1.8.1 // indirect
6060
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 // indirect
61-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
61+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 // indirect
6262
github.com/hashicorp/hcl v1.0.0 // indirect
6363
github.com/inconshreveable/mousetrap v1.1.0 // indirect
6464
github.com/klauspost/compress v1.17.9 // indirect
@@ -81,7 +81,7 @@ require (
8181
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
8282
github.com/peterh/liner v1.2.2 // indirect
8383
github.com/pkg/errors v0.9.1 // indirect
84-
github.com/prometheus/client_golang v1.20.3 // indirect
84+
github.com/prometheus/client_golang v1.20.5 // indirect
8585
github.com/prometheus/client_model v0.6.1 // indirect
8686
github.com/prometheus/common v0.59.1 // indirect
8787
github.com/prometheus/procfs v0.15.1 // indirect
@@ -103,30 +103,30 @@ require (
103103
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
104104
github.com/yashtewari/glob-intersection v0.2.0 // indirect
105105
go.opencensus.io v0.24.0 // indirect
106+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
106107
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
107-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
108-
go.opentelemetry.io/otel v1.29.0 // indirect
109-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.29.0 // indirect
110-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.29.0 // indirect
111-
go.opentelemetry.io/otel/metric v1.29.0 // indirect
112-
go.opentelemetry.io/otel/sdk v1.29.0 // indirect
113-
go.opentelemetry.io/otel/trace v1.29.0 // indirect
114-
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
115-
go.uber.org/automaxprocs v1.5.3 // indirect
108+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
109+
go.opentelemetry.io/otel v1.33.0 // indirect
110+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.33.0 // indirect
111+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.33.0 // indirect
112+
go.opentelemetry.io/otel/metric v1.33.0 // indirect
113+
go.opentelemetry.io/otel/sdk v1.33.0 // indirect
114+
go.opentelemetry.io/otel/trace v1.33.0 // indirect
115+
go.opentelemetry.io/proto/otlp v1.4.0 // indirect
116+
go.uber.org/automaxprocs v1.6.0 // indirect
116117
go.uber.org/multierr v1.11.0 // indirect
117-
golang.org/x/crypto v0.27.0 // indirect
118+
golang.org/x/crypto v0.31.0 // indirect
118119
golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e // indirect
119-
golang.org/x/net v0.29.0 // indirect
120-
golang.org/x/oauth2 v0.23.0 // indirect
121-
golang.org/x/sync v0.8.0 // indirect
122-
golang.org/x/sys v0.25.0 // indirect
123-
golang.org/x/text v0.18.0 // indirect
124-
golang.org/x/time v0.6.0 // indirect
120+
golang.org/x/net v0.33.0 // indirect
121+
golang.org/x/oauth2 v0.24.0 // indirect
122+
golang.org/x/sync v0.10.0 // indirect
123+
golang.org/x/sys v0.28.0 // indirect
124+
golang.org/x/text v0.21.0 // indirect
125+
golang.org/x/time v0.8.0 // indirect
125126
golang.org/x/tools v0.24.0 // indirect
126-
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
127-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
127+
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
128+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
128129
gopkg.in/ini.v1 v1.67.0 // indirect
129-
gopkg.in/yaml.v2 v2.4.0 // indirect
130130
gopkg.in/yaml.v3 v3.0.1 // indirect
131131
oras.land/oras-go/v2 v2.5.0 // indirect
132132
sigs.k8s.io/yaml v1.4.0 // indirect

0 commit comments

Comments
 (0)