Skip to content

Commit e6726ca

Browse files
committed
working on rasp pi code
1 parent 528c42b commit e6726ca

File tree

3 files changed

+648
-26
lines changed

3 files changed

+648
-26
lines changed

section-2-backend-server/go.mod

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ go 1.20
44

55
require github.com/sirupsen/logrus v1.9.0
66

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+
)

section-2-backend-server/go.sum

+4
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
1414
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
1515
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo=
1616
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=

0 commit comments

Comments
 (0)