mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 09:24:23 +00:00
Remove dependency on curse library
This commit is contained in:
@@ -3,11 +3,8 @@ module sigs.k8s.io/kustomize/cmd/resource
|
||||
go 1.12
|
||||
|
||||
require (
|
||||
github.com/kless/term v0.0.0-20161130133337-e551c64f56c0 // indirect
|
||||
github.com/pkg/errors v0.8.1
|
||||
github.com/sethgrid/curse v0.0.0-20181231162520-d4ee583ebf0f
|
||||
github.com/spf13/cobra v0.0.5
|
||||
github.com/tredoe/term v0.0.0-20161130133337-e551c64f56c0 // indirect
|
||||
golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 // indirect
|
||||
k8s.io/apimachinery v0.0.0-20190913080033-27d36303b655
|
||||
k8s.io/client-go v0.0.0-20190918160344-1fbdaa4c8d90
|
||||
|
||||
Reference in New Issue
Block a user