File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package cmd
22
33import (
4- "github.com/distrobox /hrun/pkg/client"
4+ "github.com/containerpak /hrun/pkg/client"
55)
66
77func StartClient (command []string , socketPath string ) {
Original file line number Diff line number Diff line change 11package cmd
22
33import (
4- "github.com/distrobox /hrun/pkg/server"
4+ "github.com/containerpak /hrun/pkg/server"
55)
66
77func StartServer (allowedCmds []string , socketPath string ) {
Original file line number Diff line number Diff line change 1- module github.com/distrobox /hrun
1+ module github.com/containerpak /hrun
22
33go 1.21
44
Original file line number Diff line number Diff line change 66 "os"
77 "path"
88
9- "github.com/distrobox /hrun/cmd"
9+ "github.com/containerpak /hrun/cmd"
1010)
1111
1212func main () {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212
1313 "syscall"
1414
15- "github.com/distrobox /hrun/pkg/structs"
15+ "github.com/containerpak /hrun/pkg/structs"
1616 "golang.org/x/term"
1717)
1818
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
1515 "syscall"
1616
1717 "github.com/creack/pty"
18- "github.com/distrobox /hrun/pkg/structs"
18+ "github.com/containerpak /hrun/pkg/structs"
1919)
2020
2121func StartServer (allowedCmds []string , socketPath string ) error {
You can’t perform that action at this time.
0 commit comments