Skip to content
This repository was archived by the owner on Sep 29, 2022. It is now read-only.

Commit d00ce67

Browse files
committed
release v0.1.1-alpha-rc5
1 parent 7b68c18 commit d00ce67

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cmd/speakeasy/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module main
33
go 1.17
44

55
require (
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
)

cmd/speakeasy/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQD
4949
github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=
5050
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
5151
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=
5454
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
5555
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
5656
github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA=

cmd/speakeasy/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ func printYAML(output interface{}) error {
168168

169169
func 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
{

0 commit comments

Comments
 (0)