File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- module github.com/gdharley /flowable-external-client-golang
1+ module github.com/flowable /flowable-external-client-golang
22
33go 1.23.4
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package main
33import (
44 "time"
55
6- "github.com/gdharley /flowable-external-client-golang/flowable"
7- "github.com/gdharley /flowable-external-client-golang/worker"
6+ "github.com/flowable /flowable-external-client-golang/flowable"
7+ "github.com/flowable /flowable-external-client-golang/worker"
88)
99
1010// Sample main function to start the Flowable external worker subscription
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package worker_test
33import (
44 "testing"
55
6- "github.com/gdharley /flowable-external-client-golang/flowable"
7- "github.com/gdharley /flowable-external-client-golang/worker"
6+ "github.com/flowable /flowable-external-client-golang/flowable"
7+ "github.com/flowable /flowable-external-client-golang/worker"
88)
99
1010func TestExternalWorkerSuccess (t * testing.T ) {
Original file line number Diff line number Diff line change 44 "encoding/json"
55 "testing"
66
7- "github.com/gdharley /flowable-external-client-golang/flowable"
7+ "github.com/flowable /flowable-external-client-golang/flowable"
88)
99
1010func TestGetVar_String (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package worker_test
33import (
44 "testing"
55
6- "github.com/gdharley /flowable-external-client-golang/flowable"
6+ "github.com/flowable /flowable-external-client-golang/flowable"
77)
88
99func TestExtractVariablesFromBody_MapFormat (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package worker
33import (
44 "strconv"
55
6- "github.com/gdharley /flowable-external-client-golang/flowable"
6+ "github.com/flowable /flowable-external-client-golang/flowable"
77)
88
99// ExternalWorker is the worker handler function used by the Flowable subscriber.
You can’t perform that action at this time.
0 commit comments