Files
mqtt/go.mod
dependabot-preview[bot] feb16264b8 Bump github.com/google/uuid from 1.1.1 to 1.1.2 (#3)
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/google/uuid/releases)
- [Commits](https://github.com/google/uuid/compare/v1.1.1...v1.1.2)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-08-31 09:47:39 +02:00

10 lines
198 B
Modula-2

module github.com/lucacasonato/mqtt
go 1.13
require (
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/google/uuid v1.1.2
golang.org/x/net v0.0.0-20191014212845-da9a3fd4c582 // indirect
)