
This will avoid listing this version in "go list -m -versions", which is used by GitHub's dependabot. The "go list" is expected to list versions oldest to newest, but it doesn't exclude the "+incompatible" versions and treats v2.1.0 as the newest. We don't want that, 1.1 is the latest at the moment.
7 lines
125 B
Modula-2
7 lines
125 B
Modula-2
module github.com/google/gousb
|
|
|
|
go 1.16
|
|
|
|
// Released in error, v1.* remains the current version.
|
|
retract v2.1.0+incompatible
|