mirror of
https://github.com/tobiasehlert/teslamateapi.git
synced 2026-02-27 09:54:18 +08:00
11 lines
209 B
Modula-2
11 lines
209 B
Modula-2
module github.com/tobiasehlert/teslamateapi
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/eclipse/paho.mqtt.golang v1.3.2
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/lib/pq v1.10.0
|
|
)
|