fix: update all imports to use Forgejo instead of GitHub
Build & Push Workflows Image / build-push (push) Failing after 36s
ci / test (push) Failing after 1m33s

This commit is contained in:
Test
2026-09-05 14:37:26 -07:00
parent 6bf5ca6e3a
commit ee4b8f711d
33 changed files with 62 additions and 61 deletions
+5 -5
View File
@@ -12,11 +12,11 @@ import (
"go.temporal.io/sdk/client"
"go.temporal.io/sdk/worker"
"github.com/rockliang/poimen/workflows/action"
"github.com/rockliang/poimen/workflows/internal/api"
"github.com/rockliang/poimen/workflows/internal/config"
"github.com/rockliang/poimen/workflows/pkg/db"
"github.com/rockliang/poimen/workflows/statemachine"
"forgejo.riotpiao.com/rock/poimen-workflows/action"
"forgejo.riotpiao.com/rock/poimen-workflows/internal/api"
"forgejo.riotpiao.com/rock/poimen-workflows/internal/config"
"forgejo.riotpiao.com/rock/poimen-workflows/pkg/db"
"forgejo.riotpiao.com/rock/poimen-workflows/statemachine"
)
func main() {
+6 -6
View File
@@ -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() {
+5 -5
View File
@@ -11,11 +11,11 @@ import (
"go.temporal.io/sdk/client"
"go.temporal.io/sdk/worker"
"github.com/rockliang/poimen/workflows/action"
"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/statemachine"
"forgejo.riotpiao.com/rock/poimen-workflows/action"
"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/statemachine"
)
func main() {