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 Go dependencies #1147

Merged
merged 2 commits into from
Jul 3, 2023
Merged

Update Go dependencies #1147

merged 2 commits into from
Jul 3, 2023

Commits on Jul 3, 2023

  1. Update Go dependencies

    - cloud.google.com/go/storage v1.30.1 -> v1.31.0
    - github.com/distribution/distribution/v3 v3.0.0-20230621170613-87b280718d38 -> v3.0.0-20230629214736-bac7f02e02a1
    - github.com/fluxcd/pkg/git/gogit v0.12.0 -> v0.12.1
    - github.com/fluxcd/pkg/runtime v0.39.0 -> v0.40.0
    - github.com/minio/minio-go/v7 v7.0.58 -> v7.0.59
    - google.golang.org/api v0.128.0 -> v0.129.0
    
    Signed-off-by: Hidde Beydals <[email protected]>
    hiddeco committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    b2ae512 View commit details
    Browse the repository at this point in the history
  2. gcp: update recognized mock storage server path

    This is a candidate for a refactoring / merge together with `mock/gcs`,
    but this deals with the issue for now.
    
    Signed-off-by: Hidde Beydals <[email protected]>
    hiddeco committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    24d37a8 View commit details
    Browse the repository at this point in the history