mirror of
https://github.com/tobiasehlert/teslamateapi.git
synced 2026-02-27 09:54:18 +08:00
0d96d5d228
Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.10.0 to 1.10.1. - [Release notes](https://github.com/lib/pq/releases) - [Commits](https://github.com/lib/pq/compare/v1.10.0...v1.10.1) Signed-off-by: dependabot[bot] <support@github.com>
10 lines
170 B
Modula-2
10 lines
170 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
|
|
)
|