From 86f5bb331342f2883b057920cf58e2c042aef881 Mon Sep 17 00:00:00 2001 From: vsoch Date: Sat, 16 Dec 2023 13:20:08 -0700 Subject: [PATCH] jank update to allow using as go module (named under researchapps) 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 --- resource/reapi/bindings/go/go.mod | 2 +- resource/reapi/bindings/go/src/test/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resource/reapi/bindings/go/go.mod b/resource/reapi/bindings/go/go.mod index 500626b78..e26833484 100644 --- a/resource/reapi/bindings/go/go.mod +++ b/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 diff --git a/resource/reapi/bindings/go/src/test/main.go b/resource/reapi/bindings/go/src/test/main.go index cdb5e6d5b..457b1eb42 100644 --- a/resource/reapi/bindings/go/src/test/main.go +++ b/resource/reapi/bindings/go/src/test/main.go @@ -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() {