Files
archived-teslamateapi/go.mod
T
dependabot[bot] cd18843c83 Bump github.com/eclipse/paho.mqtt.golang from 1.3.4 to 1.3.5
Bumps [github.com/eclipse/paho.mqtt.golang](https://github.com/eclipse/paho.mqtt.golang) from 1.3.4 to 1.3.5.
- [Release notes](https://github.com/eclipse/paho.mqtt.golang/releases)
- [Commits](https://github.com/eclipse/paho.mqtt.golang/compare/v1.3.4...v1.3.5)

---
updated-dependencies:
- dependency-name: github.com/eclipse/paho.mqtt.golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-07 07:22:13 +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.5
github.com/gin-gonic/gin v1.7.2
github.com/lib/pq v1.10.2
github.com/thanhpk/randstr v1.0.4
)