Skip to content

Commit 9a9d2d2

Browse files
committed
fix: fixed create-component not setting name
1 parent e00821c commit 9a9d2d2

File tree

4 files changed

+30
-121
lines changed

4 files changed

+30
-121
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Fixed
2+
body: Fixed create-component command to add name and slugify key
3+
time: 2025-04-08T10:55:56.063197691+02:00

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)