You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that go-licenses acts on go packages, the github.com/moby/buildkit package contains only the doc.go file without other dependencies. If you want to check for all dependencies, you can do either:
go-licenses csv github.com/moby/buildkit/... # for all sub packages
go-licenses csv github.com/moby/buildkit/cmd/buildctl # just for deps in the buildctl command
~/go/bin/go-licenses csv github.com/moby/buildkit
prints only:
Build buildkit’s go.mod looks like this: https://github.com/moby/buildkit/blob/master/go.mod
The text was updated successfully, but these errors were encountered: