fix: Pin go-openapi/spec version to fix conflict (#1209)

This commit is contained in:
David Simansky 2021-02-02 01:10:32 +01:00 committed by GitHub
parent 5b7586b373
commit e95b13fb22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

2
go.mod
View File

@ -29,3 +29,5 @@ require (
knative.dev/serving v0.20.1-0.20210123202654-e61294b2ca32
sigs.k8s.io/yaml v1.2.0
)
replace github.com/go-openapi => github.com/go-openapi v0.19.3

1
vendor/modules.txt vendored
View File

@ -891,3 +891,4 @@ sigs.k8s.io/structured-merge-diff/v4/value
# sigs.k8s.io/yaml v1.2.0
## explicit
sigs.k8s.io/yaml
# github.com/go-openapi => github.com/go-openapi v0.19.3