Marius
|
fa09e71262
|
deps: Update dependencies for GCSStore (#535)
* build(deps): bump google.golang.org/grpc from 1.28.0 to 1.41.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.28.0 to 1.41.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.28.0...v1.41.0)
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* build(deps): bump google.golang.org/api from 0.6.0 to 0.59.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.6.0 to 0.59.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.6.0...v0.59.0)
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Regenerate GCS API mock
* update test
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-10-24 10:58:03 +02:00 |
Ankit Pokhrel
|
898f3fe72a
|
gcsstore: Remove unnecessary typecasts and unused mocks (#313)
|
2019-10-09 14:44:13 +02:00 |
Marius
|
485c21d72e
|
core: Add context to DataStores
Closes https://github.com/tus/tusd/issues/288
|
2019-09-15 13:43:59 +02:00 |
Marius
|
d01d878e29
|
gcsstore: Adjust to new DataStore interfaces
|
2019-09-10 11:09:07 +02:00 |
Marius
|
f290aa36d7
|
gcsstore: Add storage details
|
2019-08-19 11:08:24 +02:00 |
Marius
|
42bfe35457
|
core: Move packages into pkg/ and internal/ folders
|
2019-06-11 18:23:20 +02:00 |