File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
6
6
"github.com/pterm/pterm"
7
7
"github.com/spf13/cobra"
8
- "github.com/ssulei7/gh-runner-usage-check /internal/actions"
9
- "github.com/ssulei7/gh-runner-usage-check /internal/report"
10
- "github.com/ssulei7/gh-runner-usage-check /internal/repository"
8
+ "github.com/ssulei7/gh-runner-usage/internal/actions"
9
+ "github.com/ssulei7/gh-runner-usage/internal/report"
10
+ "github.com/ssulei7/gh-runner-usage/internal/repository"
11
11
)
12
12
13
13
var reportCmd = & cobra.Command {
Original file line number Diff line number Diff line change 9
9
10
10
"github.com/cli/go-gh"
11
11
"github.com/pterm/pterm"
12
- "github.com/ssulei7/gh-runner-usage-check /internal/actions"
12
+ "github.com/ssulei7/gh-runner-usage/internal/actions"
13
13
)
14
14
15
15
type Repository struct {
Original file line number Diff line number Diff line change 1
1
package main
2
2
3
- import "github.com/ssulei7/gh-runner-usage-check /cmd"
3
+ import "github.com/ssulei7/gh-runner-usage/cmd"
4
4
5
5
func main () {
6
6
cmd .Execute ()
You can’t perform that action at this time.
0 commit comments