File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ module github.com/mishamyrt/nuga-lib
2
2
3
3
go 1.20
4
4
5
- require github.com/sstallion/go-hid v0.14.1
5
+ require (
6
+ github.com/pkg/errors v0.9.1
7
+ github.com/sstallion/go-hid v0.14.1
8
+ )
6
9
7
10
require golang.org/x/sys v0.9.0 // indirect
Original file line number Diff line number Diff line change
1
+ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
2
+ github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
1
3
github.com/sstallion/go-hid v0.14.1 h1:shbZlKqv5fr1KnxwqtLEPGkOoA6OSUWTx9TblegATvc =
2
4
github.com/sstallion/go-hid v0.14.1 /go.mod h1:fPKp4rqx0xuoTV94gwKojsPG++KNKhxuU88goGuGM7I =
3
5
golang.org/x/sys v0.9.0 h1:KS/R3tvhPqvJvwcKfnBHJwwthS11LRhmM5D59eEXa0s =
You can’t perform that action at this time.
0 commit comments