Skip to content

Commit 82c293f

Browse files
committed
pick up codeflare-common@mcadv1b2 changes
1 parent 02cf2be commit 82c293f

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
@@ -5,7 +5,7 @@ go 1.21
55
require (
66
github.com/onsi/gomega v1.31.1
77
github.com/project-codeflare/appwrapper v0.6.4
8-
github.com/project-codeflare/codeflare-common v0.0.0-20240328004251-117c22817715
8+
github.com/project-codeflare/codeflare-common v0.0.0-20240328133031-85b5315fd82b
99
github.com/ray-project/kuberay/ray-operator v1.0.0
1010
k8s.io/api v0.29.1
1111
k8s.io/apimachinery v0.29.1

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,8 @@ github.com/project-codeflare/codeflare-common v0.0.0-20240321160419-5fce7084f350
390390
github.com/project-codeflare/codeflare-common v0.0.0-20240321160419-5fce7084f350/go.mod h1:k48kfd8LDWzku1bC4NMWLtN71MXKxuOmd8fWYx6bIZ0=
391391
github.com/project-codeflare/codeflare-common v0.0.0-20240328004251-117c22817715 h1:nz908of0ohu1PodLgQjwCsrmhAXkX9Ukj5oez+CGlg0=
392392
github.com/project-codeflare/codeflare-common v0.0.0-20240328004251-117c22817715/go.mod h1:k48kfd8LDWzku1bC4NMWLtN71MXKxuOmd8fWYx6bIZ0=
393+
github.com/project-codeflare/codeflare-common v0.0.0-20240328133031-85b5315fd82b h1:q7z3vccjFhcj/4tFLW+r2vxYAu+U86aT//8F580nqBo=
394+
github.com/project-codeflare/codeflare-common v0.0.0-20240328133031-85b5315fd82b/go.mod h1:5Yd55xTfpKfeCuof+IlrK1S2iT++vxQTJoP9rG8fE6E=
393395
github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw=
394396
github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo=
395397
github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M=

0 commit comments

Comments
 (0)