Skip to content

Commit

Permalink
fix(deps): update module github.com/alecthomas/participle/v2 to v2.0.…
Browse files Browse the repository at this point in the history
…0-beta.5 (#305)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 28, 2023
1 parent 1d6255b commit 92326ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _examples/go.mod
Expand Up @@ -6,7 +6,7 @@ require (
github.com/alecthomas/assert/v2 v2.1.0
github.com/alecthomas/go-thrift v0.0.0-20170109061633-7914173639b2
github.com/alecthomas/kong v0.6.1
github.com/alecthomas/participle/v2 v2.0.0-alpha11
github.com/alecthomas/participle/v2 v2.0.0-beta.5
github.com/alecthomas/repr v0.1.0
)

Expand Down
2 changes: 1 addition & 1 deletion cmd/participle/go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
github.com/alecthomas/kong v0.6.1
github.com/alecthomas/participle/v2 v2.0.0-00010101000000-000000000000
github.com/alecthomas/participle/v2 v2.0.0-beta.5
)

replace github.com/alecthomas/participle/v2 => ../..

0 comments on commit 92326ce

Please sign in to comment.