@@ -12,44 +12,27 @@ require (
12
12
github.com/arduino/go-properties-orderedmap v1.6.0
13
13
github.com/client9/misspell v0.3.4
14
14
github.com/daaku/go.zipexe v1.0.1 // indirect
15
- github.com/dgraph-io/ristretto v0.0.3 // indirect
16
15
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
17
16
github.com/gliderlabs/ssh v0.3.1 // indirect
18
17
github.com/go-git/go-git/v5 v5.4.2
19
18
github.com/golang/gddo v0.0.0-20201207183808-b853219a4332 // indirect
20
19
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
- github.com/ory/go-acc v0.2.6 // indirect
29
- github.com/ory/herodot v0.9.1 // indirect
30
- github.com/ory/jsonschema/v3 v3.0.1
31
- github.com/ory/x v0.0.168 // indirect
32
- github.com/pborman/uuid v1.2.1 // indirect
33
- github.com/pelletier/go-toml v1.8.1 // indirect
24
+ github.com/ory/jsonschema/v3 v3.0.3
34
25
github.com/sirupsen/logrus v1.8.1
35
26
github.com/smartystreets/assertions v1.2.0 // indirect
36
27
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
28
+ github.com/spf13/cobra v1.1.3
39
29
github.com/spf13/pflag v1.0.5
40
30
github.com/spf13/viper v1.7.1 // indirect
41
31
github.com/stretchr/testify v1.7.0
42
32
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
43
33
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
44
34
go.bug.st/relaxed-semver v0.0.0-20190922224835-391e10178d18
45
- go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.14.0 // indirect
46
35
golang.org/x/mod v0.4.2 // indirect
47
36
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
37
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
38
)
0 commit comments