This repository was archived by the owner on Nov 14, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- module github.com/cdr/doctor
1
+ module github.com/cdr/coder- doctor
2
2
3
3
go 1.16
4
4
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package checks
3
3
import (
4
4
"context"
5
5
6
- "github.com/cdr/doctor/internal/api"
7
- "github.com/cdr/doctor/internal/checks/kubernetes"
6
+ "github.com/cdr/coder- doctor/internal/api"
7
+ "github.com/cdr/coder- doctor/internal/checks/kubernetes"
8
8
)
9
9
10
10
var kubernetesChecks = []api.Check {
Original file line number Diff line number Diff line change 4
4
"context"
5
5
"fmt"
6
6
7
- "github.com/cdr/doctor/internal/api"
7
+ "github.com/cdr/coder- doctor/internal/api"
8
8
)
9
9
10
10
func CheckVersion (ctx context.Context , opts api.CheckOptions ) api.CheckResults {
Original file line number Diff line number Diff line change 1
1
package check
2
2
3
3
import (
4
- "github.com/cdr/doctor/internal/cmd/check/kubernetes"
4
+ "github.com/cdr/coder- doctor/internal/cmd/check/kubernetes"
5
5
"github.com/spf13/cobra"
6
6
)
7
7
Original file line number Diff line number Diff line change 1
1
package kubernetes
2
2
3
3
import (
4
- "github.com/cdr/doctor/internal/api"
5
- "github.com/cdr/doctor/internal/checks"
4
+ "github.com/cdr/coder- doctor/internal/api"
5
+ "github.com/cdr/coder- doctor/internal/checks"
6
6
"github.com/spf13/cobra"
7
7
8
8
"k8s.io/client-go/kubernetes"
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package cmd
3
3
import (
4
4
"github.com/spf13/cobra"
5
5
6
- "github.com/cdr/doctor/internal/cmd/check"
7
- "github.com/cdr/doctor/internal/cmd/version"
6
+ "github.com/cdr/coder- doctor/internal/cmd/check"
7
+ "github.com/cdr/coder- doctor/internal/cmd/version"
8
8
)
9
9
10
10
func NewDefaultDoctorCommand () * cobra.Command {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package main
3
3
import (
4
4
"context"
5
5
6
- "github.com/cdr/doctor/internal/cmd"
6
+ "github.com/cdr/coder- doctor/internal/cmd"
7
7
)
8
8
9
9
func main () {
You can’t perform that action at this time.
0 commit comments