fix: update all imports to use Forgejo instead of GitHub
This commit is contained in:
+6
-6
@@ -11,12 +11,12 @@ import (
|
||||
"time"
|
||||
|
||||
"go.temporal.io/sdk/client"
|
||||
"github.com/rockliang/poimen/workflows/action/llm"
|
||||
"github.com/rockliang/poimen/workflows/internal/config"
|
||||
"github.com/rockliang/poimen/workflows/internal/health"
|
||||
"github.com/rockliang/poimen/workflows/internal/logging"
|
||||
"github.com/rockliang/poimen/workflows/internal/routing"
|
||||
"github.com/rockliang/poimen/workflows/statemachine"
|
||||
"forgejo.riotpiao.com/rock/poimen-workflows/action/llm"
|
||||
"forgejo.riotpiao.com/rock/poimen-workflows/internal/config"
|
||||
"forgejo.riotpiao.com/rock/poimen-workflows/internal/health"
|
||||
"forgejo.riotpiao.com/rock/poimen-workflows/internal/logging"
|
||||
"forgejo.riotpiao.com/rock/poimen-workflows/internal/routing"
|
||||
"forgejo.riotpiao.com/rock/poimen-workflows/statemachine"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user