mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
25 lines
987 B
Modula-2
25 lines
987 B
Modula-2
module sigs.k8s.io/kustomize/cmd/depprobcheck
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/evanphx/json-patch v4.11.0+incompatible // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/googleapis/gnostic v0.5.1 // indirect
|
|
github.com/json-iterator/go v1.1.11 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/spf13/cobra v1.4.0 // indirect
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
k8s.io/cli-runtime v0.20.4
|
|
k8s.io/kube-openapi v0.0.0-20220401212409-b28bf2818661
|
|
// k8s.io/kube-openapi v0.0.0-20210419153605-00de3ae54c30
|
|
// k8s.io/kube-openapi v0.0.0-20210421082810-95288971da7e
|
|
// github.com/go-openapi/swag v0.19.5
|
|
)
|