Files
archived-teslamateapi/go.mod
T
dependabot[bot] 16fe362c81 Bump github.com/lib/pq from 1.10.1 to 1.10.2
Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.10.1 to 1.10.2.
- [Release notes](https://github.com/lib/pq/releases)
- [Commits](https://github.com/lib/pq/compare/v1.10.1...v1.10.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-17 07:16:22 +00:00

11 lines
205 B
Modula-2

module github.com/tobiasehlert/teslamateapi
go 1.16
require (
github.com/eclipse/paho.mqtt.golang v1.3.4
github.com/gin-gonic/gin v1.7.1
github.com/lib/pq v1.10.2
github.com/thanhpk/randstr v1.0.4
)