22 lines
582 B
Modula-2
22 lines
582 B
Modula-2
|
module github.com/mochi-co/mqtt
|
||
|
|
||
|
go 1.18
|
||
|
|
||
|
require (
|
||
|
github.com/asdine/storm v2.1.2+incompatible
|
||
|
github.com/asdine/storm/v3 v3.2.1
|
||
|
github.com/gorilla/websocket v1.5.0
|
||
|
github.com/jinzhu/copier v0.3.5
|
||
|
github.com/logrusorgru/aurora v2.0.3+incompatible
|
||
|
github.com/rs/xid v1.4.0
|
||
|
github.com/stretchr/testify v1.7.1
|
||
|
go.etcd.io/bbolt v1.3.5
|
||
|
)
|
||
|
|
||
|
require (
|
||
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
||
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||
|
golang.org/x/sys v0.0.0-20200923182605-d9f96fdee20d // indirect
|
||
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
||
|
)
|