File tree 3 files changed +648
-26
lines changed
3 files changed +648
-26
lines changed Original file line number Diff line number Diff line change 4
4
5
5
require github.com/sirupsen/logrus v1.9.0
6
6
7
- require golang.org/x/sys v0.6.0 // indirect
7
+ require (
8
+ golang.org/x/sys v0.6.0 // indirect
9
+ periph.io/x/conn/v3 v3.7.0
10
+ periph.io/x/host/v3 v3.8.2
11
+ )
Original file line number Diff line number Diff line change @@ -14,3 +14,7 @@ golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
14
14
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
15
15
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo =
16
16
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
17
+ periph.io/x/conn/v3 v3.7.0 h1:f1EXLn4pkf7AEWwkol2gilCNZ0ElY+bxS4WE2PQXfrA =
18
+ periph.io/x/conn/v3 v3.7.0 /go.mod h1:ypY7UVxgDbP9PJGwFSVelRRagxyXYfttVh7hJZUHEhg =
19
+ periph.io/x/host/v3 v3.8.2 h1:ayKUDzgUCN0g8+/xM9GTkWaOBhSLVcVHGTfjAOi8OsQ =
20
+ periph.io/x/host/v3 v3.8.2 /go.mod h1:yFL76AesNHR68PboofSWYaQTKmvPXsQH2Apvp/ls/K4 =
You can’t perform that action at this time.
0 commit comments