mirror of https://github.com/knative/client.git
fix: Pin go-openapi/spec version to fix conflict (#1209)
This commit is contained in:
parent
5b7586b373
commit
e95b13fb22
2
go.mod
2
go.mod
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue