Skip to content

Bump dependencies

Mikhail Mazurskiy requested to merge ash2k/bump-deps into master

I'm trying to update some dependencies in Gitaly and I'm getting

go: finding module for package google.golang.org/grpc/naming
gitlab.com/gitlab-org/gitaly/cmd/gitaly imports
        gitlab.com/gitlab-org/labkit/monitoring imports
        google.golang.org/api/option imports
        google.golang.org/api/internal imports
        google.golang.org/grpc/naming: module google.golang.org/grpc@latest found (v1.37.0), but does not contain package google.golang.org/grpc/naming

To solve this I need to update dependencies here.

Merge request reports