Skip to content

Commit

Permalink
Use the same version as in the sdk in set-namespace fn (#787)
Browse files Browse the repository at this point in the history
* Use the same version as in the sdk

kubernetes/kube-openapi#285 will break
things if we are using inconsitent version of kube-openapi

* use kube-openapi e816edb12b65 for apply-replacements
  • Loading branch information
Mengqi Yu authored and yuwenma committed May 4, 2022
1 parent 54d6681 commit 9ffb4ab
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 11 deletions.
5 changes: 2 additions & 3 deletions functions/go/apply-replacements/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ module github.com/GoogleContainerTools/kpt-functions-catalog/functions/go/apply-
go 1.17

require (
github.com/GoogleContainerTools/kpt-functions-sdk/go/fn v0.0.0-20220316202203-f9115a993ebd
sigs.k8s.io/kustomize/api v0.10.1
sigs.k8s.io/kustomize/kyaml v0.13.3
)

require github.com/GoogleContainerTools/kpt-functions-sdk/go/fn v0.0.0-20220316202203-f9115a993ebd

require (
github.com/PuerkitoBio/purell v1.1.1 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
Expand All @@ -29,6 +28,6 @@ require (
golang.org/x/text v0.3.7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
k8s.io/kube-openapi v0.0.0-20220316025549-ddc66922ab18 // indirect
k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect
sigs.k8s.io/yaml v1.2.0 // indirect
)

0 comments on commit 9ffb4ab

Please sign in to comment.