diff --git a/time/scheduler/scheduler.go b/time/scheduler/scheduler.go index 4b5275d..c12a9eb 100644 --- a/time/scheduler/scheduler.go +++ b/time/scheduler/scheduler.go @@ -9,8 +9,8 @@ import ( "syscall" "time" - "git.loafle.net/overflow/probe/service/scheduler/storage" - "git.loafle.net/overflow/probe/service/scheduler/task" + "git.loafle.net/commons/util-go/time/scheduler/storage" + "git.loafle.net/commons/util-go/time/scheduler/task" ) type Scheduler struct { diff --git a/time/scheduler/scheduler_test.go b/time/scheduler/scheduler_test.go index 5e85244..b6f4d31 100644 --- a/time/scheduler/scheduler_test.go +++ b/time/scheduler/scheduler_test.go @@ -5,8 +5,8 @@ import ( "testing" "time" - "git.loafle.net/overflow/probe/service/scheduler" - "git.loafle.net/overflow/probe/service/scheduler/storage" + "git.loafle.net/commons/util-go/time/scheduler" + "git.loafle.net/commons/util-go/time/scheduler/storage" ) func TestDiscoverPort(t *testing.T) { diff --git a/time/scheduler/storage.go b/time/scheduler/storage.go index 4eeb253..4179c9c 100644 --- a/time/scheduler/storage.go +++ b/time/scheduler/storage.go @@ -7,8 +7,8 @@ import ( "strings" "time" - "git.loafle.net/overflow/probe/service/scheduler/storage" - "git.loafle.net/overflow/probe/service/scheduler/task" + "git.loafle.net/commons/util-go/time/scheduler/storage" + "git.loafle.net/commons/util-go/time/scheduler/task" ) type storageAdapter struct {