@@ -11,6 +11,7 @@ require (
1111 github.com/go-git/go-billy/v5 v5.6.2
1212 github.com/go-git/go-git/v5 v5.14.0
1313 github.com/google/go-cmp v0.7.0
14+ github.com/gosimple/slug v1.15.0
1415 github.com/grokify/go-pkce v0.2.3
1516 github.com/hashicorp/go-getter v1.7.8
1617 github.com/hashicorp/go-hclog v1.6.3
@@ -46,16 +47,15 @@ require (
4647 github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0 // indirect
4748 github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.51.0 // indirect
4849 github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.51.0 // indirect
49- github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
5050 github.com/cespare/xxhash/v2 v2.3.0 // indirect
5151 github.com/cncf/xds/go v0.0.0-20250326154945-ae57f3c0d45f // indirect
52- github.com/envoyproxy/go-control-plane v0.13.4 // indirect
5352 github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect
5453 github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
5554 github.com/felixge/httpsnoop v1.0.4 // indirect
5655 github.com/go-logr/logr v1.4.2 // indirect
5756 github.com/go-logr/stdr v1.2.2 // indirect
5857 github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
58+ github.com/gosimple/unidecode v1.0.1 // indirect
5959 github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
6060 github.com/sagikazarmark/locafero v0.9.0 // indirect
6161 github.com/sourcegraph/conc v0.3.0 // indirect
@@ -127,7 +127,6 @@ require (
127127 github.com/xanzy/ssh-agent v0.3.3 // indirect
128128 github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
129129 github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
130- go.opencensus.io v0.24.0 // indirect
131130 golang.org/x/crypto v0.37.0 // indirect
132131 golang.org/x/mod v0.24.0
133132 golang.org/x/net v0.39.0 // indirect
0 commit comments