Files
archived-teslamateapi/go.mod
T
dependabot[bot] 83075390f8 Bump github.com/gin-gonic/gin from 1.7.2 to 1.7.3 (#94)
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/gin-gonic/gin/releases)
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gin-gonic/gin/compare/v1.7.2...v1.7.3)

---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-03 13:18:58 +02: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.3
github.com/lib/pq v1.10.2
github.com/thanhpk/randstr v1.0.4
)