-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use go v1.19 and update dependencies
Signed-off-by: Humble Chirammal <[email protected]>
- Loading branch information
Showing
2 changed files
with
34 additions
and
3 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,8 +1,16 @@ | ||
module github.com/container-storage-interface/spec | ||
|
||
go 1.16 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/golang/protobuf v1.3.2 | ||
google.golang.org/grpc v1.26.0 | ||
github.com/golang/protobuf v1.5.2 | ||
google.golang.org/grpc v1.49.0 | ||
) | ||
|
||
require ( | ||
golang.org/x/net v0.0.0-20220921203646-d300de134e69 // indirect | ||
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
google.golang.org/genproto v0.0.0-20220921223823-23cae91e6737 // indirect | ||
google.golang.org/protobuf v1.28.1 // 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