Skip to content

Commit

Permalink
chore: change my GH account
Browse files Browse the repository at this point in the history
  • Loading branch information
trois-six committed Feb 15, 2024
1 parent 246ec1a commit ff5804f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Empty file added bla
Empty file.
6 changes: 3 additions & 3 deletions cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import (
"os/user"
"path/filepath"

"github.com/Trois-Six/k8s-diagrams/pkg/diagram"
"github.com/Trois-Six/k8s-diagrams/pkg/discovery"
"github.com/Trois-Six/k8s-diagrams/pkg/logger"
"github.com/trois-six/k8s-diagrams/pkg/diagram"
"github.com/trois-six/k8s-diagrams/pkg/discovery"
"github.com/trois-six/k8s-diagrams/pkg/logger"
"github.com/urfave/cli/v2"

Check failure on line 14 in cmd/cmd.go

View workflow job for this annotation

GitHub Actions / lint

"github.com/urfave/cli/v2" imported but not used (typecheck)

// Blank import to allow client-go to connect on azure.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/Trois-Six/k8s-diagrams
module github.com/trois-six/k8s-diagrams

go 1.15

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"os"

"github.com/Trois-Six/k8s-diagrams/cmd"
"github.com/trois-six/k8s-diagrams/cmd"
"github.com/rs/zerolog/log"
"github.com/urfave/cli/v2"

Check failure on line 8 in main.go

View workflow job for this annotation

GitHub Actions / lint

"github.com/urfave/cli/v2" imported but not used (typecheck)
)
Expand Down
2 changes: 1 addition & 1 deletion pkg/diagram/diagram.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package diagram
import (
"fmt"

"github.com/Trois-Six/k8s-diagrams/pkg/discovery"
"github.com/trois-six/k8s-diagrams/pkg/discovery"
"github.com/blushft/go-diagrams/diagram"
)

Expand Down

0 comments on commit ff5804f

Please sign in to comment.