Skip to content

Commit 024a4e5

Browse files
authored
Add missing license of swck (#87)
1 parent d0162a5 commit 024a4e5

File tree

4 files changed

+137
-15
lines changed

4 files changed

+137
-15
lines changed

Diff for: dist/LICENSE

+5-1
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,9 @@ The text of each license is the standard Apache 2.0 license.
211211
mum4k (termdash) 0.10.0: https://github.com/mum4k/termdash Apache 2.0
212212
yaml.v2 2.2.4: https://gopkg.in/yaml.v2 Apache 2.0
213213
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
214217

215218
========================================================================
216219
MIT licenses
@@ -225,8 +228,8 @@ The text of each license is also included at licenses/LICENSE-[project].txt.
225228
nsf (termbox-go) 0.0.0-20190817171036-93860e161317: https://github.com/nsf/termbox-go MIT
226229
gizak (termui) v3: https://github.com/gizak/termui MIT
227230
mattn (go-runewidth) v3: https://github.com/mattn/go-runewidth MIT
228-
gobuffalo (packr) v2: https://github.com/gobuffalo/packr MIT
229231
spf13 (viper) 1.4.0: https://github.com/spf13/viper MIT
232+
mapstructure (mitchellh) v1.4.0: github.com/mitchellh/mapstructure MIT
230233

231234
========================================================================
232235
BSD licenses
@@ -236,3 +239,4 @@ The following components are provided under a BSD license. See project link for
236239
The text of each license is also included at licenses/LICENSE-[project].txt.
237240

238241
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

Diff for: go.mod

+3-4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ go 1.13
55
replace skywalking/network v1.0.0 => ./gen-codes/skywalking/network
66

77
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
109
github.com/gizak/termui/v3 v3.1.0
1110
github.com/machinebox/graphql v0.2.2
1211
github.com/mattn/go-runewidth v0.0.9
@@ -18,7 +17,7 @@ require (
1817
github.com/urfave/cli v1.22.1
1918
google.golang.org/grpc v1.35.0
2019
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
2322
skywalking/network v1.0.0
2423
)

0 commit comments

Comments
 (0)