mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +00:00
Introduce API module.
This commit is contained in:
@@ -2,13 +2,6 @@ module sigs.k8s.io/kustomize/pluginator
|
||||
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
github.com/emicklei/go-restful v2.9.6+incompatible // indirect
|
||||
github.com/google/gofuzz v1.0.0 // indirect
|
||||
github.com/googleapis/gnostic v0.3.0 // indirect
|
||||
github.com/json-iterator/go v1.1.6 // indirect
|
||||
github.com/mailru/easyjson v0.0.0-20190620125010-da37f6c1e481 // indirect
|
||||
github.com/modern-go/reflect2 v1.0.1 // indirect
|
||||
k8s.io/klog v0.3.3 // indirect
|
||||
sigs.k8s.io/kustomize/v3 v3.3.1
|
||||
)
|
||||
require sigs.k8s.io/kustomize/api v0.0.1
|
||||
|
||||
replace sigs.k8s.io/kustomize/api v0.0.1 => ../api
|
||||
|
||||
Reference in New Issue
Block a user