Skip to content

Commit bb7525d

Browse files
authored
Update Kubernetes v1.18.9 dependencies (#321)
Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 6db45b5 commit bb7525d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ require (
1616
k8s.io/client-go v12.0.0+incompatible
1717
kmodules.xyz/client-go v0.0.0-20201021051118-03dac1aea508
1818
kmodules.xyz/custom-resources v0.0.0-20201008012351-6d8090f759d4
19+
kmodules.xyz/monitoring-agent-api v0.0.0-20201022103441-f51a42fb9ac8 // indirect
1920
kmodules.xyz/webhook-runtime v0.0.0-20200922211931-8337935590de
2021
kubedb.dev/apimachinery v0.14.0-beta.3.0.20201023043049-a57a7df5b78a
2122
kubedb.dev/elasticsearch v0.14.0-beta.3.0.20201019183940-c22b7f3193c0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1690,6 +1690,8 @@ kmodules.xyz/custom-resources v0.0.0-20201008012351-6d8090f759d4 h1:eftT0CrrAYK1
16901690
kmodules.xyz/custom-resources v0.0.0-20201008012351-6d8090f759d4/go.mod h1:+YU32jSWaGGE4etTr/iCF88tLAeDNq1lhptVymjUbjg=
16911691
kmodules.xyz/monitoring-agent-api v0.0.0-20201007104803-408a1ff2de8d h1:HFdWHhAkJZpoyMkp0kayKPf896IEkI7fWIpeJK4sY1o=
16921692
kmodules.xyz/monitoring-agent-api v0.0.0-20201007104803-408a1ff2de8d/go.mod h1:ySvogFmyMVUNEFdUYnHp9T4njsB7o661ClfwNLcBWVo=
1693+
kmodules.xyz/monitoring-agent-api v0.0.0-20201022103441-f51a42fb9ac8 h1:4WDb9Dt6/mLqLunbd+MseB7FtI8sO8334T8u1kCxZkI=
1694+
kmodules.xyz/monitoring-agent-api v0.0.0-20201022103441-f51a42fb9ac8/go.mod h1:cfJEY2nsOqFF1tLzVqPj6n4KHWfbpRNf/WinOOD/bT4=
16931695
kmodules.xyz/objectstore-api v0.0.0-20200922210707-59bab27e5d41 h1:BsCSSPoY0uRGylfPTUzzQ28h2axuXremPGPzwpmxvYI=
16941696
kmodules.xyz/objectstore-api v0.0.0-20200922210707-59bab27e5d41/go.mod h1:XAWxC/b1ICoufU6XDV0AOHNQY+y+4/B3Z5uyLnW1B6s=
16951697
kmodules.xyz/offshoot-api v0.0.0-20200922211229-36acc531abab h1:d/4AFAN0TfKgwhjbQYzwXXHT/5/vTP7SAAvS4uJX+wQ=

vendor/kmodules.xyz/monitoring-agent-api/api/v1/types.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ const (
4141
)
4242

4343
func (at AgentType) Vendor() string {
44-
if !strings.ContainsRune(string(at), '/') {
45-
return ""
46-
}
4744
return strings.SplitN(string(at), "/", 2)[0]
4845
}
4946

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1105,7 +1105,7 @@ kmodules.xyz/custom-resources/client/informers/externalversions/appcatalog/v1alp
11051105
kmodules.xyz/custom-resources/client/informers/externalversions/internalinterfaces
11061106
kmodules.xyz/custom-resources/client/listers/appcatalog/v1alpha1
11071107
kmodules.xyz/custom-resources/crds
1108-
# kmodules.xyz/monitoring-agent-api v0.0.0-20201007104803-408a1ff2de8d
1108+
# kmodules.xyz/monitoring-agent-api v0.0.0-20201022103441-f51a42fb9ac8
11091109
kmodules.xyz/monitoring-agent-api/agents
11101110
kmodules.xyz/monitoring-agent-api/agents/prometheus
11111111
kmodules.xyz/monitoring-agent-api/agents/prometheusbuiltin

0 commit comments

Comments
 (0)