Skip to content

Commit

Permalink
Change repo owner to kbrew-dev (#33)
Browse files Browse the repository at this point in the history
Signed-off-by: Prasad Ghangal <[email protected]>
  • Loading branch information
PrasadG193 authored Mar 20, 2021
1 parent 336ca7d commit f641069
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cmd/cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/pkg/errors"
"github.com/spf13/cobra"

"github.com/infracloudio/kbrew/pkg/apps"
"github.com/kbrew-dev/kbrew/pkg/apps"
)

var (
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/infracloudio/kbrew
module github.com/kbrew-dev/kbrew

go 1.15

Expand Down
6 changes: 3 additions & 3 deletions pkg/apps/apps.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import (

"github.com/pkg/errors"

"github.com/infracloudio/kbrew/pkg/apps/helm"
"github.com/infracloudio/kbrew/pkg/apps/raw"
"github.com/infracloudio/kbrew/pkg/config"
"github.com/kbrew-dev/kbrew/pkg/apps/helm"
"github.com/kbrew-dev/kbrew/pkg/apps/raw"
"github.com/kbrew-dev/kbrew/pkg/config"
)

type Method string
Expand Down
2 changes: 1 addition & 1 deletion pkg/apps/helm/helm.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

"github.com/pkg/errors"

"github.com/infracloudio/kbrew/pkg/config"
"github.com/kbrew-dev/kbrew/pkg/config"
)

type method string
Expand Down
4 changes: 2 additions & 2 deletions pkg/apps/raw/raw.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import (
_ "k8s.io/client-go/plugin/pkg/client/auth"
"k8s.io/client-go/tools/clientcmd"

"github.com/infracloudio/kbrew/pkg/config"
"github.com/infracloudio/kbrew/pkg/kube"
"github.com/kbrew-dev/kbrew/pkg/config"
"github.com/kbrew-dev/kbrew/pkg/kube"
)

type method string
Expand Down

0 comments on commit f641069

Please sign in to comment.