jfrog / gocenter

The Github README for JFrog Go-center. Use this for reporting issues
https://gocenter.io
Apache License 2.0
164 stars 23 forks source link

"Add Missing Version(s)" does nothing #52

Closed marianrh closed 4 years ago

marianrh commented 4 years ago

Hi, I'm looking at https://search.gocenter.io/github.com/mattn/go-sqlite3?tab=versions. Under "Missing Versions", the version v1.14.1 is currently listed. I need this version and want to add it. However, clicking the button "Add Missing Version(s)" has no effect other than showing a click animation.

Thanks, Marian

marianrh commented 4 years ago

v1.14.1 is now shown under "Processed Versions".

elioengcomp commented 4 years ago

Hi @marianrh ,

Thanks for your message. I'm glad you found the module you were looking for.

I just want to point out that you don't need to use the UI or wait for a module to be visible there in order to fetch it from GoCenter. If you have your GOPROXY set pointing to GoCenter you can just run a go get <PATH>@<VERSION> and that will cause GoCenter to fetch and serve the missing version on demand.