Skip to content

Commit d887254

Browse files
committed
fix(deps): update module github.com/alecthomas/participle/v2 to v2.1.0
1 parent df2ad66 commit d887254

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_examples/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/alecthomas/assert/v2 v2.3.0
77
github.com/alecthomas/go-thrift v0.0.0-20220915213326-b383ff0e9ca1
88
github.com/alecthomas/kong v0.8.0
9-
github.com/alecthomas/participle/v2 v2.0.0
9+
github.com/alecthomas/participle/v2 v2.1.0
1010
github.com/alecthomas/repr v0.2.0
1111
)
1212

cmd/participle/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.18
44

55
require (
66
github.com/alecthomas/kong v0.8.0
7-
github.com/alecthomas/participle/v2 v2.0.0
7+
github.com/alecthomas/participle/v2 v2.1.0
88
)
99

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

0 commit comments

Comments
 (0)