未验证 提交 c5f7fb21 编写于 作者: K kezhenxu94 提交者: GitHub

Chore: add missing license (#47)

上级 37deff61
......@@ -45,10 +45,10 @@ SHELL = /bin/bash
all: clean license deps codegen lint test build
tools:
$(GO_PACKR) -v || go get -u github.com/gobuffalo/packr/v2/...
$(GO_PACKR) -v || $(GO_GET) -u github.com/gobuffalo/packr/v2/...
$(GO_LINT) version || curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GO_PATH)/bin v1.21.0
$(GO_LICENSER) -version || GO111MODULE=off $(GO_GET) -u github.com/elastic/go-licenser
$(GQL_GEN) version || go get -u github.com/99designs/gqlgen
$(GQL_GEN) version || $(GO_GET) -u github.com/99designs/gqlgen
deps: tools
$(GO_GET) -v -t -d ./...
......
......@@ -210,6 +210,7 @@ The text of each license is the standard Apache 2.0 license.
machinebox (graphql) 0.2.2: https://github.com/machinebox/graphql Apache 2.0
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
========================================================================
MIT licenses
......
The MIT License (MIT)
Copyright (c) 2016 Mark Bates
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
......@@ -3,31 +3,14 @@ module github.com/apache/skywalking-cli
go 1.13
require (
github.com/99designs/gqlgen v0.11.3 // indirect
github.com/agnivade/levenshtein v1.1.0 // indirect
github.com/gizak/termui/v3 v3.1.0
github.com/gobuffalo/packr/v2 v2.8.0
github.com/gorilla/websocket v1.4.2 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/karrick/godirwalk v1.15.6 // indirect
github.com/machinebox/graphql v0.2.2
github.com/matryer/moq v0.0.0-20200607124540-4638a53893e6 // indirect
github.com/mattn/go-runewidth v0.0.4
github.com/mitchellh/mapstructure v1.3.2 // indirect
github.com/mum4k/termdash v0.10.0
github.com/nsf/termbox-go v0.0.0-20190817171036-93860e161317
github.com/olekukonko/tablewriter v0.0.2
github.com/pkg/errors v0.9.1 // indirect
github.com/rogpeppe/go-internal v1.6.0 // indirect
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/urfave/cli v1.22.1
github.com/urfave/cli/v2 v2.2.0 // indirect
github.com/vektah/dataloaden v0.3.0 // indirect
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 // indirect
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
golang.org/x/tools v0.0.0-20200717024301-6ddee64345a6 // indirect
google.golang.org/grpc v1.24.0
gopkg.in/yaml.v2 v2.3.0
)
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册