fix: update all imports to use Forgejo instead of GitHub
This commit is contained in:
@@ -7,9 +7,9 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/rockliang/poimen/workflows/internal/board"
|
||||
"github.com/rockliang/poimen/workflows/internal/pause"
|
||||
"github.com/rockliang/poimen/workflows/internal/recovery"
|
||||
"forgejo.riotpiao.com/rock/poimen-workflows/internal/board"
|
||||
"forgejo.riotpiao.com/rock/poimen-workflows/internal/pause"
|
||||
"forgejo.riotpiao.com/rock/poimen-workflows/internal/recovery"
|
||||
)
|
||||
|
||||
// TestConcurrentWorkflows tests multiple workflows executing concurrently
|
||||
|
||||
Reference in New Issue
Block a user