Skip to content

Commit

Permalink
update grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
matteriot committed May 11, 2020
1 parent 9bc79e0 commit 3b1d7d7
Show file tree
Hide file tree
Showing 8 changed files with 521 additions and 2,421 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/OpenIoTHub/server-go
go 1.12

require (
github.com/OpenIoTHub/grpc-api v0.0.0-20200427072713-117370265662
github.com/OpenIoTHub/server-grpc-api v0.0.0-20200511044130-638841a924dc
github.com/OpenIoTHub/utils v0.0.33
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/iotdevice/zeroconf v0.1.2 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/OpenIoTHub/grpc-api v0.0.0-20200427072713-117370265662 h1:gDGJ/48V9/sVOb79vFscFVdZRXcupcGF+Xtd1ISbV5E=
github.com/OpenIoTHub/grpc-api v0.0.0-20200427072713-117370265662/go.mod h1:BdMxExCRghMBkYgK3hjllqe1ZQh+Q6g6Oy5nmDrsDeg=
github.com/OpenIoTHub/server-grpc-api v0.0.0-20200511044130-638841a924dc h1:dsSyicn95xKT0TRjyWK/P0ULkqLFPF5gWnGBGEUMezI=
github.com/OpenIoTHub/server-grpc-api v0.0.0-20200511044130-638841a924dc/go.mod h1:4Tvt1MoMNqIBcVSweRZOXuqOj5JWw1HPNxd9vZv4oAI=
github.com/OpenIoTHub/utils v0.0.33 h1:+bOfZhWWwdbZLha860hI383MWtnj4n6AEaVt3elfJ7w=
github.com/OpenIoTHub/utils v0.0.33/go.mod h1:slmbWv86SCu1f9AopK7L0Jr0hv1kMByWBxm6Q4eziSc=
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da/go.mod h1:eHEWzANqSiWQsof+nXEI9bUVUyV6F53Fp89EuCh2EAA=
Expand Down
2 changes: 1 addition & 1 deletion session/grpcListen.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package session

import (
"fmt"
"github.com/OpenIoTHub/grpc-api/pb-go"
"github.com/OpenIoTHub/server-go/config"
"github.com/OpenIoTHub/server-grpc-api/pb-go"
"google.golang.org/grpc"
"log"
"net"
Expand Down
2 changes: 1 addition & 1 deletion session/httpProxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"errors"
"fmt"
"github.com/OpenIoTHub/grpc-api/pb-go"
"github.com/OpenIoTHub/server-grpc-api/pb-go"
"github.com/OpenIoTHub/utils/io"
"github.com/OpenIoTHub/utils/net/httpUtil"
"github.com/libp2p/go-yamux"
Expand Down
Loading

0 comments on commit 3b1d7d7

Please sign in to comment.