File tree Expand file tree Collapse file tree 6 files changed +16
-6
lines changed
Expand file tree Collapse file tree 6 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 6060 description : APISpec defines the desired state of the resource's API
6161 spec fields.
6262 properties :
63+ can_own_applications :
64+ default : false
65+ description : Whether the team is allowed to own applications
66+ type : boolean
6367 description :
6468 maxLength : 250
6569 type : string
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
1313)
1414
1515require (
16- github.com/Kong/sdk-konnect-go v0.27.1 // indirect
16+ github.com/Kong/sdk-konnect-go v0.28.0 // indirect
1717 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
1818 github.com/fxamacker/cbor/v2 v2.9.0 // indirect
1919 github.com/go-logr/logr v1.4.3 // indirect
Original file line number Diff line number Diff line change 1- github.com/Kong/sdk-konnect-go v0.27.1 h1:rb2fzqUk4gDbl/tWi98F/W8I8ki5Lszo7uHJB1zbmt4 =
2- github.com/Kong/sdk-konnect-go v0.27.1 /go.mod h1:QKGFvWuXu3qPLAlIr0meGWmqw4XBy5v+HLSQjxbbNHw =
1+ github.com/Kong/sdk-konnect-go v0.28.0 h1:BJsxXuo5eydUtNGjPtlaJ8Svuru7X9QDjb7kxjSEHmw =
2+ github.com/Kong/sdk-konnect-go v0.28.0 /go.mod h1:QKGFvWuXu3qPLAlIr0meGWmqw4XBy5v+HLSQjxbbNHw =
33github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0 =
44github.com/Masterminds/semver/v3 v3.4.0 /go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM =
55github.com/caarlos0/env/v11 v11.3.1 h1:cArPWC15hWmEt+gWk7YBi7lEXTXCvpaSdCiZE2X5mCA =
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.26.1
55require (
66 cloud.google.com/go/container v1.46.0
77 dario.cat/mergo v1.0.2
8- github.com/Kong/sdk-konnect-go v0.27.1
8+ github.com/Kong/sdk-konnect-go v0.28.0
99 github.com/Masterminds/sprig/v3 v3.3.0
1010 github.com/avast/retry-go/v4 v4.7.0
1111 github.com/blang/semver/v4 v4.0.0
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ github.com/Kong/go-diff v1.2.2 h1:KKKaqHc8IxuguFVIZMNt3bi6YuC/t9r7BGD8bOOpSgM=
2525github.com/Kong/go-diff v1.2.2 /go.mod h1:nlvdwVZQk3Rm+tbI0cDmKFrOjghtcZTrZBp+UruvvA8 =
2626github.com/Kong/gojsondiff v1.3.2 h1:qIOVq2mUXt+NXy8Be5gRUee9TP3Ve0MbQSafg9bXKZE =
2727github.com/Kong/gojsondiff v1.3.2 /go.mod h1:DiIxtU59q4alK7ecP+7k56C5UjgOviJ5gQVR2esEhYw =
28- github.com/Kong/sdk-konnect-go v0.27.1 h1:rb2fzqUk4gDbl/tWi98F/W8I8ki5Lszo7uHJB1zbmt4 =
29- github.com/Kong/sdk-konnect-go v0.27.1 /go.mod h1:QKGFvWuXu3qPLAlIr0meGWmqw4XBy5v+HLSQjxbbNHw =
28+ github.com/Kong/sdk-konnect-go v0.28.0 h1:BJsxXuo5eydUtNGjPtlaJ8Svuru7X9QDjb7kxjSEHmw =
29+ github.com/Kong/sdk-konnect-go v0.28.0 /go.mod h1:QKGFvWuXu3qPLAlIr0meGWmqw4XBy5v+HLSQjxbbNHw =
3030github.com/MakeNowJust/heredoc v1.0.0 h1:cXCdzVdstXyiTqTvfqk9SDHpKNjxuom+DOlyEeQ4pzQ =
3131github.com/MakeNowJust/heredoc v1.0.0 /go.mod h1:mG5amYoWBHf8vpLOuehzbGGw0EHxpZZ6lCpQ4fNJ8LE =
3232github.com/Masterminds/goutils v1.1.1 h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI =
You can’t perform that action at this time.
0 commit comments