From 2b7dfeed50d8192f3881810cd90236dcdde71eb3 Mon Sep 17 00:00:00 2001 From: Kristin Brown Date: Mon, 3 Aug 2026 12:00:24 -0400 Subject: [PATCH 1/4] Updated go mod theme version Signed-off-by: Kristin Brown --- go.mod | 2 +- go.sum | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index fe8e052..8e132de 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.23 // indirect +require github.com/solo-io/docs-theme-extras v0.1.25-beta.1 // indirect diff --git a/go.sum b/go.sum index 95a6da2..320150a 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,6 @@ github.com/solo-io/docs-theme-extras v0.1.23 h1:sTUT+7hV17R9TSgQyJTrvOKm8ScQCvYa4kRY2juz/WQ= github.com/solo-io/docs-theme-extras v0.1.23/go.mod h1:jjjYu/QoD+vMu30zgcpfEuTEGuJOJWs5qai/K18kltg= +github.com/solo-io/docs-theme-extras v0.1.24-beta.8 h1:h0Wkt4omLDsKVOaaQ7UHcNx6csU5zpcZkBnQUb7/Eqw= +github.com/solo-io/docs-theme-extras v0.1.24-beta.8/go.mod h1:jjjYu/QoD+vMu30zgcpfEuTEGuJOJWs5qai/K18kltg= +github.com/solo-io/docs-theme-extras v0.1.25-beta.1 h1:iBKj11axcT+XDRhTzVrdLWcTxSFC2mkuBOrXEJlaevs= +github.com/solo-io/docs-theme-extras v0.1.25-beta.1/go.mod h1:jjjYu/QoD+vMu30zgcpfEuTEGuJOJWs5qai/K18kltg= From f6b57f9a47ec74e7fa32f9985d6cb9d7aa679c5b Mon Sep 17 00:00:00 2001 From: Kristin Brown Date: Mon, 3 Aug 2026 13:54:37 -0400 Subject: [PATCH 2/4] Updated go mod 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 8e132de..02aca32 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.25-beta.1 // indirect +require github.com/solo-io/docs-theme-extras v0.1.25-beta.2 // indirect diff --git a/go.sum b/go.sum index 320150a..f21faf3 100644 --- a/go.sum +++ b/go.sum @@ -4,3 +4,5 @@ github.com/solo-io/docs-theme-extras v0.1.24-beta.8 h1:h0Wkt4omLDsKVOaaQ7UHcNx6c github.com/solo-io/docs-theme-extras v0.1.24-beta.8/go.mod h1:jjjYu/QoD+vMu30zgcpfEuTEGuJOJWs5qai/K18kltg= github.com/solo-io/docs-theme-extras v0.1.25-beta.1 h1:iBKj11axcT+XDRhTzVrdLWcTxSFC2mkuBOrXEJlaevs= github.com/solo-io/docs-theme-extras v0.1.25-beta.1/go.mod h1:jjjYu/QoD+vMu30zgcpfEuTEGuJOJWs5qai/K18kltg= +github.com/solo-io/docs-theme-extras v0.1.25-beta.2 h1:X0AwBv4ZAPjGYt/JDoCF1V9DU7cudCTtcHjD5VZPHt0= +github.com/solo-io/docs-theme-extras v0.1.25-beta.2/go.mod h1:jjjYu/QoD+vMu30zgcpfEuTEGuJOJWs5qai/K18kltg= From 54b76c89d0874d7f311c816bbe9139d1586cfcb9 Mon Sep 17 00:00:00 2001 From: Kristin Brown Date: Tue, 4 Aug 2026 11:09:10 -0400 Subject: [PATCH 3/4] Updated go mod Signed-off-by: Kristin Brown --- go.mod | 2 +- go.sum | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/go.mod b/go.mod index 02aca32..30f131d 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.25-beta.2 // indirect +require github.com/solo-io/docs-theme-extras v0.1.25-beta.3 // indirect diff --git a/go.sum b/go.sum index f21faf3..a3a0943 100644 --- a/go.sum +++ b/go.sum @@ -1,8 +1,2 @@ -github.com/solo-io/docs-theme-extras v0.1.23 h1:sTUT+7hV17R9TSgQyJTrvOKm8ScQCvYa4kRY2juz/WQ= -github.com/solo-io/docs-theme-extras v0.1.23/go.mod h1:jjjYu/QoD+vMu30zgcpfEuTEGuJOJWs5qai/K18kltg= -github.com/solo-io/docs-theme-extras v0.1.24-beta.8 h1:h0Wkt4omLDsKVOaaQ7UHcNx6csU5zpcZkBnQUb7/Eqw= -github.com/solo-io/docs-theme-extras v0.1.24-beta.8/go.mod h1:jjjYu/QoD+vMu30zgcpfEuTEGuJOJWs5qai/K18kltg= -github.com/solo-io/docs-theme-extras v0.1.25-beta.1 h1:iBKj11axcT+XDRhTzVrdLWcTxSFC2mkuBOrXEJlaevs= -github.com/solo-io/docs-theme-extras v0.1.25-beta.1/go.mod h1:jjjYu/QoD+vMu30zgcpfEuTEGuJOJWs5qai/K18kltg= -github.com/solo-io/docs-theme-extras v0.1.25-beta.2 h1:X0AwBv4ZAPjGYt/JDoCF1V9DU7cudCTtcHjD5VZPHt0= -github.com/solo-io/docs-theme-extras v0.1.25-beta.2/go.mod h1:jjjYu/QoD+vMu30zgcpfEuTEGuJOJWs5qai/K18kltg= +github.com/solo-io/docs-theme-extras v0.1.25-beta.3 h1:N1LKGByEvHtqlH1Q5Eeg7HMfQymOSIGrsldmIyZqMq4= +github.com/solo-io/docs-theme-extras v0.1.25-beta.3/go.mod h1:jjjYu/QoD+vMu30zgcpfEuTEGuJOJWs5qai/K18kltg= From 98bb4c2b392f09ab43efe6653cf68c19d5cca813 Mon Sep 17 00:00:00 2001 From: Kristin Brown Date: Tue, 4 Aug 2026 17:07:29 -0400 Subject: [PATCH 4/4] Updated go mod Signed-off-by: Kristin Brown --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 30f131d..7a0ea4d 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.25-beta.3 // indirect +require github.com/solo-io/docs-theme-extras v0.1.25 // indirect diff --git a/go.sum b/go.sum index a3a0943..ed1bbca 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/solo-io/docs-theme-extras v0.1.25-beta.3 h1:N1LKGByEvHtqlH1Q5Eeg7HMfQymOSIGrsldmIyZqMq4= -github.com/solo-io/docs-theme-extras v0.1.25-beta.3/go.mod h1:jjjYu/QoD+vMu30zgcpfEuTEGuJOJWs5qai/K18kltg= +github.com/solo-io/docs-theme-extras v0.1.25 h1:9SvHWXlrBxgk3/0NnV+JvkqQ7/rww4daIzdCYtSubVg= +github.com/solo-io/docs-theme-extras v0.1.25/go.mod h1:jjjYu/QoD+vMu30zgcpfEuTEGuJOJWs5qai/K18kltg=