File tree Expand file tree Collapse file tree 2 files changed +110
-1
lines changed
Expand file tree Collapse file tree 2 files changed +110
-1
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,20 @@ require (
66 github.com/manifoldco/promptui v0.9.0
77 github.com/spf13/cobra v1.7.0
88 github.com/spf13/viper v1.15.0
9- go.indent.com/indent-go v1.0.2
9+ go.indent.com/indent-go v1.0.3
1010 go.uber.org/zap v1.24.0
1111)
1212
13+ replace k8s.io/apimachinery v0.26.1 => github.com/indentinc/apimachinery v0.0.0-20220303210610-038787720cef
14+
1315require (
1416 cloud.google.com/go/compute v1.14.0 // indirect
1517 cloud.google.com/go/compute/metadata v0.2.3 // indirect
1618 github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
1719 github.com/fsnotify/fsnotify v1.6.0 // indirect
1820 github.com/go-logr/logr v1.2.3 // indirect
1921 github.com/golang/protobuf v1.5.2 // indirect
22+ github.com/google/go-cmp v0.5.9 // indirect
2023 github.com/hashicorp/hcl v1.0.0 // indirect
2124 github.com/inconshreveable/mousetrap v1.1.0 // indirect
2225 github.com/magiconair/properties v1.8.7 // indirect
You can’t perform that action at this time.
0 commit comments