This repository was archived by the owner on Sep 29, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module main
33go 1.17
44
55require (
6- github.com/speakeasy-api/parser v0.1.8 -alpha
6+ github.com/speakeasy-api/parser v0.1.9 -alpha
77 github.com/urfave/cli/v2 v2.5.1
88 gopkg.in/yaml.v2 v2.4.0
99)
Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQD
4949github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk =
5050github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
5151github.com/shurcooL/sanitized_anchor_name v1.0.0 /go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc =
52- github.com/speakeasy-api/parser v0.1.8 -alpha h1:B4Kqy8aRIsM8ZiIDfdBozcJBQsqHUdaefYawFKxoSuU =
53- github.com/speakeasy-api/parser v0.1.8 -alpha /go.mod h1:72iF1tsgEEa6xFMF3+U5D9ps3PRVGKmsu0iIYRwtYEI =
52+ github.com/speakeasy-api/parser v0.1.9 -alpha h1:aDI/XW37t+YyLjxpSTdv27w0O2YWLEO+PJM4etUE3SQ =
53+ github.com/speakeasy-api/parser v0.1.9 -alpha /go.mod h1:72iF1tsgEEa6xFMF3+U5D9ps3PRVGKmsu0iIYRwtYEI =
5454github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
5555github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
5656github.com/stretchr/testify v1.5.1 /go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA =
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ func printYAML(output interface{}) error {
168168
169169func main () {
170170 app := cli .NewApp ()
171- app .Version = "v0.1.1-alpha-rc3 "
171+ app .Version = "v0.1.1-alpha-rc5 "
172172 app .Usage = "Automatically track the state of your API, Generate artifacts like OpenAPI schemas and more."
173173 app .Commands = []* cli.Command {
174174 {
You can’t perform that action at this time.
0 commit comments