Skip to content

Commit 0c998cf

Browse files
committed
Build against yunikorn-core v1.6.3-0
1 parent 79a952d commit 0c998cf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ go 1.23.0
2323
toolchain go1.23.7
2424

2525
require (
26-
github.com/apache/yunikorn-core v1.6.2-0
26+
github.com/apache/yunikorn-core v1.6.3-0
2727
github.com/apache/yunikorn-scheduler-interface v1.6.2-0
2828
github.com/google/go-cmp v0.7.0
2929
github.com/google/uuid v1.6.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ github.com/antlr4-go/antlr/v4 v4.13.0 h1:lxCg3LAv+EUK6t1i0y1V6/SLeUi0eKEKdhQAlS8
1313
github.com/antlr4-go/antlr/v4 v4.13.0/go.mod h1:pfChB/xh/Unjila75QW7+VU4TSnWnnk9UTnmpPaOR2g=
1414
github.com/apache/yunikorn-core v1.6.2-0 h1:K3n5CslVkBzqmLt9tKpe2fH0a5xx2MTvUGXqWDIShBw=
1515
github.com/apache/yunikorn-core v1.6.2-0/go.mod h1:SI6FfvQhyf20PPX811Rq20TQ7DpbaW6yJ1zFeSAkBHU=
16+
github.com/apache/yunikorn-core v1.6.3-0 h1:T/HTJRNGH60CANgtNcFBeQeOX7lXFag6IvEW8L4j3vI=
17+
github.com/apache/yunikorn-core v1.6.3-0/go.mod h1:SI6FfvQhyf20PPX811Rq20TQ7DpbaW6yJ1zFeSAkBHU=
1618
github.com/apache/yunikorn-scheduler-interface v1.6.2-0 h1:C+LfkX4t6oP3d2fxdRJ/TSWF5weSpcdBF4XkWuMsaM8=
1719
github.com/apache/yunikorn-scheduler-interface v1.6.2-0/go.mod h1:udBVRAW3pcKRneNL8xTC9t40I5zwLjBldT+bpzw9He4=
1820
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=

0 commit comments

Comments
 (0)