Skip to content

Commit 3aa466c

Browse files
committed
Update deps
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 929d1f5 commit 3aa466c

File tree

224 files changed

+11136
-6166
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

224 files changed

+11136
-6166
lines changed

go.mod

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ require (
99
github.com/onsi/ginkgo/v2 v2.1.6
1010
github.com/onsi/gomega v1.20.1
1111
github.com/pkg/errors v0.9.1
12-
github.com/spf13/cobra v1.6.0
12+
github.com/spf13/cobra v1.7.0
1313
github.com/spf13/pflag v1.0.5
1414
go.bytebuilders.dev/audit v0.0.26
1515
go.bytebuilders.dev/license-proxyserver v0.0.3
1616
go.bytebuilders.dev/license-verifier v0.12.1
1717
go.bytebuilders.dev/license-verifier/kubernetes v0.12.1
18-
golang.org/x/text v0.7.0
18+
golang.org/x/text v0.9.0
1919
gomodules.xyz/blobfs v0.1.10
2020
gomodules.xyz/cert v1.5.0
2121
gomodules.xyz/encoding v0.0.7
@@ -26,7 +26,7 @@ require (
2626
gomodules.xyz/pointer v0.1.0
2727
gomodules.xyz/runtime v0.3.0
2828
gomodules.xyz/stow v0.2.4
29-
gomodules.xyz/x v0.0.14
29+
gomodules.xyz/x v0.0.15
3030
k8s.io/api v0.25.1
3131
k8s.io/apiextensions-apiserver v0.25.1
3232
k8s.io/apimachinery v0.25.3
@@ -35,17 +35,17 @@ require (
3535
k8s.io/klog/v2 v2.80.1
3636
k8s.io/kube-aggregator v0.25.1
3737
k8s.io/kubernetes v0.0.0-00010101000000-000000000000
38-
kmodules.xyz/client-go v0.25.19
38+
kmodules.xyz/client-go v0.25.23
3939
kmodules.xyz/constants v0.0.0-20220317041001-545c1e31a70a
4040
kmodules.xyz/csi-utils v0.25.4
4141
kmodules.xyz/custom-resources v0.25.1
4242
kmodules.xyz/objectstore-api v0.25.1-0.20221104003322-f0289b5b6ca2
43-
kmodules.xyz/offshoot-api v0.25.0
43+
kmodules.xyz/offshoot-api v0.25.3
4444
kmodules.xyz/openshift v0.25.0
4545
kmodules.xyz/prober v0.25.0
4646
kmodules.xyz/webhook-runtime v0.25.0
4747
sigs.k8s.io/controller-runtime v0.13.1
48-
stash.appscode.dev/apimachinery v0.29.0
48+
stash.appscode.dev/apimachinery v0.29.1-0.20230529131221-1e979c48da10
4949
)
5050

5151
require (
@@ -60,7 +60,7 @@ require (
6060
github.com/Azure/go-autorest/logger v0.2.1 // indirect
6161
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
6262
github.com/Masterminds/goutils v1.1.1 // indirect
63-
github.com/Masterminds/semver/v3 v3.1.1 // indirect
63+
github.com/Masterminds/semver/v3 v3.2.1 // indirect
6464
github.com/Masterminds/sprig/v3 v3.2.2 // indirect
6565
github.com/NYTimes/gziphandler v1.1.1 // indirect
6666
github.com/PuerkitoBio/purell v1.1.1 // indirect
@@ -83,7 +83,7 @@ require (
8383
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
8484
github.com/fatih/structs v1.1.0 // indirect
8585
github.com/felixge/httpsnoop v1.0.1 // indirect
86-
github.com/fsnotify/fsnotify v1.5.4 // indirect
86+
github.com/fsnotify/fsnotify v1.6.0 // indirect
8787
github.com/gabriel-vasile/mimetype v1.4.1 // indirect
8888
github.com/go-errors/errors v1.0.1 // indirect
8989
github.com/go-logr/logr v1.2.3 // indirect
@@ -107,7 +107,7 @@ require (
107107
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
108108
github.com/huandu/xstrings v1.3.2 // indirect
109109
github.com/imdario/mergo v0.3.13 // indirect
110-
github.com/inconshreveable/mousetrap v1.0.1 // indirect
110+
github.com/inconshreveable/mousetrap v1.1.0 // indirect
111111
github.com/jmespath/go-jmespath v0.4.0 // indirect
112112
github.com/josharian/intern v1.0.0 // indirect
113113
github.com/json-iterator/go v1.1.12 // indirect
@@ -161,19 +161,19 @@ require (
161161
go.uber.org/multierr v1.6.0 // indirect
162162
go.uber.org/zap v1.21.0 // indirect
163163
gocloud.dev v0.22.0 // indirect
164-
golang.org/x/crypto v0.6.0 // indirect
165-
golang.org/x/net v0.7.0 // indirect
164+
golang.org/x/crypto v0.9.0 // indirect
165+
golang.org/x/net v0.10.0 // indirect
166166
golang.org/x/oauth2 v0.5.0 // indirect
167167
golang.org/x/sync v0.1.0 // indirect
168-
golang.org/x/sys v0.5.0 // indirect
169-
golang.org/x/term v0.5.0 // indirect
168+
golang.org/x/sys v0.8.0 // indirect
169+
golang.org/x/term v0.8.0 // indirect
170170
golang.org/x/time v0.1.0 // indirect
171171
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
172172
gomodules.xyz/clock v0.0.0-20200817085942-06523dba733f // indirect
173-
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
173+
gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect
174174
gomodules.xyz/jsonpath v0.0.2 // indirect
175175
gomodules.xyz/mergo v0.3.13 // indirect
176-
gomodules.xyz/password-generator v0.2.7 // indirect
176+
gomodules.xyz/password-generator v0.2.9 // indirect
177177
gomodules.xyz/sets v0.2.1 // indirect
178178
gomodules.xyz/sync v0.1.0 // indirect
179179
gomodules.xyz/wait v0.2.0 // indirect

go.sum

Lines changed: 33 additions & 34 deletions
Large diffs are not rendered by default.

pkg/executor/backup_job.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ func (e *BackupJob) resolveTask(jobMeta metav1.ObjectMeta, owner *metav1.OwnerRe
113113
return util.UpsertInterimVolume(
114114
e.KubeClient,
115115
podSpec,
116-
targetInfo.InterimVolumeTemplate.ToCorePVC(),
116+
targetInfo.InterimVolumeTemplate.ToAPIObject(),
117117
jobMeta.Namespace,
118118
owner,
119119
)

pkg/executor/restore_job.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ func (e *RestoreJob) resolveTask() (core.PodSpec, error) {
193193
return util.UpsertInterimVolume(
194194
e.KubeClient,
195195
podSpec,
196-
targetInfo.InterimVolumeTemplate.ToCorePVC(),
196+
targetInfo.InterimVolumeTemplate.ToAPIObject(),
197197
e.Invoker.GetObjectMeta().Namespace,
198198
e.Invoker.GetOwnerRef(),
199199
)

pkg/resolver/pvc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func (opt VolumeTemplateOptions) Resolve() ([]core.PersistentVolumeClaim, error)
3535
for i := range opt.VolumeTemplates {
3636
inputs := make(map[string]string)
3737
inputs[apis.KeyPodOrdinal] = strconv.Itoa(opt.Ordinal)
38-
claim := opt.VolumeTemplates[i].DeepCopy().ToCorePVC()
38+
claim := opt.VolumeTemplates[i].DeepCopy().ToAPIObject()
3939
err := resolveWithInputs(claim, inputs)
4040
if err != nil {
4141
return nil, err

vendor/github.com/Masterminds/semver/v3/.golangci.yml

Lines changed: 12 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Masterminds/semver/v3/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Masterminds/semver/v3/Makefile

Lines changed: 5 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Masterminds/semver/v3/README.md

Lines changed: 18 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Masterminds/semver/v3/SECURITY.md

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)