File tree Expand file tree Collapse file tree 9 files changed +18
-802
lines changed
Expand file tree Collapse file tree 9 files changed +18
-802
lines changed Original file line number Diff line number Diff line change 11module knative.dev/kn-plugin-quickstart
22
3- go 1.16
3+ go 1.17
44
55require (
66 github.com/spf13/cobra v1.3.0
@@ -9,3 +9,11 @@ require (
99 knative.dev/hack v0.0.0-20220411131823-6ffd8417de7c
1010
1111)
12+
13+ require (
14+ github.com/google/go-cmp v0.5.7 // indirect
15+ github.com/inconshreveable/mousetrap v1.0.0 // indirect
16+ github.com/mitchellh/go-homedir v1.1.0 // indirect
17+ github.com/pkg/errors v0.9.1 // indirect
18+ github.com/spf13/pflag v1.0.5 // indirect
19+ )
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# github.com/google/go-cmp v0.5.7
2+ ## explicit; go 1.11
23github.com/google/go-cmp/cmp
34github.com/google/go-cmp/cmp/internal/diff
45github.com/google/go-cmp/cmp/internal/flags
56github.com/google/go-cmp/cmp/internal/function
67github.com/google/go-cmp/cmp/internal/value
78# github.com/inconshreveable/mousetrap v1.0.0
9+ ## explicit
810github.com/inconshreveable/mousetrap
911# github.com/mitchellh/go-homedir v1.1.0
12+ ## explicit
1013github.com/mitchellh/go-homedir
1114# github.com/pkg/errors v0.9.1
15+ ## explicit
1216github.com/pkg/errors
1317# github.com/spf13/cobra v1.3.0
14- ## explicit
18+ ## explicit; go 1.15
1519github.com/spf13/cobra
1620# github.com/spf13/pflag v1.0.5
21+ ## explicit; go 1.12
1722github.com/spf13/pflag
1823# gotest.tools/v3 v3.1.0
19- ## explicit
24+ ## explicit; go 1.11
2025gotest.tools/v3/assert
2126gotest.tools/v3/assert/cmp
2227gotest.tools/v3/internal/assert
2328gotest.tools/v3/internal/difflib
2429gotest.tools/v3/internal/format
2530gotest.tools/v3/internal/source
2631# knative.dev/client v0.30.2-0.20220412171308-b4e95db7a3af
27- ## explicit
32+ ## explicit; go 1.16
2833knative.dev/client/pkg/kn/plugin
2934# knative.dev/hack v0.0.0-20220411131823-6ffd8417de7c
30- ## explicit
35+ ## explicit; go 1.14
3136knative.dev/hack
You can’t perform that action at this time.
0 commit comments