This is an automated email from the ASF dual-hosted git repository.
wilfreds pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-release.git
The following commit(s) were added to refs/heads/master by this push:
new bc14e17 [YUNIKORN-1819] Update yaml dependency (#149)
bc14e17 is described below
commit bc14e1795ba582a396eb8467208fc7898e70f6f7
Author: wusamzong <[email protected]>
AuthorDate: Fri Jun 23 00:01:08 2023 +1000
[YUNIKORN-1819] Update yaml dependency (#149)
Closes: #149
Signed-off-by: Wilfred Spiegelenburg <[email protected]>
---
go.mod | 3 ++-
go.sum | 1 +
perf-tools/framework/config.go | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/go.mod b/go.mod
index 1f8084a..333335b 100644
--- a/go.mod
+++ b/go.mod
@@ -27,7 +27,7 @@ require (
github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5
go.uber.org/zap v1.24.0
gonum.org/v1/plot v0.9.0
- gopkg.in/yaml.v2 v2.2.8
+ gopkg.in/yaml.v3 v3.0.1
gotest.tools v2.2.0+incompatible
k8s.io/api v0.20.11
k8s.io/apimachinery v0.20.11
@@ -72,6 +72,7 @@ require (
google.golang.org/grpc v1.27.1 // indirect
google.golang.org/protobuf v1.26.0-rc.1 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
+ gopkg.in/yaml.v2 v2.2.8 // indirect
k8s.io/klog/v2 v2.4.0 // indirect
k8s.io/utils v0.0.0-20201110183641-67b214c5f920 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.1.2 // indirect
diff --git a/go.sum b/go.sum
index 5b2a416..e9c5f1b 100644
--- a/go.sum
+++ b/go.sum
@@ -419,6 +419,7 @@ gopkg.in/yaml.v2 v2.2.8
h1:obN1ZagJSUGI0Ek/LBmuj4SNLPfIny3KsKFopxRdj10=
gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod
h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
+gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gotest.tools v2.2.0+incompatible
h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo=
gotest.tools v2.2.0+incompatible/go.mod
h1:DsYFclhRJ6vuDpmuTbkuFWG+y2sxOXAzmJt81HFBacw=
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod
h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
diff --git a/perf-tools/framework/config.go b/perf-tools/framework/config.go
index 28432fc..fe0f9ab 100644
--- a/perf-tools/framework/config.go
+++ b/perf-tools/framework/config.go
@@ -24,7 +24,7 @@ import (
apiv1 "k8s.io/api/core/v1"
- "gopkg.in/yaml.v2"
+ "gopkg.in/yaml.v3"
)
type Config struct {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]