-
Notifications
You must be signed in to change notification settings - Fork 198
/
.licensei.toml
45 lines (44 loc) · 1.2 KB
/
.licensei.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
approved = [
"mit",
"apache-2.0",
"bsd-3-clause",
"bsd-2-clause",
"mpl-2.0",
]
ignored = [
"github.com/ghodss/yaml",
"github.com/gogo/protobuf",
"google.golang.org/protobuf",
"github.com/hpcloud/tail",
"github.com/inconshreveable/mousetrap",
"sigs.k8s.io/yaml",
"github.com/rcrowley/go-metrics",
"go.uber.org/atomic",
"go.uber.org/multierr",
"emperror.dev/errors",
"emperror.dev/emperror",
"go.uber.org/zap",
"google.golang.org/grpc",
"google.golang.org/genproto",
"gomodules.xyz/jsonpatch/v2",
"gopkg.in/fsnotify.v1",
"k8s.io/apiextensions-apiserver",
"github.com/imdario/mergo",
"github.com/spf13/pflag",
"cloud.google.com/go",
"github.com/matttproud/golang_protobuf_extensions",
"github.com/prometheus/procfs",
"github.com/google/uuid",
"github.com/pborman/uuid",
"github.com/prometheus/client_model",
"github.com/prometheus/",
"github.com/prometheus/client_golang",
"gopkg.in/square/go-jose.v2",
"github.com/hashicorp/golang-lru",
"github.com/golang/groupcache",
"github.com/beorn7/perks",
"github.com/lyft/protoc-gen-validate",
"github.com/envoyproxy/go-control-plane",
"github.com/gogo/googleapis",
"github.com/davecgh/go-spew", # ISC license
]