mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-08-06 17:40:58 +00:00
chore: s|runner.forgejo.org|code.forgejo.org/forgejo/runner| (#747)
So that it can be used as a package. Not useful right away, but a precondition to merge the ACT repository into the runner repository. Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/747 Reviewed-by: Michael Kriese <michael.kriese@gmx.de> Co-authored-by: Earl Warren <contact@earl-warren.org> Co-committed-by: Earl Warren <contact@earl-warren.org>
This commit is contained in:
parent
0e6951213b
commit
b032f2a540
20 changed files with 51 additions and 51 deletions
|
@ -9,10 +9,10 @@ import (
|
|||
"testing"
|
||||
|
||||
runnerv1 "code.forgejo.org/forgejo/actions-proto/runner/v1"
|
||||
"code.forgejo.org/forgejo/runner/internal/pkg/client"
|
||||
"code.forgejo.org/forgejo/runner/internal/pkg/config"
|
||||
"code.forgejo.org/forgejo/runner/internal/pkg/ver"
|
||||
"connectrpc.com/connect"
|
||||
"runner.forgejo.org/internal/pkg/client"
|
||||
"runner.forgejo.org/internal/pkg/config"
|
||||
"runner.forgejo.org/internal/pkg/ver"
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
"github.com/stretchr/testify/assert"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue