From ca5facab0cd67e1a82619ea03c5baeba3504b227 Mon Sep 17 00:00:00 2001 From: sheidkamp Date: Thu, 14 Nov 2024 16:53:27 -0500 Subject: [PATCH] updated solo-kit usage --- generate.go | 2 +- go.mod | 2 +- go.sum | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/generate.go b/generate.go index edae303778e..b5372b01e10 100644 --- a/generate.go +++ b/generate.go @@ -56,7 +56,7 @@ func main() { ApiDir: "reference/api", }, RenderOptions: &options.RenderOptions{ - SkipLinksForPackages: []string{ + SkipLinksForPathPrefixes: []string{ "github.com/solo-io/gloo/projects/gloo/api/external", }, }, diff --git a/go.mod b/go.mod index a53f4badaad..648967ce7b3 100644 --- a/go.mod +++ b/go.mod @@ -58,7 +58,7 @@ require ( // Ref: https://github.com/solo-io/gloo/pull/9463/files#r1594409655 && https://solo-io-corp.slack.com/archives/C03MFATU265/p1716913420716729?thread_ts=1716476992.938679&cid=C03MFATU265 // as to why it is now based off `gloo-main` and not `gloo-repo-branch` github.com/solo-io/solo-apis v0.0.0-20240917212400-9103ca169358 - github.com/solo-io/solo-kit v0.36.2-0.20241114201934-415c33bf096d + github.com/solo-io/solo-kit v0.36.2-0.20241114214342-0c728acac7ca github.com/spf13/afero v1.11.0 github.com/spf13/cobra v1.8.1 github.com/spf13/pflag v1.0.5 diff --git a/go.sum b/go.sum index e091e123721..a186c2b9ce3 100644 --- a/go.sum +++ b/go.sum @@ -2709,6 +2709,8 @@ github.com/solo-io/solo-apis v0.0.0-20240917212400-9103ca169358 h1:yNJpr6sKTBUJ0 github.com/solo-io/solo-apis v0.0.0-20240917212400-9103ca169358/go.mod h1:xWaT1lP+nkAGYCuAtRdG1l4MsdKwphqeomC41AIsemY= github.com/solo-io/solo-kit v0.36.2-0.20241114201934-415c33bf096d h1:mYz26Bgjvk42QxpgJ2S0miGcl0X9gVYCykYeOmrkCNg= github.com/solo-io/solo-kit v0.36.2-0.20241114201934-415c33bf096d/go.mod h1:tLK3BllHZZUZsvgG3paVzux8ccmItKadqLSg7nOltDw= +github.com/solo-io/solo-kit v0.36.2-0.20241114214342-0c728acac7ca h1:BsEUT8gtR/iqr9YNdYgoyYygxYE2pID2kMPNR6HX3QI= +github.com/solo-io/solo-kit v0.36.2-0.20241114214342-0c728acac7ca/go.mod h1:tLK3BllHZZUZsvgG3paVzux8ccmItKadqLSg7nOltDw= github.com/sourcegraph/conc v0.3.0 h1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo= github.com/sourcegraph/conc v0.3.0/go.mod h1:Sdozi7LEKbFPqYX2/J+iBAM6HpqSLTASQIKqDmF7Mt0= github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=