Skip to content

Commit

Permalink
Add missing license of swck (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhenxu94 authored Feb 4, 2021
1 parent d0162a5 commit 024a4e5
Show file tree
Hide file tree
Showing 4 changed files with 137 additions and 15 deletions.
6 changes: 5 additions & 1 deletion dist/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,9 @@ The text of each license is the standard Apache 2.0 license.
mum4k (termdash) 0.10.0: https://github.com/mum4k/termdash Apache 2.0
yaml.v2 2.2.4: https://gopkg.in/yaml.v2 Apache 2.0
Google (grpc-go): https://github.com/grpc/grpc-go Apache 2.0
skywalking-swck v0.2.0: https://github.com/apache/skywalking-swck Apache 2.0
k8s.io/apimachinery v0.20.1: https://github.com/kubernetes/apimachinery Apache 2.0
controller-runtime v0.7.0-alpha.6: https://github.com/kubernetes-sigs/controller-runtime Apache 2.0

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

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

pkg (errors) 0.8.1 https://github.com/pkg/errors BSD 2-Clause
Google (protobuf) v1.25.0 https://github.com/protocolbuffers/protobuf-go BSD-3-Clause
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ go 1.13
replace skywalking/network v1.0.0 => ./gen-codes/skywalking/network

require (
github.com/apache/skywalking-swck v0.0.0-20210107023854-d15ef19f8317
github.com/ghodss/yaml v1.0.0
github.com/apache/skywalking-swck v0.2.0
github.com/gizak/termui/v3 v3.1.0
github.com/machinebox/graphql v0.2.2
github.com/mattn/go-runewidth v0.0.9
Expand All @@ -18,7 +17,7 @@ require (
github.com/urfave/cli v1.22.1
google.golang.org/grpc v1.35.0
gopkg.in/yaml.v2 v2.4.0
k8s.io/apimachinery v0.19.3
sigs.k8s.io/controller-runtime v0.7.0-alpha.6
k8s.io/apimachinery v0.20.1
sigs.k8s.io/controller-runtime v0.7.0
skywalking/network v1.0.0
)
Loading

0 comments on commit 024a4e5

Please sign in to comment.