-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo-licenses output.txt
32 lines (32 loc) · 2.6 KB
/
go-licenses output.txt
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
> go-licenses csv ./...
E1124 13:39:33.985051 5489 library.go:108] Failed to find license for github.com/dcormier/go-licenses: no file/directory matching regexp "^(?i)(LICEN(S|C)E|COPYING|README|NOTICE)(\\..+)?$" found for /Users/daniel/dev/go-licenses
E1124 13:39:35.655555 5489 csv.go:84] Error discovering URL for "/Users/daniel/go/pkg/mod/go.uber.org/[email protected]/LICENSE.txt":
- cannot determine URL for "go.uber.org/atomic" package
E1124 13:39:35.660957 5489 csv.go:84] Error discovering URL for "/Users/daniel/go/pkg/mod/contrib.go.opencensus.io/exporter/[email protected]/LICENSE":
- unsupported package host "contrib.go.opencensus.io" for "contrib.go.opencensus.io/exporter/aws"
E1124 13:39:35.698183 5489 csv.go:84] Error discovering URL for "/Users/daniel/go/pkg/mod/[email protected]/LICENSE":
- cannot determine URL for "go.opencensus.io" package
E1124 13:39:35.766210 5489 csv.go:84] Error discovering URL for "/Users/daniel/go/pkg/mod/go.uber.org/[email protected]/LICENSE":
- cannot determine URL for "go.uber.org/fx" package
E1124 13:39:35.770829 5489 csv.go:84] Error discovering URL for "/Users/daniel/go/pkg/mod/go.uber.org/[email protected]/LICENSE.txt":
- cannot determine URL for "go.uber.org/multierr" package
E1124 13:39:35.778800 5489 csv.go:84] Error discovering URL for "/Users/daniel/go/pkg/mod/golang.org/x/[email protected]/LICENSE":
- unsupported package host "golang.org" for "golang.org/x/text"
E1124 13:39:35.827558 5489 csv.go:84] Error discovering URL for "/Users/daniel/go/pkg/mod/go.uber.org/[email protected]/LICENSE":
- cannot determine URL for "go.uber.org/dig" package
E1124 13:39:35.834144 5489 csv.go:84] Error discovering URL for "/Users/daniel/go/pkg/mod/golang.org/x/[email protected]/LICENSE":
- unsupported package host "golang.org" for "golang.org/x/net/idna"
go.uber.org/atomic,Unknown,MIT
github.com/dcormier/go-licenses,Unknown,Unknown
contrib.go.opencensus.io/exporter/aws,Unknown,Apache-2.0
github.com/jmespath/go-jmespath,https://github.com/jmespath/go-jmespath/blob/master/LICENSE,Apache-2.0
go.opencensus.io,Unknown,Apache-2.0
github.com/golang/groupcache/lru,https://github.com/golang/groupcache/blob/master/lru/LICENSE,Apache-2.0
go.uber.org/fx,Unknown,MIT
go.uber.org/multierr,Unknown,MIT
golang.org/x/text,Unknown,BSD-3-Clause
github.com/aws/aws-sdk-go,https://github.com/aws/aws-sdk-go/blob/master/LICENSE.txt,Apache-2.0
github.com/aws/aws-sdk-go/internal/sync/singleflight,https://github.com/aws/aws-sdk-go/blob/master/internal/sync/singleflight/LICENSE,BSD-3-Clause
go.uber.org/dig,Unknown,MIT
golang.org/x/net/idna,Unknown,BSD-3-Clause
>