From 49f7d22f0b631eb0b366b43ce123ad6fc642afd5 Mon Sep 17 00:00:00 2001 From: Ruinan Liu Date: Thu, 19 Feb 2026 11:21:43 -0800 Subject: [PATCH] Fixing go.mod cve --- go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5331bc72..df463216 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/Azure/eno go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.13 require ( github.com/alecthomas/participle/v2 v2.1.4 @@ -48,6 +48,7 @@ require ( github.com/google/go-cmp v0.7.0 // indirect github.com/josharian/intern v1.0.0 // indirect github.com/json-iterator/go v1.1.12 // indirect + github.com/kylelemons/godebug v1.1.0 // indirect github.com/mailru/easyjson v0.9.0 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect