File tree Expand file tree Collapse file tree 21 files changed +54
-54
lines changed
Expand file tree Collapse file tree 21 files changed +54
-54
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ package cmd
33import (
44 "os"
55
6- "gitlab .com/bootc-org /podman-bootc/pkg/config"
7- "gitlab .com/bootc-org /podman-bootc/pkg/user"
8- "gitlab .com/bootc-org /podman-bootc/pkg/utils"
9- "gitlab .com/bootc-org /podman-bootc/pkg/vm"
6+ "github .com/containers /podman-bootc/pkg/config"
7+ "github .com/containers /podman-bootc/pkg/user"
8+ "github .com/containers /podman-bootc/pkg/utils"
9+ "github .com/containers /podman-bootc/pkg/vm"
1010
1111 "github.com/containers/common/pkg/report"
1212 "github.com/sirupsen/logrus"
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ import (
44 "fmt"
55 "os"
66
7- "gitlab .com/bootc-org /podman-bootc/pkg/config"
8- "gitlab .com/bootc-org /podman-bootc/pkg/user"
9- "gitlab .com/bootc-org /podman-bootc/pkg/utils"
10- "gitlab .com/bootc-org /podman-bootc/pkg/vm"
7+ "github .com/containers /podman-bootc/pkg/config"
8+ "github .com/containers /podman-bootc/pkg/user"
9+ "github .com/containers /podman-bootc/pkg/utils"
10+ "github .com/containers /podman-bootc/pkg/vm"
1111
1212 "github.com/sirupsen/logrus"
1313 "github.com/spf13/cobra"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package cmd
33import (
44 "os"
55
6- "gitlab .com/bootc-org /podman-bootc/pkg/user"
6+ "github .com/containers /podman-bootc/pkg/user"
77
88 "github.com/sirupsen/logrus"
99 "github.com/spf13/cobra"
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ import (
88 "sync"
99 "time"
1010
11- "gitlab .com/bootc-org /podman-bootc/pkg/bootc"
12- "gitlab .com/bootc-org /podman-bootc/pkg/config"
13- "gitlab .com/bootc-org /podman-bootc/pkg/user"
14- "gitlab .com/bootc-org /podman-bootc/pkg/utils"
15- "gitlab .com/bootc-org /podman-bootc/pkg/vm"
11+ "github .com/containers /podman-bootc/pkg/bootc"
12+ "github .com/containers /podman-bootc/pkg/config"
13+ "github .com/containers /podman-bootc/pkg/user"
14+ "github .com/containers /podman-bootc/pkg/utils"
15+ "github .com/containers /podman-bootc/pkg/vm"
1616
1717 "github.com/containers/podman/v5/pkg/bindings"
1818 "github.com/sirupsen/logrus"
Original file line number Diff line number Diff line change 11package cmd
22
33import (
4- "gitlab .com/bootc-org /podman-bootc/pkg/config"
5- "gitlab .com/bootc-org /podman-bootc/pkg/user"
6- "gitlab .com/bootc-org /podman-bootc/pkg/utils"
7- "gitlab .com/bootc-org /podman-bootc/pkg/vm"
4+ "github .com/containers /podman-bootc/pkg/config"
5+ "github .com/containers /podman-bootc/pkg/user"
6+ "github .com/containers /podman-bootc/pkg/utils"
7+ "github .com/containers /podman-bootc/pkg/vm"
88
99 "github.com/sirupsen/logrus"
1010 "github.com/spf13/cobra"
Original file line number Diff line number Diff line change 11package cmd
22
33import (
4- "gitlab .com/bootc-org /podman-bootc/pkg/config"
5- "gitlab .com/bootc-org /podman-bootc/pkg/user"
6- "gitlab .com/bootc-org /podman-bootc/pkg/utils"
7- "gitlab .com/bootc-org /podman-bootc/pkg/vm"
4+ "github .com/containers /podman-bootc/pkg/config"
5+ "github .com/containers /podman-bootc/pkg/user"
6+ "github .com/containers /podman-bootc/pkg/utils"
7+ "github .com/containers /podman-bootc/pkg/vm"
88
99 "github.com/sirupsen/logrus"
1010 "github.com/spf13/cobra"
Original file line number Diff line number Diff line change 1- module gitlab .com/bootc-org /podman-bootc
1+ module github .com/containers /podman-bootc
22
33go 1.20
44
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ import (
1313 "syscall"
1414 "time"
1515
16- "gitlab .com/bootc-org /podman-bootc/pkg/config"
17- "gitlab .com/bootc-org /podman-bootc/pkg/user"
18- "gitlab .com/bootc-org /podman-bootc/pkg/utils"
16+ "github .com/containers /podman-bootc/pkg/config"
17+ "github .com/containers /podman-bootc/pkg/user"
18+ "github .com/containers /podman-bootc/pkg/utils"
1919
2020 "github.com/containers/podman/v5/pkg/bindings/containers"
2121 "github.com/containers/podman/v5/pkg/bindings/images"
Original file line number Diff line number Diff line change 77 "os/exec"
88 "path/filepath"
99
10- "gitlab .com/bootc-org /podman-bootc/pkg/config"
10+ "github .com/containers /podman-bootc/pkg/config"
1111)
1212
1313// Generatekeys creates an ed25519 set of keys
Original file line number Diff line number Diff line change 77 "path/filepath"
88 "strconv"
99
10- "gitlab .com/bootc-org /podman-bootc/pkg/config"
10+ "github .com/containers /podman-bootc/pkg/config"
1111
1212 "github.com/adrg/xdg"
1313 "github.com/containers/podman/v5/pkg/rootless"
You can’t perform that action at this time.
0 commit comments