Skip to content

Commit 0a38067

Browse files
authored
Prepare for release 5.0.13-v14 (#176)
ProductLine: Stash Release: v2023.05.31 Release-tracker: stashed/CHANGELOG#66 Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent f40f32c commit 0a38067

File tree

213 files changed

+20788
-12003
lines changed

Some content is hidden

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

213 files changed

+20788
-12003
lines changed

go.mod

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ go 1.18
44

55
require (
66
github.com/mediocregopher/radix/v3 v3.8.1
7-
github.com/spf13/cobra v1.6.0
7+
github.com/spf13/cobra v1.7.0
88
github.com/yannh/redis-dump-go v0.0.0-00010101000000-000000000000
99
go.bytebuilders.dev/license-verifier/kubernetes v0.12.0
1010
gomodules.xyz/flags v0.1.3
1111
gomodules.xyz/go-sh v0.1.0
1212
gomodules.xyz/logs v0.0.6
13-
gomodules.xyz/x v0.0.14
13+
gomodules.xyz/x v0.0.15
1414
k8s.io/api v0.25.1
1515
k8s.io/apimachinery v0.25.3
1616
k8s.io/client-go v0.25.1
1717
k8s.io/klog/v2 v2.80.1
18-
kmodules.xyz/client-go v0.25.19
19-
kmodules.xyz/custom-resources v0.25.0
20-
kmodules.xyz/offshoot-api v0.25.0
18+
kmodules.xyz/client-go v0.25.23
19+
kmodules.xyz/custom-resources v0.25.2
20+
kmodules.xyz/offshoot-api v0.25.4
2121
kubedb.dev/apimachinery v0.28.4-0.20220918021210-a0b96812228b
22-
stash.appscode.dev/apimachinery v0.29.0
22+
stash.appscode.dev/apimachinery v0.30.0
2323
)
2424

2525
require (
@@ -30,7 +30,8 @@ require (
3030
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
3131
github.com/Azure/go-autorest/logger v0.2.1 // indirect
3232
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
33-
github.com/Masterminds/semver/v3 v3.1.1 // indirect
33+
github.com/Masterminds/semver/v3 v3.2.1 // indirect
34+
github.com/PuerkitoBio/purell v1.2.0 // indirect
3435
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2 // indirect
3536
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 // indirect
3637
github.com/davecgh/go-spew v1.1.1 // indirect
@@ -49,7 +50,7 @@ require (
4950
github.com/google/go-cmp v0.5.9 // indirect
5051
github.com/google/gofuzz v1.2.0 // indirect
5152
github.com/imdario/mergo v0.3.13 // indirect
52-
github.com/inconshreveable/mousetrap v1.0.1 // indirect
53+
github.com/inconshreveable/mousetrap v1.1.0 // indirect
5354
github.com/josharian/intern v1.0.0 // indirect
5455
github.com/json-iterator/go v1.1.12 // indirect
5556
github.com/mailru/easyjson v0.7.7 // indirect
@@ -63,17 +64,17 @@ require (
6364
github.com/yudai/gojsondiff v1.0.0 // indirect
6465
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
6566
go.bytebuilders.dev/license-proxyserver v0.0.3 // indirect
66-
go.bytebuilders.dev/license-verifier v0.12.1-0.20221113063237-6eb88040dd50 // indirect
67-
golang.org/x/crypto v0.6.0 // indirect
68-
golang.org/x/net v0.7.0 // indirect
67+
go.bytebuilders.dev/license-verifier v0.13.0 // indirect
68+
golang.org/x/crypto v0.9.0 // indirect
69+
golang.org/x/net v0.10.0 // indirect
6970
golang.org/x/oauth2 v0.5.0 // indirect
70-
golang.org/x/sys v0.5.0 // indirect
71-
golang.org/x/term v0.5.0 // indirect
72-
golang.org/x/text v0.7.0 // indirect
71+
golang.org/x/sys v0.8.0 // indirect
72+
golang.org/x/term v0.8.0 // indirect
73+
golang.org/x/text v0.9.0 // indirect
7374
golang.org/x/time v0.1.0 // indirect
7475
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
7576
gomodules.xyz/clock v0.0.0-20200817085942-06523dba733f // indirect
76-
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
77+
gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect
7778
gomodules.xyz/mergo v0.3.13 // indirect
7879
gomodules.xyz/pointer v0.1.0 // indirect
7980
gomodules.xyz/sets v0.2.1 // indirect
@@ -89,7 +90,7 @@ require (
8990
k8s.io/kube-openapi v0.0.0-20220803164354-a70c9af30aea // indirect
9091
k8s.io/utils v0.0.0-20220823124924-e9cbc92d1a73 // indirect
9192
kmodules.xyz/apiversion v0.2.0 // indirect
92-
kmodules.xyz/objectstore-api v0.25.1-0.20221104003322-f0289b5b6ca2 // indirect
93+
kmodules.xyz/objectstore-api v0.25.1 // indirect
9394
kmodules.xyz/prober v0.25.0 // indirect
9495
sigs.k8s.io/controller-runtime v0.13.1 // indirect
9596
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect

go.sum

Lines changed: 37 additions & 36 deletions
Large diffs are not rendered by default.

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.

vendor/github.com/Masterminds/semver/v3/constraints.go

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

0 commit comments

Comments
 (0)