File tree 4 files changed +137
-15
lines changed
internal/commands/install/manifest
4 files changed +137
-15
lines changed Original file line number Diff line number Diff line change @@ -211,6 +211,9 @@ The text of each license is the standard Apache 2.0 license.
211
211
mum4k (termdash) 0.10.0: https://github.com/mum4k/termdash Apache 2.0
212
212
yaml.v2 2.2.4: https://gopkg.in/yaml.v2 Apache 2.0
213
213
Google (grpc-go): https://github.com/grpc/grpc-go Apache 2.0
214
+ skywalking-swck v0.2.0: https://github.com/apache/skywalking-swck Apache 2.0
215
+ k8s.io/apimachinery v0.20.1: https://github.com/kubernetes/apimachinery Apache 2.0
216
+ controller-runtime v0.7.0-alpha.6: https://github.com/kubernetes-sigs/controller-runtime Apache 2.0
214
217
215
218
========================================================================
216
219
MIT licenses
@@ -225,8 +228,8 @@ The text of each license is also included at licenses/LICENSE-[project].txt.
225
228
nsf (termbox-go) 0.0.0-20190817171036-93860e161317: https://github.com/nsf/termbox-go MIT
226
229
gizak (termui) v3: https://github.com/gizak/termui MIT
227
230
mattn (go-runewidth) v3: https://github.com/mattn/go-runewidth MIT
228
- gobuffalo (packr) v2: https://github.com/gobuffalo/packr MIT
229
231
spf13 (viper) 1.4.0: https://github.com/spf13/viper MIT
232
+ mapstructure (mitchellh) v1.4.0: github.com/mitchellh/mapstructure MIT
230
233
231
234
========================================================================
232
235
BSD licenses
@@ -236,3 +239,4 @@ The following components are provided under a BSD license. See project link for
236
239
The text of each license is also included at licenses/LICENSE-[project].txt.
237
240
238
241
pkg (errors) 0.8.1 https://github.com/pkg/errors BSD 2-Clause
242
+ Google (protobuf) v1.25.0 https://github.com/protocolbuffers/protobuf-go BSD-3-Clause
Original file line number Diff line number Diff line change 5
5
replace skywalking/network v1.0.0 => ./gen-codes/skywalking/network
6
6
7
7
require (
8
- github.com/apache/skywalking-swck v0.0.0-20210107023854-d15ef19f8317
9
- github.com/ghodss/yaml v1.0.0
8
+ github.com/apache/skywalking-swck v0.2.0
10
9
github.com/gizak/termui/v3 v3.1.0
11
10
github.com/machinebox/graphql v0.2.2
12
11
github.com/mattn/go-runewidth v0.0.9
@@ -18,7 +17,7 @@ require (
18
17
github.com/urfave/cli v1.22.1
19
18
google.golang.org/grpc v1.35.0
20
19
gopkg.in/yaml.v2 v2.4.0
21
- k8s.io/apimachinery v0.19.3
22
- sigs.k8s.io/controller-runtime v0.7.0-alpha.6
20
+ k8s.io/apimachinery v0.20.1
21
+ sigs.k8s.io/controller-runtime v0.7.0
23
22
skywalking/network v1.0.0
24
23
)
You can’t perform that action at this time.
0 commit comments