From 35639e807bffafbc712d39f2d704866ab624b58c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 21:32:23 +0000 Subject: [PATCH] Update patch dependencies to v1.26.4 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 644977f..ebde2a9 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/halprin/fhirpath go 1.25.0 -toolchain go1.26.2 +toolchain go1.26.4 require ( github.com/antlr4-go/antlr/v4 v4.13.1