google / gousb

gousb provides low-level interface for accessing USB devices
Apache License 2.0
845 stars 124 forks source link

ERROR: Unknown revision v2.1.0 #83

Closed HeinzAlberto closed 4 years ago

HeinzAlberto commented 4 years ago

Hi there!

When installing gousb using "go get -v github.com/google/gousb" (as written in the Readme on GitHub) I just get the error "go: error loading module requirements"... (See screenshot.)

Is there a workaround for this problem? grafik

zagrodzki commented 4 years ago

Argh. The go proxy (proxy.golang.org) cached the info about v2.1.0, and apparently there's no way to remove it, even though it was present only for one day in April. Sad face. I've reinstated the v2.1.0.

zagrodzki commented 4 years ago

FTR, we've released v1.1.1 with a module specification (go.mod) and I believe go get will prefer that over the v2.1.0+incompatible from now on.