-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathgo.mod
23 lines (21 loc) · 974 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/256dpi/gomqtt
require (
github.com/256dpi/mercury v0.2.0
github.com/Pallinder/go-randomdata v1.2.0
github.com/abiosoft/ishell v2.0.0+incompatible
github.com/abiosoft/readline v0.0.0-20180607040430-155bce2042db // indirect
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
github.com/chzyer/logex v1.1.10 // indirect
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
github.com/fatih/color v1.7.0 // indirect
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
github.com/gorilla/websocket v1.4.1
github.com/jpillora/backoff v0.0.0-20170918002102-8eab2debe79d
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/stretchr/testify v1.3.0
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
)
go 1.14