From 09791a49e8e52f58cf1ff1a794f38fe54ec35084 Mon Sep 17 00:00:00 2001 From: Kristin Brown Date: Tue, 28 Jul 2026 15:58:24 -0400 Subject: [PATCH] Updated go mod version Signed-off-by: Kristin Brown --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3d3a1c7..fc75502 100644 --- a/go.mod +++ b/go.mod @@ -5,4 +5,4 @@ go 1.25.1 // docs-theme-extras declares the hextra import itself (pinned to v0.12.3), so // hextra is a transitive dependency and is not listed here — matching // agentgateway / kgateway / ambientmesh. Its checksums stay in go.sum. -require github.com/solo-io/docs-theme-extras v0.1.21 // indirect +require github.com/solo-io/docs-theme-extras v0.1.22-beta.1 // indirect diff --git a/go.sum b/go.sum index 5f893ed..1e4f3ec 100644 --- a/go.sum +++ b/go.sum @@ -2,3 +2,5 @@ github.com/solo-io/docs-theme-extras v0.1.19 h1:OzJtj8fy2/ywyriND98Nnet8RH+xfArb github.com/solo-io/docs-theme-extras v0.1.19/go.mod h1:jjjYu/QoD+vMu30zgcpfEuTEGuJOJWs5qai/K18kltg= github.com/solo-io/docs-theme-extras v0.1.21 h1:wj9hx8n4/xTJpXUHA9ntWAclAdXf0+pZV2BBUc2zD0s= github.com/solo-io/docs-theme-extras v0.1.21/go.mod h1:jjjYu/QoD+vMu30zgcpfEuTEGuJOJWs5qai/K18kltg= +github.com/solo-io/docs-theme-extras v0.1.22-beta.1 h1:mWwyhSa0gWNf0ZnMpg19XYroXlv1LtKuXAbtrIbeLQ4= +github.com/solo-io/docs-theme-extras v0.1.22-beta.1/go.mod h1:jjjYu/QoD+vMu30zgcpfEuTEGuJOJWs5qai/K18kltg=