Skip to content

Commit 1c096fa

Browse files
committed
upgrade libs fix #1
1 parent 035895e commit 1c096fa

152 files changed

Lines changed: 24294 additions & 82998 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

go.mod

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,19 @@ go 1.16
55
require (
66
github.com/OpenIoTHub/iot-manager-grpc-api v0.0.45
77
github.com/OpenIoTHub/server-grpc-api v1.0.13
8-
github.com/OpenIoTHub/utils v0.0.67
8+
github.com/OpenIoTHub/utils v0.0.69
99
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
1010
github.com/gomodule/redigo v2.0.0+incompatible
11-
github.com/iotdevice/zeroconf v0.1.2 // indirect
12-
github.com/klauspost/cpuid v1.3.0 // indirect
13-
github.com/klauspost/reedsolomon v1.9.9 // indirect
14-
github.com/libp2p/go-yamux v1.4.0
11+
github.com/libp2p/go-yamux v1.4.1
1512
github.com/miekg/dns v1.1.29 // indirect
16-
github.com/mmcloughlin/avo v0.0.0-20200523190732-4439b6b2c061 // indirect
17-
github.com/pkg/errors v0.9.1 // indirect
1813
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
19-
github.com/templexxx/cpu v0.0.7 // indirect
2014
github.com/templexxx/cpufeat v0.0.0-20180724012125-cef66df7f161 // indirect
2115
github.com/templexxx/xor v0.0.0-20191217153810-f85b25db303b // indirect
22-
github.com/tjfoc/gmsm v1.3.2 // indirect
2316
github.com/urfave/cli/v2 v2.3.0
2417
github.com/xtaci/kcp-go v5.4.20+incompatible
25-
github.com/xtaci/kcp-go/v5 v5.5.14 // indirect
26-
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
27-
golang.org/x/mod v0.3.0 // indirect
18+
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
2819
golang.org/x/net v0.0.0-20201027133719-8eef5233e2a1
29-
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
30-
golang.org/x/text v0.3.3 // indirect
31-
golang.org/x/tools v0.0.0-20200702044944-0cc1aa72b347 // indirect
3220
google.golang.org/grpc v1.33.1
33-
google.golang.org/protobuf v1.25.0 // indirect
3421
gopkg.in/yaml.v2 v2.3.0
3522
)
3623

go.sum

Lines changed: 31 additions & 90 deletions
Large diffs are not rendered by default.

session/loadConfigFromIoTManager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const IoTManagerAddr = "iot-manager.iotserv.com:8881"
1818
func LoadConfigFromIoTManager() (err error) {
1919
conn, err := grpc.Dial(IoTManagerAddr, grpc.WithInsecure())
2020
if err != nil {
21-
log.Println("grpc.Dial: %v", err)
21+
log.Println("grpc.Dial:", err)
2222
return
2323
}
2424
defer conn.Close()

vendor/github.com/klauspost/cpuid/.travis.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

vendor/github.com/klauspost/cpuid/README.md

Lines changed: 0 additions & 187 deletions
This file was deleted.

0 commit comments

Comments
 (0)