19 lines
180 B
YAML
19 lines
180 B
YAML
sources:
|
|
go: true
|
|
|
|
go:
|
|
mod: vendor
|
|
|
|
apps:
|
|
- source_path: ./src
|
|
|
|
allowed:
|
|
- apache-2.0
|
|
- bsd-2-clause
|
|
- bsd-3-clause
|
|
- isc
|
|
- mit
|
|
- cc0-1.0
|
|
- unlicense
|
|
- other
|