From 14d3c6d0830d4ee59e498054588df2fa30e8f541 Mon Sep 17 00:00:00 2001 From: Forgejo Actions Date: Sat, 2 Dec 2023 03:34:22 +0000 Subject: [PATCH] fix(deps): update module github.com/alecthomas/participle/v2 to v2.1.1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0297816..ac0be09 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ toolchain go1.21.4 require ( github.com/PaesslerAG/jsonpath v0.1.1 - github.com/alecthomas/participle/v2 v2.1.0 + github.com/alecthomas/participle/v2 2.1.1 github.com/go-sql-driver/mysql v1.7.1 github.com/google/uuid v1.4.0 github.com/jackc/pgx/v5 v5.5.0