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
The example from the README also does not work for me out of the box. Instead of an empty result like the OP, I get an error and the suggested action does not help.
$ go-licenses csv "github.com/google/trillian/server/trillian_log_server"
Error: errors for ["github.com/google/trillian/server/trillian_log_server"]:
github.com/google/trillian/server/trillian_log_server: -: no required module provides package github.com/google/trillian/server/trillian_log_server; to add it:
go get github.com/google/trillian/server/trillian_log_server
$ go get github.com/google/trillian/server/trillian_log_server
go: downloading github.com/google/trillian v1.4.0
go get: module github.com/google/trillian@upgrade found (v1.4.0), but does not contain package github.com/google/trillian/server/trillian_log_server
$ go-licenses csv "github.com/google/trillian/server/trillian_log_server"
Error: errors for ["github.com/google/trillian/server/trillian_log_server"]:
github.com/google/trillian/server/trillian_log_server: -: no required module provides
package github.com/google/trillian/server/trillian_log_server; to add it:
go get github.com/google/trillian/server/trillian_log_server
I've been trying the examples in readme, but they all give me empty result. I am using golang version:
The text was updated successfully, but these errors were encountered: