Skip to content

Commit a5360a1

Browse files
fix(deps): update all minor and patch
1 parent c3f6f9a commit a5360a1

3 files changed

Lines changed: 89 additions & 89 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
platforms: all
201201

202202
- name: Setup Docker Buildx
203-
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
203+
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0
204204
with:
205205
version: ${{ env.DOCKER_BUILDX_VERSION }}
206206
install: true
@@ -272,7 +272,7 @@ jobs:
272272
platforms: all
273273

274274
- name: Setup Docker Buildx
275-
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
275+
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0
276276
with:
277277
version: ${{ env.DOCKER_BUILDX_VERSION }}
278278
install: true

go.mod

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ module github.com/crossplane-contrib/provider-gitlab
33
go 1.26.0
44

55
require (
6-
github.com/crossplane/crossplane-runtime/v2 v2.3.3
6+
github.com/crossplane/crossplane-runtime/v2 v2.4.0
77
github.com/crossplane/crossplane/apis/v2 v2.3.4
88
github.com/google/go-cmp v0.7.0
99
github.com/hashicorp/go-cleanhttp v0.5.2
1010
github.com/pkg/errors v0.9.1
11-
gitlab.com/gitlab-org/api/client-go/v2 v2.58.0
11+
gitlab.com/gitlab-org/api/client-go/v2 v2.58.1
1212
go.uber.org/zap v1.28.0
1313
golang.org/x/oauth2 v0.36.0
1414
k8s.io/api v0.36.3
@@ -19,20 +19,20 @@ require (
1919
)
2020

2121
require (
22-
github.com/go-openapi/swag/cmdutils v0.25.5 // indirect
23-
github.com/go-openapi/swag/conv v0.25.5 // indirect
24-
github.com/go-openapi/swag/fileutils v0.25.5 // indirect
25-
github.com/go-openapi/swag/jsonname v0.25.5 // indirect
26-
github.com/go-openapi/swag/jsonutils v0.25.5 // indirect
27-
github.com/go-openapi/swag/loading v0.25.5 // indirect
28-
github.com/go-openapi/swag/mangling v0.25.5 // indirect
29-
github.com/go-openapi/swag/netutils v0.25.5 // indirect
30-
github.com/go-openapi/swag/stringutils v0.25.5 // indirect
31-
github.com/go-openapi/swag/typeutils v0.25.5 // indirect
32-
github.com/go-openapi/swag/yamlutils v0.25.5 // indirect
22+
github.com/go-openapi/swag/cmdutils v0.26.0 // indirect
23+
github.com/go-openapi/swag/conv v0.26.0 // indirect
24+
github.com/go-openapi/swag/fileutils v0.26.0 // indirect
25+
github.com/go-openapi/swag/jsonname v0.26.0 // indirect
26+
github.com/go-openapi/swag/jsonutils v0.26.0 // indirect
27+
github.com/go-openapi/swag/loading v0.26.0 // indirect
28+
github.com/go-openapi/swag/mangling v0.26.0 // indirect
29+
github.com/go-openapi/swag/netutils v0.26.0 // indirect
30+
github.com/go-openapi/swag/stringutils v0.26.0 // indirect
31+
github.com/go-openapi/swag/typeutils v0.26.0 // indirect
32+
github.com/go-openapi/swag/yamlutils v0.26.0 // indirect
3333
github.com/google/pprof v0.0.0-20251213031049-b05bdaca462f // indirect
3434
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
35-
go.yaml.in/yaml/v2 v2.4.3 // indirect
35+
go.yaml.in/yaml/v2 v2.4.4 // indirect
3636
go.yaml.in/yaml/v3 v3.0.5 // indirect
3737
sigs.k8s.io/structured-merge-diff/v6 v6.3.3 // indirect
3838
)
@@ -52,9 +52,9 @@ require (
5252
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
5353
github.com/go-logr/logr v1.4.4
5454
github.com/go-logr/zapr v1.3.0 // indirect
55-
github.com/go-openapi/jsonpointer v0.22.5 // indirect
56-
github.com/go-openapi/jsonreference v0.21.5 // indirect
57-
github.com/go-openapi/swag v0.25.5 // indirect
55+
github.com/go-openapi/jsonpointer v0.23.1 // indirect
56+
github.com/go-openapi/jsonreference v0.21.6 // indirect
57+
github.com/go-openapi/swag v0.26.0 // indirect
5858
github.com/gobuffalo/flect v1.0.3 // indirect
5959
github.com/google/gnostic-models v0.7.1 // indirect
6060
github.com/google/go-querystring v1.2.0 // indirect
@@ -70,7 +70,7 @@ require (
7070
github.com/prometheus/client_golang v1.23.2 // indirect
7171
github.com/prometheus/client_model v0.6.2 // indirect
7272
github.com/prometheus/common v0.67.5 // indirect
73-
github.com/prometheus/procfs v0.19.2 // indirect
73+
github.com/prometheus/procfs v0.20.1 // indirect
7474
github.com/spf13/afero v1.15.0 // indirect
7575
github.com/spf13/cobra v1.10.2 // indirect
7676
github.com/spf13/pflag v1.0.10 // indirect
@@ -79,18 +79,18 @@ require (
7979
go.opentelemetry.io/otel v1.44.0 // indirect
8080
go.opentelemetry.io/otel/trace v1.44.0 // indirect
8181
go.uber.org/multierr v1.11.0 // indirect
82-
golang.org/x/mod v0.37.0 // indirect
83-
golang.org/x/net v0.57.0 // indirect
82+
golang.org/x/mod v0.40.0 // indirect
83+
golang.org/x/net v0.58.0 // indirect
8484
golang.org/x/sync v0.22.0
8585
golang.org/x/sys v0.47.0 // indirect
8686
golang.org/x/term v0.45.0 // indirect
87-
golang.org/x/text v0.40.0 // indirect
87+
golang.org/x/text v0.41.0 // indirect
8888
golang.org/x/time v0.15.0 // indirect
89-
golang.org/x/tools v0.47.0 // indirect
89+
golang.org/x/tools v0.49.0 // indirect
9090
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
9191
google.golang.org/genproto/googleapis/rpc v0.0.0-20260729162451-8efbd57d26e0 // indirect
9292
google.golang.org/grpc v1.83.0 // indirect
93-
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af // indirect
93+
google.golang.org/protobuf v1.36.12 // indirect
9494
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
9595
gopkg.in/inf.v0 v0.9.1 // indirect
9696
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)