Skip to content

Commit 02cf2be

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

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-20240321160419-5fce7084f350
8+
github.com/project-codeflare/codeflare-common v0.0.0-20240328004251-117c22817715
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
@@ -388,6 +388,8 @@ github.com/project-codeflare/appwrapper v0.6.4 h1:fFoEItJoetWsvK7qlMX0XPkSY0Eull
388388
github.com/project-codeflare/appwrapper v0.6.4/go.mod h1:1M0IXkdIa5uzyoqVfbubuIzZRtqIDLgzmJEcWBMPvdg=
389389
github.com/project-codeflare/codeflare-common v0.0.0-20240321160419-5fce7084f350 h1:yLv9HleCC2On9UhHlMwPNG91QIqzj7sN2aEzU7gIgrg=
390390
github.com/project-codeflare/codeflare-common v0.0.0-20240321160419-5fce7084f350/go.mod h1:k48kfd8LDWzku1bC4NMWLtN71MXKxuOmd8fWYx6bIZ0=
391+
github.com/project-codeflare/codeflare-common v0.0.0-20240328004251-117c22817715 h1:nz908of0ohu1PodLgQjwCsrmhAXkX9Ukj5oez+CGlg0=
392+
github.com/project-codeflare/codeflare-common v0.0.0-20240328004251-117c22817715/go.mod h1:k48kfd8LDWzku1bC4NMWLtN71MXKxuOmd8fWYx6bIZ0=
391393
github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw=
392394
github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo=
393395
github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M=

0 commit comments

Comments
 (0)