@@ -4,6 +4,7 @@ require (
4
4
github.com/brancz/gojsontoyaml v0.1.0
5
5
github.com/campoy/embedmd v1.0.0
6
6
github.com/dgryski/go-jump v0.0.0-20211018200510-ba001c3ffce0
7
+ github.com/fsnotify/fsnotify v1.5.4
7
8
github.com/gobuffalo/flect v0.3.0
8
9
github.com/google/go-cmp v0.5.9
9
10
github.com/google/go-jsonnet v0.19.1
@@ -15,6 +16,7 @@ require (
15
16
github.com/prometheus/exporter-toolkit v0.8.1
16
17
github.com/robfig/cron/v3 v3.0.1
17
18
github.com/spf13/cobra v1.6.1
19
+ github.com/spf13/viper v1.13.0
18
20
github.com/stretchr/testify v1.8.1
19
21
golang.org/x/perf v0.0.0-20220920022801-e8d778a60d07
20
22
gopkg.in/yaml.v3 v3.0.1
@@ -29,7 +31,7 @@ require (
29
31
)
30
32
31
33
require (
32
- cloud.google.com/go v0.97 .0 // indirect
34
+ cloud.google.com/go/compute v1.7 .0 // indirect
33
35
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
34
36
github.com/Azure/go-autorest/autorest v0.11.27 // indirect
35
37
github.com/Azure/go-autorest/autorest/adal v0.9.20 // indirect
@@ -61,23 +63,32 @@ require (
61
63
github.com/google/gnostic v0.5.7-v3refs // indirect
62
64
github.com/google/gofuzz v1.1.0 // indirect
63
65
github.com/google/safehtml v0.0.2 // indirect
66
+ github.com/hashicorp/hcl v1.0.0 // indirect
64
67
github.com/imdario/mergo v0.3.6 // indirect
65
68
github.com/inconshreveable/mousetrap v1.0.1 // indirect
66
69
github.com/josharian/intern v1.0.0 // indirect
67
70
github.com/jpillora/backoff v1.0.0 // indirect
68
71
github.com/json-iterator/go v1.1.12 // indirect
72
+ github.com/magiconair/properties v1.8.6 // indirect
69
73
github.com/mailru/easyjson v0.7.6 // indirect
70
74
github.com/mattn/go-colorable v0.1.12 // indirect
71
75
github.com/mattn/go-isatty v0.0.14 // indirect
72
76
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
77
+ github.com/mitchellh/mapstructure v1.5.0 // indirect
73
78
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
74
79
github.com/modern-go/reflect2 v1.0.2 // indirect
75
80
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
76
81
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
82
+ github.com/pelletier/go-toml v1.9.5 // indirect
83
+ github.com/pelletier/go-toml/v2 v2.0.5 // indirect
77
84
github.com/pkg/errors v0.9.1 // indirect
78
85
github.com/pmezard/go-difflib v1.0.0 // indirect
79
86
github.com/prometheus/procfs v0.8.0 // indirect
87
+ github.com/spf13/afero v1.8.2 // indirect
88
+ github.com/spf13/cast v1.5.0 // indirect
89
+ github.com/spf13/jwalterweatherman v1.1.0 // indirect
80
90
github.com/spf13/pflag v1.0.5 // indirect
91
+ github.com/subosito/gotenv v1.4.1 // indirect
81
92
golang.org/x/crypto v0.0.0-20221012134737-56aed061732a // indirect
82
93
golang.org/x/net v0.0.0-20220909164309-bea034e7d591 // indirect
83
94
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1 // indirect
@@ -90,6 +101,7 @@ require (
90
101
google.golang.org/protobuf v1.28.1 // indirect
91
102
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
92
103
gopkg.in/inf.v0 v0.9.1 // indirect
104
+ gopkg.in/ini.v1 v1.67.0 // indirect
93
105
gopkg.in/yaml.v2 v2.4.0 // indirect
94
106
k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect
95
107
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
0 commit comments