-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (23 loc) · 801 Bytes
/
go.mod
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
module github.com/lotharbach/tesla-hermes-signaling
go 1.21.3
require (
github.com/sacOO7/gowebsocket v0.0.0-20221109081133-70ac927be105
github.com/teslamotors/vehicle-command v0.0.1
google.golang.org/protobuf v1.31.0
)
require (
github.com/PuerkitoBio/goquery v1.8.1 // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/bogosj/tesla v1.3.1 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/sacOO7/go-logger v0.0.0-20180719173527-9ac9add5a50d // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/oauth2 v0.15.0 // indirect
golang.org/x/sys v0.15.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
)
require (
github.com/google/uuid v1.4.0
github.com/gorilla/websocket v1.5.1 // indirect
github.com/sirupsen/logrus v1.9.3
)