mirror of
https://github.com/lucacasonato/mqtt.git
synced 2025-09-26 19:01:12 +08:00
![dependabot-preview[bot]](/assets/img/avatar_default.png)
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>
10 lines
198 B
Modula-2
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
|
|
)
|