@@ -17,39 +17,24 @@ require (
17
17
github.com/gliderlabs/ssh v0.3.1 // indirect
18
18
github.com/go-git/go-git/v5 v5.4.2
19
19
github.com/golang/gddo v0.0.0-20201207183808-b853219a4332 // indirect
20
- github.com/golang/protobuf v1.4.3 // indirect
21
- github.com/google/go-cmp v0.5.4 // indirect
22
20
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
23
21
github.com/h2non/filetype v1.1.0 // indirect
24
22
github.com/juju/testing v0.0.0-20201030020617-7189b3728523 // indirect
25
- github.com/magiconair/properties v1.8.4 // indirect
26
- github.com/mitchellh/mapstructure v1.4.0 // indirect
27
23
github.com/olekukonko/tablewriter v0.0.5
28
24
github.com/ory/go-acc v0.2.6 // indirect
29
25
github.com/ory/herodot v0.9.1 // indirect
30
26
github.com/ory/jsonschema/v3 v3.0.1
31
27
github.com/ory/x v0.0.168 // indirect
32
28
github.com/pborman/uuid v1.2.1 // indirect
33
- github.com/pelletier/go-toml v1.8.1 // indirect
34
29
github.com/sirupsen/logrus v1.8.1
35
30
github.com/smartystreets/assertions v1.2.0 // indirect
36
31
github.com/spaolacci/murmur3 v1.1.0 // indirect
37
- github.com/spf13/afero v1.5.1 // indirect
38
- github.com/spf13/cobra v1.1.1
32
+ github.com/spf13/cobra v1.2.1
39
33
github.com/spf13/pflag v1.0.5
40
- github.com/spf13/viper v1.7.1 // indirect
41
34
github.com/stretchr/testify v1.7.0
42
35
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
43
36
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
44
37
go.bug.st/relaxed-semver v0.0.0-20190922224835-391e10178d18
45
38
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.14.0 // indirect
46
- golang.org/x/mod v0.4.2 // indirect
47
39
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect
48
- golang.org/x/text v0.3.4 // indirect
49
- golang.org/x/tools v0.0.0-20201211192254-72fbef54948b // indirect
50
- google.golang.org/genproto v0.0.0-20201210142538-e3217bee35cc // indirect
51
- google.golang.org/grpc v1.34.0 // indirect
52
- gopkg.in/ini.v1 v1.62.0 // indirect
53
- gopkg.in/yaml.v2 v2.4.0 // indirect
54
- gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
55
40
)
0 commit comments