A shitty mqtt server written by me
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module badat.dev/maeqtt/v2 |
|
|
|
go 1.16 |
|
|
|
require ( |
|
github.com/gdexlab/go-render v1.0.1 // indirect |
|
github.com/josharian/impl v1.1.0 // indirect |
|
golang.org/x/mod v0.5.0 // indirect |
|
golang.org/x/sys v0.0.0-20210915083310-ed5796bab164 // indirect |
|
golang.org/x/tools v0.1.5 // indirect |
|
)
|
|
|