File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,10 @@ require (
15
15
k8s.io/apimachinery v0.21.1
16
16
k8s.io/client-go v0.21.1
17
17
k8s.io/klog/v2 v2.8.0
18
- kmodules.xyz/client-go v0.0.0-20211122091731-6c471b24a4ea // indirect
19
18
kmodules.xyz/custom-resources v0.0.0-20211122142737-3bf3dbd8ac52
20
- kmodules.xyz/objectstore-api v0.0.0-20211116180107-8720be0c9bf7 // indirect
21
19
kmodules.xyz/offshoot-api v0.0.0-20211103060642-3e217667cf41
22
20
kubedb.dev/apimachinery v0.23.0
23
- stash.appscode.dev/apimachinery v0.16 .0
21
+ stash.appscode.dev/apimachinery v0.17 .0
24
22
)
25
23
26
24
replace bitbucket.org/ww/goautoneg => gomodules.xyz/goautoneg v0.0.0-20120707110453-a547fc61f48d
Original file line number Diff line number Diff line change @@ -1203,5 +1203,6 @@ sigs.k8s.io/yaml v1.2.0/go.mod h1:yfXDCHCao9+ENCvLSE62v9VSji2MKu5jeNfTrofGhJc=
1203
1203
software.sslmate.com/src/go-pkcs12 v0.0.0-20180114231543-2291e8f0f237 /go.mod h1:/xvNRWUqm0+/ZMiF4EX00vrSCMsE4/NHb+Pt3freEeQ =
1204
1204
software.sslmate.com/src/go-pkcs12 v0.0.0-20200830195227-52f69702a001 /go.mod h1:/xvNRWUqm0+/ZMiF4EX00vrSCMsE4/NHb+Pt3freEeQ =
1205
1205
sourcegraph.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0 /go.mod h1:hI742Nqp5OhwiqlzhgfbWU4mW4yO10fP+LoT9WOswdU =
1206
- stash.appscode.dev/apimachinery v0.16.0 h1:6mvmPatv9nR5Wc+PCt3Cg9R7WRJRqhy2yLu2b/HmXhA =
1207
1206
stash.appscode.dev/apimachinery v0.16.0 /go.mod h1:unpV/YyHVECNrAdFjFg/SetmPeUjfvc2+P8cnGjih/U =
1207
+ stash.appscode.dev/apimachinery v0.17.0 h1:v0razjOko1K0npOwRzvtymdMByL/cWSNQBgaIq7KaoU =
1208
+ stash.appscode.dev/apimachinery v0.17.0 /go.mod h1:hmxBy6Ei6RjBLgXw4A1hE4eyEgsa43H2LCs1yDfI3GM =
Original file line number Diff line number Diff line change @@ -530,7 +530,6 @@ k8s.io/utils/integer
530
530
k8s.io/utils/pointer
531
531
k8s.io/utils/trace
532
532
# kmodules.xyz/client-go v0.0.0-20211122091731-6c471b24a4ea
533
- ## explicit
534
533
kmodules.xyz/client-go
535
534
kmodules.xyz/client-go/api/v1
536
535
kmodules.xyz/client-go/apiextensions
@@ -556,7 +555,6 @@ kmodules.xyz/custom-resources/client/clientset/versioned/typed/auditor/v1alpha1
556
555
kmodules.xyz/custom-resources/client/clientset/versioned/typed/metrics/v1alpha1
557
556
kmodules.xyz/custom-resources/crds
558
557
# kmodules.xyz/objectstore-api v0.0.0-20211116180107-8720be0c9bf7
559
- ## explicit
560
558
kmodules.xyz/objectstore-api/api/v1
561
559
# kmodules.xyz/offshoot-api v0.0.0-20211103060642-3e217667cf41
562
560
## explicit
@@ -576,7 +574,7 @@ sigs.k8s.io/structured-merge-diff/v4/typed
576
574
sigs.k8s.io/structured-merge-diff/v4/value
577
575
# sigs.k8s.io/yaml v1.2.0
578
576
sigs.k8s.io/yaml
579
- # stash.appscode.dev/apimachinery v0.16 .0
577
+ # stash.appscode.dev/apimachinery v0.17 .0
580
578
## explicit
581
579
stash.appscode.dev/apimachinery/apis
582
580
stash.appscode.dev/apimachinery/apis/repositories
You can’t perform that action at this time.
0 commit comments