forked from OpenIoTHub/gateway-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
41 lines (38 loc) · 1.8 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
module github.com/OpenIoTHub/gateway-go
go 1.13
require (
github.com/OpenIoTHub/gateway-grpc-api v1.0.5
github.com/OpenIoTHub/surgemq v0.0.0-20200208110538-19a158b84b63
github.com/OpenIoTHub/utils v0.0.47
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/golang/protobuf v1.4.2 // indirect
github.com/iotdevice/zeroconf v0.1.2
github.com/jacobsa/go-serial v0.0.0-20180131005756-15cf729a72d4
github.com/klauspost/cpuid v1.3.0 // indirect
github.com/klauspost/reedsolomon v1.9.9 // indirect
github.com/libp2p/go-yamux v1.3.8
github.com/miekg/dns v1.1.29 // indirect
github.com/mmcloughlin/avo v0.0.0-20200523190732-4439b6b2c061 // indirect
github.com/pkg/errors v0.9.1
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
github.com/stretchr/testify v1.4.0 // indirect
github.com/surge/glog v0.0.0-20141108051140-2578deb2b95c // indirect
github.com/surgemq/message v0.0.0-20151017233315-2b7ca1ac6121 // indirect
github.com/surgemq/surgemq v0.0.0-20181111185059-782e2da07805 // indirect
github.com/templexxx/cpu v0.0.7 // indirect
github.com/tjfoc/gmsm v1.3.2 // indirect
github.com/urfave/cli/v2 v2.2.0
github.com/xtaci/kcp-go/v5 v5.5.14 // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/mod v0.3.0 // indirect
golang.org/x/net v0.0.0-20200625001655-4c5254603344
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
golang.org/x/text v0.3.3 // indirect
golang.org/x/tools v0.0.0-20200702044944-0cc1aa72b347 // indirect
google.golang.org/genproto v0.0.0-20200702021140-07506425bd67 // indirect
google.golang.org/grpc v1.30.0
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v2 v2.3.0
)
//replace github.com/OpenIoTHub/utils => C:\Users\Farry\go\src\github.com\OpenIoTHub\utils