Skip to content

Commit a7421e8

Browse files
Update all dependencies
1 parent 02fd7e9 commit a7421e8

File tree

3 files changed

+102
-109
lines changed

3 files changed

+102
-109
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ jobs:
277277
install: true
278278

279279
- name: Login to ghcr.io
280-
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3
280+
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3
281281
with:
282282
registry: ghcr.io
283283
username: ${{ github.actor }}
@@ -355,7 +355,7 @@ jobs:
355355
uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5.0
356356

357357
- name: Login to ghcr.io
358-
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3
358+
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3
359359
with:
360360
registry: ghcr.io
361361
username: ${{ github.actor }}

go.mod

Lines changed: 33 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,37 @@
11
module github.com/a1994sc/provider-nexus
22

3-
go 1.21
3+
go 1.22.0
44

5-
toolchain go1.22.2
5+
toolchain go1.22.3
66

77
require (
88
dario.cat/mergo v1.0.0
99
github.com/alecthomas/kingpin/v2 v2.4.0
10-
github.com/crossplane/crossplane-runtime v1.16.0-rc.1.0.20240424114634-8641eb2ba384
11-
github.com/crossplane/crossplane-tools v0.0.0-20230925130601-628280f8bf79
12-
github.com/crossplane/upjet v1.3.0
13-
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0
10+
github.com/crossplane/crossplane-runtime v1.16.0
11+
github.com/crossplane/crossplane-tools v0.0.0-20240522174801-1ad3d4c87f21
12+
github.com/crossplane/upjet v1.4.0
13+
github.com/hashicorp/terraform-plugin-sdk/v2 v2.34.0
1414
github.com/pkg/errors v0.9.1
15-
k8s.io/apimachinery v0.29.4
16-
k8s.io/client-go v0.29.4
17-
sigs.k8s.io/controller-runtime v0.17.3
18-
sigs.k8s.io/controller-tools v0.14.0
15+
k8s.io/apimachinery v0.30.1
16+
k8s.io/client-go v0.30.1
17+
sigs.k8s.io/controller-runtime v0.18.3
18+
sigs.k8s.io/controller-tools v0.15.0
1919
)
2020

2121
require (
2222
github.com/agext/levenshtein v1.2.3 // indirect
23-
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
2423
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
2524
github.com/antchfx/htmlquery v1.2.4 // indirect
2625
github.com/antchfx/xpath v1.2.0 // indirect
2726
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
2827
github.com/beorn7/perks v1.0.1 // indirect
2928
github.com/blang/semver/v4 v4.0.0 // indirect
3029
github.com/cespare/xxhash/v2 v2.2.0 // indirect
31-
github.com/dave/jennifer v1.4.1 // indirect
30+
github.com/dave/jennifer v1.7.0 // indirect
3231
github.com/davecgh/go-spew v1.1.1 // indirect
3332
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
3433
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
35-
github.com/evanphx/json-patch/v5 v5.8.0 // indirect
34+
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
3635
github.com/fatih/camelcase v1.0.0 // indirect
3736
github.com/fatih/color v1.16.0 // indirect
3837
github.com/fsnotify/fsnotify v1.7.0 // indirect
@@ -49,17 +48,17 @@ require (
4948
github.com/google/gnostic-models v0.6.8 // indirect
5049
github.com/google/go-cmp v0.6.0 // indirect
5150
github.com/google/gofuzz v1.2.0 // indirect
52-
github.com/google/uuid v1.4.0 // indirect
51+
github.com/google/uuid v1.6.0 // indirect
5352
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
5453
github.com/hashicorp/go-hclog v1.5.0 // indirect
5554
github.com/hashicorp/go-plugin v1.6.0 // indirect
5655
github.com/hashicorp/go-uuid v1.0.3 // indirect
5756
github.com/hashicorp/go-version v1.6.0 // indirect
58-
github.com/hashicorp/hcl/v2 v2.19.1 // indirect
57+
github.com/hashicorp/hcl/v2 v2.20.1 // indirect
5958
github.com/hashicorp/logutils v1.0.0 // indirect
60-
github.com/hashicorp/terraform-json v0.21.0 // indirect
59+
github.com/hashicorp/terraform-json v0.22.1 // indirect
6160
github.com/hashicorp/terraform-plugin-framework v1.4.1 // indirect
62-
github.com/hashicorp/terraform-plugin-go v0.22.0 // indirect
61+
github.com/hashicorp/terraform-plugin-go v0.23.0 // indirect
6362
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
6463
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
6564
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
@@ -97,33 +96,33 @@ require (
9796
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
9897
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
9998
github.com/yuin/goldmark v1.4.13 // indirect
100-
github.com/zclconf/go-cty v1.14.2 // indirect
99+
github.com/zclconf/go-cty v1.14.4 // indirect
101100
github.com/zclconf/go-cty-yaml v1.0.3 // indirect
102101
go.uber.org/multierr v1.11.0 // indirect
103102
go.uber.org/zap v1.26.0 // indirect
104103
golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 // indirect
105-
golang.org/x/mod v0.15.0 // indirect
106-
golang.org/x/net v0.23.0 // indirect
107-
golang.org/x/oauth2 v0.15.0 // indirect
108-
golang.org/x/sys v0.18.0 // indirect
109-
golang.org/x/term v0.18.0 // indirect
110-
golang.org/x/text v0.14.0 // indirect
104+
golang.org/x/mod v0.17.0 // indirect
105+
golang.org/x/net v0.24.0 // indirect
106+
golang.org/x/oauth2 v0.17.0 // indirect
107+
golang.org/x/sync v0.7.0 // indirect
108+
golang.org/x/sys v0.20.0 // indirect
109+
golang.org/x/term v0.19.0 // indirect
110+
golang.org/x/text v0.15.0 // indirect
111111
golang.org/x/time v0.5.0 // indirect
112-
golang.org/x/tools v0.17.0 // indirect
112+
golang.org/x/tools v0.20.0 // indirect
113113
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
114114
google.golang.org/appengine v1.6.8 // indirect
115-
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
116-
google.golang.org/grpc v1.61.1 // indirect
117-
google.golang.org/protobuf v1.33.0 // indirect
118-
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
115+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
116+
google.golang.org/grpc v1.63.2 // indirect
117+
google.golang.org/protobuf v1.34.0 // indirect
119118
gopkg.in/inf.v0 v0.9.1 // indirect
120119
gopkg.in/yaml.v2 v2.4.0 // indirect
121120
gopkg.in/yaml.v3 v3.0.1 // indirect
122-
k8s.io/api v0.29.4 // indirect
123-
k8s.io/apiextensions-apiserver v0.29.2 // indirect
124-
k8s.io/component-base v0.29.2 // indirect
125-
k8s.io/klog/v2 v2.110.1 // indirect
126-
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
121+
k8s.io/api v0.30.1 // indirect
122+
k8s.io/apiextensions-apiserver v0.30.1 // indirect
123+
k8s.io/component-base v0.30.1 // indirect
124+
k8s.io/klog/v2 v2.120.1 // indirect
125+
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
127126
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
128127
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
129128
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect

0 commit comments

Comments
 (0)