Update dependenciess

Exclude minio-go for now (pin to 3.x.y).
This commit is contained in:
Alexander Neumann
2017-12-03 21:01:25 +01:00
parent 9d0f13c4c0
commit 946c8399e2
2985 changed files with 1008107 additions and 118934 deletions

View File

@@ -62,6 +62,9 @@ type MockCloudSpannerClient struct {
nice bool
// Client will stall on any requests.
freezed chan struct{}
// embed nil interface so updating proto with new methods don't fail the build
sppb.SpannerClient
}
// NewMockCloudSpannerClient creates new MockCloudSpannerClient instance.

View File

@@ -73,6 +73,9 @@ type MockCloudSpanner struct {
msgs chan MockCtlMsg
readTs time.Time
next int
// embed nil interface so updating proto with new methods don't fail the build
sppb.SpannerServer
}
// Addr returns the listening address of mock server.