-
- Downloads
Merge branch 'update-go-grpc-middleware' into 'main'
Removes module github.com/grpc-ecosystem/go-grpc-middleware Closes #675 See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/859 Merged-by:Igor Drozdov <idrozdov@gitlab.com> Approved-by:
Igor Drozdov <idrozdov@gitlab.com> Approved-by:
Vasilii Iakliushin <viakliushin@gitlab.com> Co-authored-by:
Harshit Prasad <harshitprasad28@gmail.com>
No related branches found
No related tags found
Loading
| Loading
| @@ -4,7 +4,6 @@ go 1.19 |
require ( | ||
github.com/golang-jwt/jwt/v5 v5.0.0 | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 | ||
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 | ||
github.com/hashicorp/go-retryablehttp v0.7.4 | ||
github.com/mattn/go-shellwords v1.0.12 | ||
Loading
| Loading
| @@ -52,6 +51,7 @@ require ( |
github.com/google/uuid v1.3.1 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.2.5 // indirect | ||
github.com/googleapis/gax-go/v2 v2.12.0 // indirect | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect | ||
github.com/hashicorp/yamux v0.1.2-0.20220728231024-8f49b6f63f18 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
Loading
| Loading
|
Please register or sign in to comment