You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
598 B
15 lines
598 B
module git.nightmare.haus/rudi/TeslaGo |
|
|
|
go 1.16 |
|
|
|
require ( |
|
github.com/bogosj/tesla v1.0.1 |
|
github.com/golang/protobuf v1.5.2 // indirect |
|
github.com/therecipe/qt v0.0.0-20200904063919-c0c124a5770d |
|
github.com/therecipe/qt/internal/binding/files/docs/5.12.0 v0.0.0-20200904063919-c0c124a5770d // indirect |
|
github.com/therecipe/qt/internal/binding/files/docs/5.13.0 v0.0.0-20200904063919-c0c124a5770d // indirect |
|
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914 |
|
google.golang.org/appengine v1.6.7 // indirect |
|
google.golang.org/protobuf v1.27.1 // indirect |
|
samhofi.us/x/keybase/v2 v2.1.1 |
|
)
|
|
|