Skip to content

Commit 253b7a4

Browse files
authored
Replace references to knative.dev/client to knative.dev/client-pkg (#384)
* Replace references to knative.dev/client to knative.dev/client-pkg * Added .idea to .gitignore
1 parent 21dab6c commit 253b7a4

File tree

16 files changed

+61
-1130
lines changed

16 files changed

+61
-1130
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
kn-quickstart*
2+
.idea/

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ go 1.17
55
require (
66
github.com/spf13/cobra v1.6.0
77
gotest.tools/v3 v3.3.0
8-
knative.dev/client v0.34.1-0.20230110014447-2593aa6dbcab
9-
knative.dev/hack v0.0.0-20230110013548-af8745e34e08
8+
knative.dev/client-pkg v0.0.0-20230120062501-d4ab4e492526
9+
knative.dev/hack v0.0.0-20230113013652-c7cfcb062de9
1010

1111
)
1212

1313
require (
1414
github.com/google/go-cmp v0.5.9 // indirect
1515
github.com/inconshreveable/mousetrap v1.0.1 // indirect
16-
github.com/mitchellh/go-homedir v1.1.0 // indirect
1716
github.com/spf13/pflag v1.0.5 // indirect
1817
)

go.sum

Lines changed: 24 additions & 67 deletions
Large diffs are not rendered by default.

pkg/plugin/plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919

2020
"knative.dev/kn-plugin-quickstart/internal/root"
2121

22-
knplugin "knative.dev/client/pkg/kn/plugin"
22+
knplugin "knative.dev/client-pkg/pkg/kn/plugin"
2323
)
2424

2525
func init() {

third_party/VENDOR-LICENSE/github.com/mitchellh/go-homedir/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

third_party/VENDOR-LICENSE/knative.dev/client/pkg/kn/plugin/LICENSE renamed to third_party/VENDOR-LICENSE/knative.dev/client-pkg/pkg/kn/plugin/LICENSE

File renamed without changes.

vendor/github.com/mitchellh/go-homedir/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

vendor/github.com/mitchellh/go-homedir/README.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

vendor/github.com/mitchellh/go-homedir/homedir.go

Lines changed: 0 additions & 167 deletions
This file was deleted.

0 commit comments

Comments
 (0)