File tree Expand file tree Collapse file tree 15 files changed +31
-31
lines changed Expand file tree Collapse file tree 15 files changed +31
-31
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ builds:
20
20
ldflags :
21
21
- -s
22
22
- -w
23
- - -X "galal-hussein /cattle-drive/pkg/version.GitCommit={{ .FullCommit }}"
24
- - -X "galal-hussein /cattle-drive/pkg/version.Version=v{{ .Version }}"
23
+ - -X "rancherlabs /cattle-drive/pkg/version.GitCommit={{ .FullCommit }}"
24
+ - -X "rancherlabs /cattle-drive/pkg/version.Version=v{{ .Version }}"
25
25
26
26
archives :
27
27
- format : tar.gz
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ import (
4
4
"context"
5
5
"errors"
6
6
"fmt"
7
- "galal-hussein /cattle-drive/cli/cmds"
8
- "galal-hussein /cattle-drive/pkg/client"
9
- "galal-hussein /cattle-drive/pkg/cluster"
10
- "galal-hussein /cattle-drive/pkg/cluster/tui"
7
+ "rancherlabs /cattle-drive/cli/cmds"
8
+ "rancherlabs /cattle-drive/pkg/client"
9
+ "rancherlabs /cattle-drive/pkg/cluster"
10
+ "rancherlabs /cattle-drive/pkg/cluster/tui"
11
11
12
12
v3 "github.com/rancher/rancher/pkg/apis/management.cattle.io/v3"
13
13
"github.com/urfave/cli/v2"
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ import (
4
4
"context"
5
5
"errors"
6
6
"fmt"
7
- "galal-hussein/cattle-drive/cli/cmds"
8
- "galal-hussein/cattle-drive/pkg/client"
9
- "galal-hussein/cattle-drive/pkg/cluster"
10
7
"os"
8
+ "rancherlabs/cattle-drive/cli/cmds"
9
+ "rancherlabs/cattle-drive/pkg/client"
10
+ "rancherlabs/cattle-drive/pkg/cluster"
11
11
12
12
v3 "github.com/rancher/rancher/pkg/apis/management.cattle.io/v3"
13
13
"github.com/sirupsen/logrus"
Original file line number Diff line number Diff line change 4
4
"context"
5
5
"errors"
6
6
"fmt"
7
- "galal-hussein /cattle-drive/cli/cmds"
8
- "galal-hussein /cattle-drive/pkg/client"
9
- "galal-hussein /cattle-drive/pkg/cluster"
7
+ "rancherlabs /cattle-drive/cli/cmds"
8
+ "rancherlabs /cattle-drive/pkg/client"
9
+ "rancherlabs /cattle-drive/pkg/cluster"
10
10
11
11
v3 "github.com/rancher/rancher/pkg/apis/management.cattle.io/v3"
12
12
"github.com/urfave/cli/v2"
Original file line number Diff line number Diff line change 1
- module galal-hussein /cattle-drive
1
+ module rancherlabs /cattle-drive
2
2
3
3
go 1.21.4
4
4
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ package main
2
2
3
3
import (
4
4
"fmt"
5
- "galal-hussein/cattle-drive/cli/cmds"
6
- "galal-hussein/cattle-drive/cli/cmds/interactive"
7
- "galal-hussein/cattle-drive/cli/cmds/migrate"
8
- "galal-hussein/cattle-drive/cli/cmds/status"
9
- "galal-hussein/cattle-drive/pkg/version"
10
5
"io"
11
6
"os"
7
+ "rancherlabs/cattle-drive/cli/cmds"
8
+ "rancherlabs/cattle-drive/cli/cmds/interactive"
9
+ "rancherlabs/cattle-drive/cli/cmds/migrate"
10
+ "rancherlabs/cattle-drive/cli/cmds/status"
11
+ "rancherlabs/cattle-drive/pkg/version"
12
12
13
13
"github.com/sirupsen/logrus"
14
14
"github.com/urfave/cli/v2"
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
set -x
3
3
4
- CATTLE_DRIVE_PKG=galal-hussein /cattle-drive
4
+ CATTLE_DRIVE_PKG=rancherlabs /cattle-drive
5
5
PROG=cattle-drive
6
6
REGISTRY=docker.io
7
7
REPO=${REPO:- husseingalal}
Original file line number Diff line number Diff line change 4
4
"context"
5
5
"errors"
6
6
"fmt"
7
- "galal-hussein/cattle-drive/pkg/client"
8
7
"io"
8
+ "rancherlabs/cattle-drive/pkg/client"
9
9
"reflect"
10
10
11
11
v1catalog "github.com/rancher/rancher/pkg/apis/catalog.cattle.io/v1"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package cluster
3
3
import (
4
4
"context"
5
5
"fmt"
6
- "galal-hussein /cattle-drive/pkg/client"
6
+ "rancherlabs /cattle-drive/pkg/client"
7
7
"strings"
8
8
9
9
v3 "github.com/rancher/rancher/pkg/apis/management.cattle.io/v3"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package cluster
3
3
import (
4
4
"context"
5
5
"fmt"
6
- "galal-hussein /cattle-drive/pkg/client"
6
+ "rancherlabs /cattle-drive/pkg/client"
7
7
"strings"
8
8
9
9
v3 "github.com/rancher/rancher/pkg/apis/management.cattle.io/v3"
You can’t perform that action at this time.
0 commit comments