Skip to content

Commit cfdc3e0

Browse files
Merge pull request #67 from danielgtaylor/external-refs
Allow external refs in OpenAPI
2 parents 3cdf6b3 + 4d98487 commit cfdc3e0

File tree

3 files changed

+160
-11
lines changed

3 files changed

+160
-11
lines changed

go.mod

+11-11
Original file line numberDiff line numberDiff line change
@@ -8,41 +8,41 @@ require (
88
github.com/alecthomas/chroma v0.9.4
99
github.com/alexeyco/simpletable v1.0.0
1010
github.com/amzn/ion-go v1.1.3
11-
github.com/andybalholm/brotli v1.0.3
11+
github.com/andybalholm/brotli v1.0.4
1212
github.com/creack/pty v1.1.11 // indirect
1313
github.com/danielgtaylor/casing v0.0.0-20210126043903-4e55e6373ac3
1414
github.com/danielgtaylor/go-jmespath-plus v0.0.0-20200228063638-e0b6f132acba
1515
github.com/danielgtaylor/shorthand v1.0.0
1616
github.com/eliukblau/pixterm v1.3.1
1717
github.com/fxamacker/cbor/v2 v2.3.0
1818
github.com/gbl08ma/httpcache v1.0.2
19-
github.com/getkin/kin-openapi v0.80.0
19+
github.com/getkin/kin-openapi v0.86.0
2020
github.com/go-openapi/swag v0.19.15 // indirect
2121
github.com/google/btree v1.0.1 // indirect
22-
github.com/gosimple/slug v1.11.0
22+
github.com/gosimple/slug v1.12.0
2323
github.com/hinshun/vt10x v0.0.0-20180809195222-d55458df857c // indirect
2424
github.com/iancoleman/strcase v0.2.0
2525
github.com/kr/pty v1.1.8 // indirect
2626
github.com/logrusorgru/aurora v2.0.3+incompatible
2727
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
2828
github.com/mailru/easyjson v0.7.7 // indirect
29-
github.com/mattn/go-colorable v0.1.11
29+
github.com/mattn/go-colorable v0.1.12
3030
github.com/mattn/go-isatty v0.0.14
3131
github.com/mattn/go-runewidth v0.0.13 // indirect
3232
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
33-
github.com/mitchellh/mapstructure v1.4.2
33+
github.com/mitchellh/mapstructure v1.4.3
3434
github.com/shamaton/msgpack v1.2.1
35-
github.com/spf13/cobra v1.2.1
35+
github.com/spf13/cobra v1.3.0
3636
github.com/spf13/pflag v1.0.5
37-
github.com/spf13/viper v1.9.0
37+
github.com/spf13/viper v1.10.0
3838
github.com/stretchr/testify v1.7.0
3939
github.com/tent/http-link-go v0.0.0-20130702225549-ac974c61c2f9
4040
github.com/twpayne/httpcache v1.0.0 // indirect
41-
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
41+
golang.org/x/crypto v0.0.0-20211209193657-4570a0811e8b
4242
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect
43-
golang.org/x/net v0.0.0-20211020060615-d418f374d309 // indirect
44-
golang.org/x/oauth2 v0.0.0-20211028175245-ba495a64dcb5
45-
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359 // indirect
43+
golang.org/x/net v0.0.0-20211215060638-4ddde0e984e9 // indirect
44+
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
45+
golang.org/x/sys v0.0.0-20211214234402-4825e8c3871d // indirect
4646
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
4747
golang.org/x/text v0.3.7 // indirect
4848
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect

0 commit comments

Comments
 (0)