Skip to content

Commit 633560c

Browse files
authored
Fix module dependencies (#56)
1 parent 5defba6 commit 633560c

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

go.mod

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,4 @@ module github.com/at-wat/mqtt-go
22

33
go 1.12
44

5-
require (
6-
github.com/at-wat/mqtt-go/paho v0.0.0-20191223132131-2cda1b544396 // indirect
7-
github.com/eclipse/paho.mqtt.golang v1.2.0 // indirect
8-
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
9-
)
5+
require golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553

go.sum

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
github.com/at-wat/mqtt-go/paho v0.0.0-20191223132131-2cda1b544396 h1:FPrOx/pA5cqgFBtnjcd35GFXYzt3k/mn/7xN0xMUDTI=
2-
github.com/at-wat/mqtt-go/paho v0.0.0-20191223132131-2cda1b544396/go.mod h1:DNKbScZK2jeUz4cqzfqutfpDdHOoY/2r5xbExFRxB4w=
3-
github.com/eclipse/paho.mqtt.golang v1.2.0 h1:1F8mhG9+aO5/xpdtFkW4SxOJB67ukuDC3t2y2qayIX0=
4-
github.com/eclipse/paho.mqtt.golang v1.2.0/go.mod h1:H9keYFcgq3Qr5OUJm/JZI/i6U7joQ8SYLhZwfeOo6Ts=
51
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
62
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 h1:efeOvDhwQ29Dj3SdAV/MJf8oukgn+8D8WgaCaRMchF8=
73
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=

0 commit comments

Comments
 (0)