mirror of
https://github.com/tobiasehlert/teslamateapi.git
synced 2026-02-27 09:54:18 +08:00
6ee81c6716
removed by mistake in b3b731b
11 lines
205 B
Modula-2
11 lines
205 B
Modula-2
module github.com/tobiasehlert/teslamateapi
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/eclipse/paho.mqtt.golang v1.3.3
|
|
github.com/gin-gonic/gin v1.7.1
|
|
github.com/lib/pq v1.10.1
|
|
github.com/thanhpk/randstr v1.0.4
|
|
)
|