Skip to content

Commit

Permalink
Merge pull request etcd-io#6617 from gyuho/vendor-update
Browse files Browse the repository at this point in the history
vendor: update glide and grpc-go
  • Loading branch information
gyuho authored Oct 10, 2016
2 parents 3a6fe61 + 4a07bbe commit d7f69d0
Show file tree
Hide file tree
Showing 24 changed files with 336 additions and 1,486 deletions.
2 changes: 1 addition & 1 deletion clientv3/balancer.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func newSimpleBalancer(eps []string) *simpleBalancer {
return sb
}

func (b *simpleBalancer) Start(target string) error { return nil }
func (b *simpleBalancer) Start(target string, config grpc.BalancerConfig) error { return nil }

func (b *simpleBalancer) ConnectNotify() <-chan struct{} {
b.mu.Lock()
Expand Down
44 changes: 0 additions & 44 deletions cmd/vendor/github.com/cpuguy83/go-md2man/md2man.go

This file was deleted.

160 changes: 0 additions & 160 deletions cmd/vendor/github.com/golang/groupcache/byteview.go

This file was deleted.

Loading

0 comments on commit d7f69d0

Please sign in to comment.