Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go-licenses csv "github.com/google/trillian/server/trillian_log_server" gives me empty result #80

Closed
anfernee opened this issue Sep 1, 2021 · 2 comments

Comments

@anfernee
Copy link

anfernee commented Sep 1, 2021

I've been trying the examples in readme, but they all give me empty result. I am using golang version:

$ go version
go version go1.16.3 linux/amd64
@pjh
Copy link

pjh commented Oct 27, 2021

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
$ go version
go version go1.17.2 linux/amd64

@Bobgy
Copy link
Collaborator

Bobgy commented Apr 10, 2022

Updated documentation in #111 to include full context of how to run the tool.

@Bobgy Bobgy closed this as completed Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants