Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
enable opentracing
Browse files Browse the repository at this point in the history
Signed-off-by: Denys Smirnov <denys@sourced.tech>
  • Loading branch information
Denys Smirnov authored and dennwc committed Nov 28, 2018
1 parent 33c20cf commit f1bb423
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
22 changes: 19 additions & 3 deletions Gopkg.lock

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

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

[[constraint]]
name = "gopkg.in/bblfsh/sdk.v2"
version = "2.4.x"
version = "2.9.x"

[prune]
go-tests = true
Expand Down
1 change: 1 addition & 0 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ func NewClientContext(ctx context.Context, endpoint string) (*Client, error) {
grpc.WithBlock(),
grpc.WithInsecure(),
}
opts = append(opts, protocol2.DialOptions()...)

conn, err := grpc.DialContext(ctx, endpoint, opts...)
if err != nil {
Expand Down

0 comments on commit f1bb423

Please sign in to comment.