mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2025-09-15 23:01:33 +00:00
chore: change module repo
Signed-off-by: Thomas Schuetz <thomas.schuetz@t-sc.eu>
This commit is contained in:
@@ -7,10 +7,10 @@ import (
|
|||||||
"context"
|
"context"
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
"github.com/cloud-native-skunkworks/k8sgpt/pkg/analyzer"
|
|
||||||
"github.com/cloud-native-skunkworks/k8sgpt/pkg/client"
|
|
||||||
"github.com/cloud-native-skunkworks/k8sgpt/pkg/openai"
|
|
||||||
"github.com/fatih/color"
|
"github.com/fatih/color"
|
||||||
|
"github.com/k8sgpt-ai/k8sgpt/pkg/analyzer"
|
||||||
|
"github.com/k8sgpt-ai/k8sgpt/pkg/client"
|
||||||
|
"github.com/k8sgpt-ai/k8sgpt/pkg/openai"
|
||||||
"github.com/spf13/cobra"
|
"github.com/spf13/cobra"
|
||||||
"github.com/spf13/viper"
|
"github.com/spf13/viper"
|
||||||
)
|
)
|
||||||
|
@@ -6,10 +6,10 @@ package cmd
|
|||||||
import (
|
import (
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
"github.com/cloud-native-skunkworks/k8sgpt/cmd/auth"
|
|
||||||
"github.com/cloud-native-skunkworks/k8sgpt/cmd/find"
|
|
||||||
"github.com/cloud-native-skunkworks/k8sgpt/pkg/client"
|
|
||||||
"github.com/fatih/color"
|
"github.com/fatih/color"
|
||||||
|
"github.com/k8sgpt-ai/k8sgpt/cmd/auth"
|
||||||
|
"github.com/k8sgpt-ai/k8sgpt/cmd/find"
|
||||||
|
"github.com/k8sgpt-ai/k8sgpt/pkg/client"
|
||||||
"github.com/spf13/cobra"
|
"github.com/spf13/cobra"
|
||||||
"github.com/spf13/viper"
|
"github.com/spf13/viper"
|
||||||
)
|
)
|
||||||
|
2
go.mod
2
go.mod
@@ -1,4 +1,4 @@
|
|||||||
module github.com/cloud-native-skunkworks/k8sgpt
|
module github.com/k8sgpt-ai/k8sgpt
|
||||||
|
|
||||||
go 1.20
|
go 1.20
|
||||||
|
|
||||||
|
2
main.go
2
main.go
@@ -3,7 +3,7 @@ Copyright © 2023 NAME HERE <EMAIL ADDRESS>
|
|||||||
*/
|
*/
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import "github.com/cloud-native-skunkworks/k8sgpt/cmd"
|
import "github.com/k8sgpt-ai/k8sgpt/cmd"
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
cmd.Execute()
|
cmd.Execute()
|
||||||
|
@@ -8,9 +8,9 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/briandowns/spinner"
|
"github.com/briandowns/spinner"
|
||||||
"github.com/cloud-native-skunkworks/k8sgpt/pkg/client"
|
|
||||||
ai "github.com/cloud-native-skunkworks/k8sgpt/pkg/openai"
|
|
||||||
"github.com/fatih/color"
|
"github.com/fatih/color"
|
||||||
|
"github.com/k8sgpt-ai/k8sgpt/pkg/client"
|
||||||
|
ai "github.com/k8sgpt-ai/k8sgpt/pkg/openai"
|
||||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user