Skip to content

Commit

Permalink
fix(deps): update module github.com/alecthomas/participle/v2 to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 10, 2023
1 parent df2ad66 commit d887254
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.3.0
github.com/alecthomas/go-thrift v0.0.0-20220915213326-b383ff0e9ca1
github.com/alecthomas/kong v0.8.0
github.com/alecthomas/participle/v2 v2.0.0
github.com/alecthomas/participle/v2 v2.1.0
github.com/alecthomas/repr v0.2.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.8.0
github.com/alecthomas/participle/v2 v2.0.0
github.com/alecthomas/participle/v2 v2.1.0
)

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

0 comments on commit d887254

Please sign in to comment.