Files
archived-teslamateapi/go.mod
T
dependabot[bot] 85823b150a Bump github.com/lib/pq from 1.9.0 to 1.10.0
Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/lib/pq/releases)
- [Commits](https://github.com/lib/pq/compare/v1.9.0...v1.10.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-08 08:20:52 +00:00

11 lines
209 B
Modula-2

module github.com/tobiasehlert/teslamateapi
go 1.15
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
)