File tree Expand file tree Collapse file tree 6 files changed +7
-5
lines changed Expand file tree Collapse file tree 6 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ require (
35
35
github.com/prometheus/common v0.45.0
36
36
github.com/sasha-s/go-deadlock v0.3.5
37
37
go.uber.org/zap v1.27.0
38
+ go.yaml.in/yaml/v3 v3.0.4
38
39
golang.org/x/exp v0.0.0-20250228200357-dead58393ab7
39
40
golang.org/x/net v0.36.0
40
41
golang.org/x/time v0.10.0
41
42
google.golang.org/grpc v1.71.0
42
- gopkg.in/yaml.v3 v3.0.1
43
43
gotest.tools/v3 v3.5.2
44
44
)
45
45
Original file line number Diff line number Diff line change @@ -64,6 +64,8 @@ go.uber.org/multierr v1.10.0 h1:S0h4aNzvfcFsC3dRF1jLoaov7oRaKqRGC/pUEJ2yvPQ=
64
64
go.uber.org/multierr v1.10.0 /go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y =
65
65
go.uber.org/zap v1.27.0 h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8 =
66
66
go.uber.org/zap v1.27.0 /go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E =
67
+ go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc =
68
+ go.yaml.in/yaml/v3 v3.0.4 /go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg =
67
69
golang.org/x/exp v0.0.0-20250228200357-dead58393ab7 h1:aWwlzYV971S4BXRS9AmqwDLAD85ouC6X+pocatKY58c =
68
70
golang.org/x/exp v0.0.0-20250228200357-dead58393ab7 /go.mod h1:BHOTPb3L19zxehTsLoJXVaTktb06DFgmdW6Wb9s8jqk =
69
71
golang.org/x/net v0.36.0 h1:vWF2fRbw4qslQsQzgFqZff+BItCvGFQqKzKIzx1rmoA =
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import (
27
27
"strings"
28
28
29
29
"go.uber.org/zap"
30
- "gopkg. in/yaml. v3"
30
+ "go.yaml. in/yaml/ v3"
31
31
32
32
"github.com/apache/yunikorn-core/pkg/log"
33
33
)
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import (
28
28
29
29
"gotest.tools/v3/assert"
30
30
31
- "gopkg. in/yaml. v3"
31
+ "go.yaml. in/yaml/ v3"
32
32
)
33
33
34
34
var emptySum = ""
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ import (
35
35
"github.com/julienschmidt/httprouter"
36
36
"github.com/prometheus/client_golang/prometheus/promhttp"
37
37
"go.uber.org/zap"
38
- "gopkg. in/yaml. v3"
38
+ "go.yaml. in/yaml/ v3"
39
39
40
40
"github.com/apache/yunikorn-core/pkg/common"
41
41
"github.com/apache/yunikorn-core/pkg/common/configs"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ import (
33
33
34
34
"github.com/julienschmidt/httprouter"
35
35
"github.com/prometheus/client_golang/prometheus/promhttp"
36
- "gopkg. in/yaml. v3"
36
+ "go.yaml. in/yaml/ v3"
37
37
"gotest.tools/v3/assert"
38
38
39
39
"github.com/apache/yunikorn-core/pkg/common"
You can’t perform that action at this time.
0 commit comments