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

Commit

Permalink
upgrading to use parser v0.1.8-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
simplesagar committed May 31, 2022
1 parent ec51d39 commit e11f29f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/speakeasy/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module main
go 1.17

require (
github.com/speakeasy-api/parser v0.1.7-alpha-debug
github.com/speakeasy-api/parser v0.1.8-alpha
github.com/urfave/cli/v2 v2.5.1
gopkg.in/yaml.v2 v2.4.0
)
Expand Down
2 changes: 2 additions & 0 deletions cmd/speakeasy/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQD
github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc=
github.com/speakeasy-api/parser v0.1.7-alpha-debug h1:daDsZAFTzLY57CAc+uT93tUnUwbjIZMQJQBE0XSdApw=
github.com/speakeasy-api/parser v0.1.7-alpha-debug/go.mod h1:72iF1tsgEEa6xFMF3+U5D9ps3PRVGKmsu0iIYRwtYEI=
github.com/speakeasy-api/parser v0.1.8-alpha h1:B4Kqy8aRIsM8ZiIDfdBozcJBQsqHUdaefYawFKxoSuU=
github.com/speakeasy-api/parser v0.1.8-alpha/go.mod h1:72iF1tsgEEa6xFMF3+U5D9ps3PRVGKmsu0iIYRwtYEI=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA=
Expand Down

0 comments on commit e11f29f

Please sign in to comment.