File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
pkg/plugins/golang/declarative/v1
testdata/project-v3-addon Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -476,7 +476,6 @@ github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPx
476
476
github.com/sirupsen/logrus v1.3.0 /go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo =
477
477
github.com/sirupsen/logrus v1.4.2 /go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE =
478
478
github.com/sirupsen/logrus v1.6.0 /go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88 =
479
- github.com/sirupsen/logrus v1.7.0 h1:ShrD1U9pZB12TX0cVy0DtePoCH97K8EtX+mg7ZARUtM =
480
479
github.com/sirupsen/logrus v1.7.0 /go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0 =
481
480
github.com/sirupsen/logrus v1.8.1 h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE =
482
481
github.com/sirupsen/logrus v1.8.1 /go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0 =
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import (
32
32
const (
33
33
// kbDeclarativePattern is the sigs.k8s.io/kubebuilder-declarative-pattern version
34
34
kbDeclarativePatternForV2 = "v0.0.0-20200522144838-848d48e5b073"
35
- kbDeclarativePatternForV3 = "fea7e5cc701290589ec20ef4d9c0629d08b5307d "
35
+ kbDeclarativePatternForV3 = "d0f104b6a96e152043e9c2d76229373a981ac96a "
36
36
)
37
37
38
38
var _ plugin.CreateAPISubcommand = & createAPISubcommand {}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
9
9
k8s.io/apimachinery v0.23.5
10
10
k8s.io/client-go v0.23.5
11
11
sigs.k8s.io/controller-runtime v0.11.2
12
- sigs.k8s.io/kubebuilder-declarative-pattern v0.0.0-20220110041111-fea7e5cc7012
12
+ sigs.k8s.io/kubebuilder-declarative-pattern v0.11.20220513-0.20220425225139-d0f104b6a96e
13
13
)
14
14
15
15
require (
You can’t perform that action at this time.
0 commit comments