-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
39 lines (34 loc) · 1.28 KB
/
go.mod
File metadata and controls
39 lines (34 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
module github.com/Rione/ssl-RACOON-Pi2
go 1.21
require (
github.com/golang/protobuf v1.5.2 // indirect
google.golang.org/protobuf v1.35.1
)
require (
github.com/blang/semver v3.5.1+incompatible
github.com/joho/godotenv v1.5.1
github.com/rhysd/go-github-selfupdate v1.2.3
github.com/stianeikeland/go-rpio/v4 v4.6.0
go.bug.st/serial v1.3.4
)
require (
github.com/creack/goselect v0.1.2 // indirect
github.com/gofrs/uuid v4.4.0+incompatible // indirect
github.com/google/go-github/v30 v30.1.0 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf // indirect
github.com/tcnksm/go-gitconfig v0.1.2 // indirect
github.com/ulikunitz/xz v0.5.9 // indirect
gobot.io/x/gobot v1.16.0 // indirect
gocv.io/x/gocv v0.38.0 // indirect
golang.org/x/crypto v0.28.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/oauth2 v0.22.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/text v0.19.0 // indirect
google.golang.org/appengine v1.3.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect
google.golang.org/grpc v1.67.1 // indirect
)