From d887254ed776eacbf2cd2b3d9a29ebf3356f0a59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 10:56:25 +0000 Subject: [PATCH] fix(deps): update module github.com/alecthomas/participle/v2 to v2.1.0 --- _examples/go.mod | 2 +- cmd/participle/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_examples/go.mod b/_examples/go.mod index 65fd1c8e..f694a6ae 100644 --- a/_examples/go.mod +++ b/_examples/go.mod @@ -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 ) diff --git a/cmd/participle/go.mod b/cmd/participle/go.mod index b5caa78e..54bf23ef 100644 --- a/cmd/participle/go.mod +++ b/cmd/participle/go.mod @@ -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 => ../..