go.mod: upgrade to github.com/karalabe/usb v0.0.2 (#24356)

This upgrade resolves a build issue on Android 7+ and removes
a build warning on macOS >= 12.0.
This commit is contained in:
Felix Lange
2022-02-08 19:58:27 +01:00
committed by GitHub
parent 5a0d487c3b
commit fb3a6528cf
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -44,7 +44,7 @@ require (
github.com/jackpal/go-nat-pmp v1.0.2
github.com/jedisct1/go-minisign v0.0.0-20190909160543-45766022959e
github.com/julienschmidt/httprouter v1.2.0
github.com/karalabe/usb v0.0.0-20211005121534-4c5740d64559
github.com/karalabe/usb v0.0.2
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.8
github.com/mattn/go-isatty v0.0.12