-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump google.golang.org/grpc from 1.57.0 to 1.57.1
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.57.0 to 1.57.1. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.57.0...v1.57.1) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
afd1c70
commit 0f04d22
Showing
2 changed files
with
18 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,25 @@ | ||
module github.com/pfnet-research/meta-fuse-csi-plugin | ||
|
||
go 1.20 | ||
|
||
require k8s.io/klog/v2 v2.100.1 | ||
require ( | ||
github.com/container-storage-interface/spec v1.8.0 | ||
github.com/kubernetes-csi/csi-lib-utils v0.15.0 | ||
github.com/spf13/pflag v1.0.5 | ||
golang.org/x/net v0.13.0 | ||
google.golang.org/grpc v1.57.1 | ||
k8s.io/apimachinery v0.28.1 | ||
k8s.io/klog/v2 v2.100.1 | ||
k8s.io/mount-utils v0.28.1 | ||
) | ||
|
||
require ( | ||
github.com/container-storage-interface/spec v1.8.0 // indirect | ||
github.com/go-logr/logr v1.2.4 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/kubernetes-csi/csi-lib-utils v0.15.0 // indirect | ||
github.com/moby/sys/mountinfo v0.6.2 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
golang.org/x/net v0.13.0 // indirect | ||
golang.org/x/sys v0.10.0 // indirect | ||
golang.org/x/text v0.11.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect | ||
google.golang.org/grpc v1.57.0 // indirect | ||
google.golang.org/protobuf v1.30.0 // indirect | ||
k8s.io/apimachinery v0.28.1 // indirect | ||
k8s.io/mount-utils v0.28.1 // indirect | ||
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters