Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Commit

Permalink
Update cherami-client to v2.3.0 (#272)
Browse files Browse the repository at this point in the history
* Update cherami-client to v2.3.0

* revert websocket

* pin thrift

* pin cherami-thrift
  • Loading branch information
kobeyang authored Aug 11, 2017
1 parent 138cd6e commit 516439e
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 21 deletions.
52 changes: 32 additions & 20 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package: github.com/uber/cherami-server
import:
- package: github.com/sirupsen/logrus
- package: github.com/apache/thrift
version: ">=0.9.3, <0.11.0"
subpackages:
- lib/go/thrift
- package: github.com/aws/aws-sdk-go
Expand Down Expand Up @@ -32,14 +33,15 @@ import:
- package: github.com/uber-common/bark
version: fix-logrus-8841a0f
- package: github.com/uber/cherami-client-go
version: =1.23.0
version: =2.3.0
subpackages:
- client/cherami
- common
- common/backoff
- common/websocket
- stream
- package: github.com/uber/cherami-thrift
version: v1.24.0-rc0
subpackages:
- .generated/go/admin
- .generated/go/cherami
Expand Down

0 comments on commit 516439e

Please sign in to comment.