File tree Expand file tree Collapse file tree 2 files changed +475
-103
lines changed
Expand file tree Collapse file tree 2 files changed +475
-103
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ go 1.16
55require (
66 github.com/getkin/kin-openapi v0.14.0
77 github.com/mitchellh/go-homedir v1.1.0
8- github.com/mitchellh/mapstructure v1.4.1 // indirect
98 github.com/pkg/errors v0.8.1
109 github.com/rs/zerolog v1.20.0
11- github.com/sirupsen/logrus v1.8.1 // indirect
12- github.com/spf13/cobra v1.1 .1
10+ github.com/sirupsen/logrus v1.8.1
11+ github.com/spf13/cobra v1.2 .1
1312 github.com/spf13/pflag v1.0.5
14- github.com/spf13/viper v1.7.1
15- github.com/stretchr/testify v1.5.1
16- golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd // indirect
17- gopkg.in/yaml.v2 v2.3.0
13+ github.com/spf13/viper v1.9.0
14+ github.com/stretchr/testify v1.7.0
15+ golang.org/x/sys v0.0.0-20211013075003-97ac67df715c // indirect
16+ golang.org/x/text v0.3.7 // indirect
17+ gopkg.in/yaml.v2 v2.4.0
1818 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
1919)
You can’t perform that action at this time.
0 commit comments