Clean up import list (#645)

Resolves #644
This commit is contained in:
Yusuke Kuoka
2021-06-22 17:55:06 +09:00
committed by GitHub
parent a277489003
commit 8b90b0f0e3
35 changed files with 75 additions and 73 deletions

View File

@@ -7,8 +7,8 @@ import (
"testing"
"time"
"github.com/actions-runner-controller/actions-runner-controller/github/fake"
"github.com/google/go-github/v33/github"
"github.com/summerwind/actions-runner-controller/github/fake"
)
var server *httptest.Server