Skip to content

Commit

Permalink
jank update to allow using as go module (named under researchapps)
Browse files Browse the repository at this point in the history
I cannot use milroy PR branch because the go.mod needs to
reference flux-framework still. As a workaround while that
is under review I am forking and updating the file here,
and can use this for development and testing until
the changes are merged into flux-framework/flux-sched

Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Dec 16, 2023
1 parent fb53e44 commit 86f5bb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resource/reapi/bindings/go/go.mod
@@ -1,3 +1,3 @@
module github.com/flux-framework/flux-sched/resource/reapi/bindings/go
module github.com/researchapps/flux-sched/resource/reapi/bindings/go

go 1.19
2 changes: 1 addition & 1 deletion resource/reapi/bindings/go/src/test/main.go
Expand Up @@ -15,7 +15,7 @@ import (
"fmt"
"os"

"github.com/flux-framework/flux-sched/resource/reapi/bindings/go/src/fluxcli"
"github.com/researchapps/flux-sched/resource/reapi/bindings/go/src/fluxcli"
)

func main() {
Expand Down

0 comments on commit 86f5bb3

Please sign in to comment.