Skip to content

Commit e36e542

Browse files
authored
Update deps (#30)
/cherry-pick Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 404390e commit e36e542

12 files changed

+184
-129
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@ require (
2121
kmodules.xyz/custom-resources v0.25.2
2222
kmodules.xyz/resource-metrics v0.25.2
2323
sigs.k8s.io/controller-runtime v0.13.1
24-
stash.appscode.dev/apimachinery v0.30.0
24+
stash.appscode.dev/apimachinery v0.30.1-0.20230814025143-fcb8a9106d3c
2525
)
2626

27-
require github.com/dustin/go-humanize v1.0.1-0.20220316001817-d5090ed65664 // indirect
28-
2927
require (
3028
cloud.google.com/go/compute v1.13.0 // indirect
3129
cloud.google.com/go/compute/metadata v0.2.2 // indirect

go.sum

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8
115115
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815/go.mod h1:WwZ+bS3ebgob9U8Nd0kOddGdZWjyMGR8Wziv+TBNwSE=
116116
github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=
117117
github.com/dustin/go-humanize v1.0.1-0.20220316001817-d5090ed65664 h1:sVcJ9NcFWMaLxylVWc5iOhkLUkh84wHfOFGzaahu9fc=
118-
github.com/dustin/go-humanize v1.0.1-0.20220316001817-d5090ed65664/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
119118
github.com/emicklei/go-restful/v3 v3.8.0 h1:eCZ8ulSerjdAiaNpF7GxXIE7ZCMo1moN1qX+S609eVw=
120119
github.com/emicklei/go-restful/v3 v3.8.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc=
121120
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
@@ -948,5 +947,5 @@ sigs.k8s.io/structured-merge-diff/v4 v4.2.3/go.mod h1:qjx8mGObPmV2aSZepjQjbmb2ih
948947
sigs.k8s.io/yaml v1.2.0/go.mod h1:yfXDCHCao9+ENCvLSE62v9VSji2MKu5jeNfTrofGhJc=
949948
sigs.k8s.io/yaml v1.3.0 h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo=
950949
sigs.k8s.io/yaml v1.3.0/go.mod h1:GeOyir5tyXNByN85N/dRIT9es5UQNerPYEKK56eTBm8=
951-
stash.appscode.dev/apimachinery v0.30.0 h1:imc3OuXaCI8B9ImB1e4QtDYhZCc2VyiXQHW5gheKG/s=
952-
stash.appscode.dev/apimachinery v0.30.0/go.mod h1:xEWpZn0wmhP0Acpq7cpebNbMXwIui8Crh4dpuE9FHSQ=
950+
stash.appscode.dev/apimachinery v0.30.1-0.20230814025143-fcb8a9106d3c h1:/3plffjueo5ffL+XhHAtluJ9TfP+K9elbY1tyIxNeKY=
951+
stash.appscode.dev/apimachinery v0.30.1-0.20230814025143-fcb8a9106d3c/go.mod h1:IDbssRbYLSnMwZAQOGX4Vam+hl43FofP8BuXMLXVaPQ=

vendor/modules.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ github.com/coreos/go-systemd/v22/journal
5151
# github.com/davecgh/go-spew v1.1.1
5252
## explicit
5353
github.com/davecgh/go-spew/spew
54-
# github.com/dustin/go-humanize v1.0.1-0.20220316001817-d5090ed65664
55-
## explicit; go 1.16
5654
# github.com/emicklei/go-restful/v3 v3.8.0
5755
## explicit; go 1.13
5856
github.com/emicklei/go-restful/v3
@@ -1340,7 +1338,7 @@ sigs.k8s.io/structured-merge-diff/v4/value
13401338
# sigs.k8s.io/yaml v1.3.0
13411339
## explicit; go 1.12
13421340
sigs.k8s.io/yaml
1343-
# stash.appscode.dev/apimachinery v0.30.0
1341+
# stash.appscode.dev/apimachinery v0.30.1-0.20230814025143-fcb8a9106d3c
13441342
## explicit; go 1.18
13451343
stash.appscode.dev/apimachinery/apis/stash
13461344
stash.appscode.dev/apimachinery/apis/stash/install

vendor/stash.appscode.dev/apimachinery/apis/stash/v1alpha1/openapi_generated.go

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

vendor/stash.appscode.dev/apimachinery/apis/stash/v1beta1/openapi_generated.go

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

vendor/stash.appscode.dev/apimachinery/apis/ui/v1alpha1/openapi_generated.go

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

vendor/stash.appscode.dev/apimachinery/crds/stash.appscode.com_backupbatches.yaml

Lines changed: 31 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6149,16 +6149,18 @@ spec:
61496149
description: Conditions shows current backup setup condition of the
61506150
BackupBatch.
61516151
items:
6152+
description: Condition defines an observation of a object operational
6153+
state.
61526154
properties:
61536155
lastTransitionTime:
61546156
description: Last time the condition transitioned from one status
6155-
to another. This should be when the underlying condition changed. If
6156-
that is not known, then using the time when the API field
6157+
to another. This should be when the underlying condition changed.
6158+
If that is not known, then using the time when the API field
61576159
changed is acceptable.
61586160
format: date-time
61596161
type: string
61606162
message:
6161-
description: A human readable message indicating details about
6163+
description: A human-readable message indicating details about
61626164
the transition. This field may be empty.
61636165
type: string
61646166
observedGeneration:
@@ -6171,24 +6173,26 @@ spec:
61716173
type: integer
61726174
reason:
61736175
description: The reason for the condition's last transition
6174-
in CamelCase. The specific API may choose whether or not this
6175-
field is considered a guaranteed API. This field may not be
6176-
empty.
6176+
in CamelCase. The specific API may choose whether this field
6177+
is considered a guaranteed API. This field may not be empty.
6178+
type: string
6179+
severity:
6180+
description: Severity provides an explicit classification of
6181+
Reason code, so the users or machines can immediately understand
6182+
the current situation and act accordingly. The Severity field
6183+
MUST be set only when Status=False.
61776184
type: string
61786185
status:
61796186
description: Status of the condition, one of True, False, Unknown.
61806187
type: string
61816188
type:
61826189
description: Type of condition in CamelCase or in foo.example.com/CamelCase.
61836190
Many .condition.type values are consistent across resources
6184-
like Available, but because arbitrary conditions can be useful
6185-
(see .node.status.conditions), the ability to deconflict is
6186-
important.
6191+
like Available, but because arbitrary util can be useful (see
6192+
.node.status.util), the ability to deconflict is important.
61876193
type: string
61886194
required:
61896195
- lastTransitionTime
6190-
- message
6191-
- reason
61926196
- status
61936197
- type
61946198
type: object
@@ -6202,16 +6206,18 @@ spec:
62026206
description: Conditions shows current backup setup condition
62036207
of this member.
62046208
items:
6209+
description: Condition defines an observation of a object
6210+
operational state.
62056211
properties:
62066212
lastTransitionTime:
62076213
description: Last time the condition transitioned from
62086214
one status to another. This should be when the underlying
6209-
condition changed. If that is not known, then using
6215+
condition changed. If that is not known, then using
62106216
the time when the API field changed is acceptable.
62116217
format: date-time
62126218
type: string
62136219
message:
6214-
description: A human readable message indicating details
6220+
description: A human-readable message indicating details
62156221
about the transition. This field may be empty.
62166222
type: string
62176223
observedGeneration:
@@ -6224,9 +6230,15 @@ spec:
62246230
type: integer
62256231
reason:
62266232
description: The reason for the condition's last transition
6227-
in CamelCase. The specific API may choose whether or
6228-
not this field is considered a guaranteed API. This
6229-
field may not be empty.
6233+
in CamelCase. The specific API may choose whether this
6234+
field is considered a guaranteed API. This field may
6235+
not be empty.
6236+
type: string
6237+
severity:
6238+
description: Severity provides an explicit classification
6239+
of Reason code, so the users or machines can immediately
6240+
understand the current situation and act accordingly.
6241+
The Severity field MUST be set only when Status=False.
62306242
type: string
62316243
status:
62326244
description: Status of the condition, one of True, False,
@@ -6235,14 +6247,12 @@ spec:
62356247
type:
62366248
description: Type of condition in CamelCase or in foo.example.com/CamelCase.
62376249
Many .condition.type values are consistent across resources
6238-
like Available, but because arbitrary conditions can
6239-
be useful (see .node.status.conditions), the ability
6240-
to deconflict is important.
6250+
like Available, but because arbitrary util can be useful
6251+
(see .node.status.util), the ability to deconflict is
6252+
important.
62416253
type: string
62426254
required:
62436255
- lastTransitionTime
6244-
- message
6245-
- reason
62466256
- status
62476257
- type
62486258
type: object

0 commit comments

Comments
 (0)