We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df2ad66 commit d887254Copy full SHA for d887254
_examples/go.mod
@@ -6,7 +6,7 @@ require (
6
github.com/alecthomas/assert/v2 v2.3.0
7
github.com/alecthomas/go-thrift v0.0.0-20220915213326-b383ff0e9ca1
8
github.com/alecthomas/kong v0.8.0
9
- github.com/alecthomas/participle/v2 v2.0.0
+ github.com/alecthomas/participle/v2 v2.1.0
10
github.com/alecthomas/repr v0.2.0
11
)
12
cmd/participle/go.mod
@@ -4,7 +4,7 @@ go 1.18
4
5
require (
replace github.com/alecthomas/participle/v2 => ../..
0 commit comments