apache / kvrocks-controller

Apache Kvrocks Controller is a cluster management tool for Apache Kvrocks.
https://kvrocks.apache.org/
Apache License 2.0
78 stars 42 forks source link

Add NOTICE file for the controller server #174

Closed git-hulk closed 1 month ago

git-hulk commented 2 months ago

As the title mentioned, this PR adds the NOTICE file for the controller dependencies.

git-hulk commented 2 months ago

It will be better to use the script to generate NOTICE and its license file automatically.

PragmaTwice commented 2 months ago
    github.com/gin-gonic/gin v1.9.1 x
    github.com/go-playground/validator/v10 v10.14.0
    github.com/go-redis/redis/v8 v8.11.5 x
    github.com/go-resty/resty/v2 v2.12.0
    github.com/go-zookeeper/zk v1.0.3 x
    github.com/olekukonko/tablewriter v0.0.5 x
    github.com/prometheus/client_golang v1.11.1 x
    github.com/spf13/cobra v1.8.0 x
    github.com/stretchr/testify v1.8.3 x
    go.etcd.io/etcd v3.3.27+incompatible x
    go.etcd.io/etcd/client/v3 v3.5.4 x
    go.uber.org/atomic v1.7.0 x
    go.uber.org/zap v1.21.0 x
    gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0 x

seems licenses for github.com/go-playground/validator/v10, github.com/go-resty/resty/v2 is missing..

git-hulk commented 1 month ago

seems licenses for github.com/go-playground/validator/v10, github.com/go-resty/resty/v2 is missing..

@PragmaTwice Yes, those two are missed. I have added them, please take a look again.