Skip to content

Commit 23e85e1

Browse files
authored
Update Kubernetes v1.18.9 dependencies (#53)
Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent b2cb424 commit 23e85e1

File tree

27 files changed

+290
-704
lines changed

27 files changed

+290
-704
lines changed

go.mod

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ require (
1515
k8s.io/kubectl v0.18.9
1616
kmodules.xyz/client-go v0.0.0-20201105071625-0b277310b9b8
1717
kmodules.xyz/custom-resources v0.0.0-20201105075444-3c6af51b4f79
18-
kmodules.xyz/monitoring-agent-api v0.0.0-20201105074044-be7a1044891a // indirect
19-
kmodules.xyz/offshoot-api v0.0.0-20201105074700-8675f5f686f2 // indirect
2018
kubevault.dev/operator v0.4.0-beta.0.0.20201010072813-60cfdc6820a6
2119
)
2220

@@ -50,6 +48,26 @@ replace github.com/Azure/go-autorest/logger => github.com/Azure/go-autorest/logg
5048

5149
replace github.com/Azure/go-autorest/tracing => github.com/Azure/go-autorest/tracing v0.5.0
5250

51+
replace github.com/go-openapi/analysis => github.com/go-openapi/analysis v0.19.5
52+
53+
replace github.com/go-openapi/errors => github.com/go-openapi/errors v0.19.2
54+
55+
replace github.com/go-openapi/jsonpointer => github.com/go-openapi/jsonpointer v0.19.3
56+
57+
replace github.com/go-openapi/jsonreference => github.com/go-openapi/jsonreference v0.19.3
58+
59+
replace github.com/go-openapi/loads => github.com/go-openapi/loads v0.19.4
60+
61+
replace github.com/go-openapi/runtime => github.com/go-openapi/runtime v0.19.4
62+
63+
replace github.com/go-openapi/spec => github.com/go-openapi/spec v0.19.3
64+
65+
replace github.com/go-openapi/strfmt => github.com/go-openapi/strfmt v0.19.3
66+
67+
replace github.com/go-openapi/swag => github.com/go-openapi/swag v0.19.5
68+
69+
replace github.com/go-openapi/validate => github.com/go-openapi/validate v0.19.5
70+
5371
replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.1
5472

5573
replace github.com/golang/protobuf => github.com/golang/protobuf v1.3.2

go.sum

Lines changed: 0 additions & 84 deletions
Large diffs are not rendered by default.

vendor/github.com/go-openapi/spec/.golangci.yml

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

vendor/github.com/go-openapi/spec/.travis.yml

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

vendor/github.com/go-openapi/spec/bindata.go

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

vendor/github.com/go-openapi/spec/contact_info.go

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

vendor/github.com/go-openapi/spec/expander.go

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

vendor/github.com/go-openapi/spec/go.mod

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-openapi/spec/go.sum

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

vendor/github.com/go-openapi/spec/license.go

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

0 commit comments

Comments
 (0)