Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #639

Merged
merged 16 commits into from Sep 23, 2020
Merged

Update dependencies #639

merged 16 commits into from Sep 23, 2020

Conversation

julio-lopez
Copy link
Collaborator

Combo dependency updates, since many had fallen behind.

Julio Lopez added 16 commits September 22, 2020 20:14
cloud.google.com/go/storage to v1.12.0 from version 1.8.0
- https://github.com/googleapis/google-cloud-go/releases/tag/storage%2Fv1.12.0

google.golang.org/protobuf to 1.25.0
- https://github.com/protocolbuffers/protobuf-go/releases/tag/v1.25.0

google.golang.org/api from 0.25 to 0.32.0
- https://github.com/googleapis/google-api-go-client/releases

Also upgrade golang.org/x dependencies
Fixes an issue when working with relative directories
https://github.com/google/go-cloud/releases/tag/v0.20.0

Also upgrades Azure storage blob to 0.10.0
https://github.com/Azure/azure-storage-blob-go/releases/tag/v0.10.0

as well as other Azure dependencies

azure-amqp-common-go    v2.1.0 => v2.1.0
azure-pipeline-go       v0.2.2 => v0.2.3
github.com/klauspost/compress to v1.11.0
github.com/klauspost/pgzip to v1.2.5
github.com/natefinch/atomic v0.0.0-20150920032501-a62ce929ffcc
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/minio/minio v0.0.0-20200922223427-0537a21b7948
github.com/minio/minio-go/v6 v6.0.58-0.20200612001654-a57fec8037ec
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we upgrade to v7?

also, can we get rid of minio/minio which is only used in tests.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

go mod will include dependencies even if they are only used in test or in a different platform.
I can push a separate patch to upgrade to v7, in case there are any issues with it to at least upgrade the rest.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The test depends on this "github.com/minio/minio/pkg/madmin" - I was wondering whether there's equivalent in v7 package.

@julio-lopez julio-lopez merged commit 0f449f3 into kopia:master Sep 23, 2020
@julio-lopez julio-lopez deleted the dep/update branch September 23, 2020 05:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants