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
3
3
go 1.17
4
4
5
5
require (
6
- github.com/speakeasy-api/parser v0.1.8 -alpha
6
+ github.com/speakeasy-api/parser v0.1.9 -alpha
7
7
github.com/urfave/cli/v2 v2.5.1
8
8
gopkg.in/yaml.v2 v2.4.0
9
9
)
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
49
49
github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk =
50
50
github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
51
51
github.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 =
54
54
github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
55
55
github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
56
56
github.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 {
168
168
169
169
func main () {
170
170
app := cli .NewApp ()
171
- app .Version = "v0.1.1-alpha-rc3 "
171
+ app .Version = "v0.1.1-alpha-rc5 "
172
172
app .Usage = "Automatically track the state of your API, Generate artifacts like OpenAPI schemas and more."
173
173
app .Commands = []* cli.Command {
174
174
{
You can’t perform that action at this time.
0 commit comments