This is an automated email from the ASF dual-hosted git repository.
ccondit pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/yunikorn-scheduler-interface.git
The following commit(s) were added to refs/heads/master by this push:
new ff06224 [YUNIKORN-1912] [ADDENDUM] Upgrade golang dependencies for
CVEs
ff06224 is described below
commit ff06224fc98db6e85ccbc171a49ed76fb2e7e334
Author: Craig Condit <[email protected]>
AuthorDate: Thu Sep 14 10:02:38 2023 -0500
[YUNIKORN-1912] [ADDENDUM] Upgrade golang dependencies for CVEs
---
go.mod | 2 +-
go.sum | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/go.mod b/go.mod
index a8f642e..d452354 100644
--- a/go.mod
+++ b/go.mod
@@ -19,7 +19,7 @@
module github.com/apache/yunikorn-scheduler-interface
-go 1.21
+go 1.20
require (
google.golang.org/grpc v1.56.0
diff --git a/go.sum b/go.sum
index eda6b14..1018765 100644
--- a/go.sum
+++ b/go.sum
@@ -3,7 +3,6 @@ github.com/golang/protobuf v1.5.3
h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg
github.com/golang/protobuf v1.5.3/go.mod
h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY=
github.com/google/go-cmp v0.5.5/go.mod
h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
-github.com/google/go-cmp v0.5.9/go.mod
h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
golang.org/x/net v0.15.0 h1:ugBLEUaxABaB5AJqW9enI0ACdci2RUd4eP51NTBvuJ8=
golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk=
golang.org/x/sys v0.12.0 h1:CM0HF96J0hcLAwsHPJZjfdNzs0gftsLfgKt57wWHJ0o=
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]