Skip to content

Commit

Permalink
Import cleanups (#133)
Browse files Browse the repository at this point in the history
* Remove useless import rename-as-original-name
  • Loading branch information
maxzinkus authored Apr 23, 2023
1 parent 25d1b18 commit c2431cc
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion cmd/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"path/filepath"

"github.com/beringresearch/macpine/host"
qemu "github.com/beringresearch/macpine/qemu"
"github.com/beringresearch/macpine/qemu"
"github.com/beringresearch/macpine/utils"
"github.com/spf13/cobra"
"gopkg.in/yaml.v3"
Expand Down
2 changes: 1 addition & 1 deletion cmd/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"strings"

"github.com/beringresearch/macpine/host"
qemu "github.com/beringresearch/macpine/qemu"
"github.com/beringresearch/macpine/qemu"
"github.com/beringresearch/macpine/utils"
"github.com/spf13/cobra"
"gopkg.in/yaml.v3"
Expand Down
2 changes: 1 addition & 1 deletion cmd/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"path/filepath"
"strings"

qemu "github.com/beringresearch/macpine/qemu"
"github.com/beringresearch/macpine/qemu"
"github.com/beringresearch/macpine/utils"
"github.com/spf13/cobra"
"gopkg.in/yaml.v3"
Expand Down
2 changes: 1 addition & 1 deletion cmd/launch.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"strconv"

"github.com/beringresearch/macpine/host"
qemu "github.com/beringresearch/macpine/qemu"
"github.com/beringresearch/macpine/qemu"
"github.com/beringresearch/macpine/utils"
"github.com/spf13/cobra"
)
Expand Down
2 changes: 1 addition & 1 deletion cmd/pause.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"path/filepath"

"github.com/beringresearch/macpine/host"
qemu "github.com/beringresearch/macpine/qemu"
"github.com/beringresearch/macpine/qemu"
"github.com/beringresearch/macpine/utils"
"github.com/spf13/cobra"
)
Expand Down
2 changes: 1 addition & 1 deletion cmd/publish.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"time"

"github.com/beringresearch/macpine/host"
qemu "github.com/beringresearch/macpine/qemu"
"github.com/beringresearch/macpine/qemu"
"github.com/beringresearch/macpine/utils"
"github.com/spf13/cobra"
"gopkg.in/yaml.v3"
Expand Down
2 changes: 1 addition & 1 deletion cmd/rename.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"strings"

"github.com/beringresearch/macpine/host"
qemu "github.com/beringresearch/macpine/qemu"
"github.com/beringresearch/macpine/qemu"
"github.com/beringresearch/macpine/utils"
"github.com/spf13/cobra"
"gopkg.in/yaml.v3"
Expand Down
2 changes: 1 addition & 1 deletion cmd/restart.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"time"

"github.com/beringresearch/macpine/host"
qemu "github.com/beringresearch/macpine/qemu"
"github.com/beringresearch/macpine/qemu"
"github.com/beringresearch/macpine/utils"
"github.com/spf13/cobra"
"gopkg.in/yaml.v3"
Expand Down
2 changes: 1 addition & 1 deletion cmd/ssh.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"path/filepath"

"github.com/beringresearch/macpine/host"
qemu "github.com/beringresearch/macpine/qemu"
"github.com/beringresearch/macpine/qemu"
"github.com/beringresearch/macpine/utils"
"github.com/spf13/cobra"
"gopkg.in/yaml.v3"
Expand Down
2 changes: 1 addition & 1 deletion cmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"path/filepath"

"github.com/beringresearch/macpine/host"
qemu "github.com/beringresearch/macpine/qemu"
"github.com/beringresearch/macpine/qemu"
"github.com/beringresearch/macpine/utils"
"github.com/spf13/cobra"
"gopkg.in/yaml.v3"
Expand Down
2 changes: 1 addition & 1 deletion cmd/stop.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"path/filepath"

"github.com/beringresearch/macpine/host"
qemu "github.com/beringresearch/macpine/qemu"
"github.com/beringresearch/macpine/qemu"
"github.com/beringresearch/macpine/utils"
"github.com/spf13/cobra"
)
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/cli/alpine_completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Generate shell autocompletions. Valid arguments are bash, fish, zsh, and powersh
-h, --help help for completion
```

###### Auto generated by spf13/cobra on 22-Apr-2023
###### Auto generated by spf13/cobra on 23-Apr-2023
2 changes: 1 addition & 1 deletion docs/docs/cli/alpine_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Delete instances.
-h, --help help for delete
```

###### Auto generated by spf13/cobra on 22-Apr-2023
###### Auto generated by spf13/cobra on 23-Apr-2023
2 changes: 1 addition & 1 deletion docs/docs/cli/alpine_edit.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Edit instance configuration.
-h, --help help for edit
```

###### Auto generated by spf13/cobra on 22-Apr-2023
###### Auto generated by spf13/cobra on 23-Apr-2023
2 changes: 1 addition & 1 deletion docs/docs/cli/alpine_exec.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ execute a command on an instance over ssh.
-h, --help help for exec
```

###### Auto generated by spf13/cobra on 22-Apr-2023
###### Auto generated by spf13/cobra on 23-Apr-2023
2 changes: 1 addition & 1 deletion docs/docs/cli/alpine_import.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Imports an instance archived with `alpine publish`.
-h, --help help for import
```

###### Auto generated by spf13/cobra on 22-Apr-2023
###### Auto generated by spf13/cobra on 23-Apr-2023
2 changes: 1 addition & 1 deletion docs/docs/cli/alpine_info.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Display information about an instance.
-h, --help help for info
```

###### Auto generated by spf13/cobra on 22-Apr-2023
###### Auto generated by spf13/cobra on 23-Apr-2023
2 changes: 1 addition & 1 deletion docs/docs/cli/alpine_launch.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ Create and start an instance.
-s, --ssh string Host port to forward for SSH (required). (default "22")
```

###### Auto generated by spf13/cobra on 22-Apr-2023
###### Auto generated by spf13/cobra on 23-Apr-2023
2 changes: 1 addition & 1 deletion docs/docs/cli/alpine_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ List instances.
-h, --help help for list
```

###### Auto generated by spf13/cobra on 22-Apr-2023
###### Auto generated by spf13/cobra on 23-Apr-2023
2 changes: 1 addition & 1 deletion docs/docs/cli/alpine_pause.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Pause an instance.
-h, --help help for pause
```

###### Auto generated by spf13/cobra on 22-Apr-2023
###### Auto generated by spf13/cobra on 23-Apr-2023
2 changes: 1 addition & 1 deletion docs/docs/cli/alpine_publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Publish an instance.
-h, --help help for publish
```

###### Auto generated by spf13/cobra on 22-Apr-2023
###### Auto generated by spf13/cobra on 23-Apr-2023
2 changes: 1 addition & 1 deletion docs/docs/cli/alpine_rename.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Rename an instance.
-h, --help help for rename
```

###### Auto generated by spf13/cobra on 22-Apr-2023
###### Auto generated by spf13/cobra on 23-Apr-2023
2 changes: 1 addition & 1 deletion docs/docs/cli/alpine_restart.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Stop and start an instance.
-h, --help help for restart
```

###### Auto generated by spf13/cobra on 22-Apr-2023
###### Auto generated by spf13/cobra on 23-Apr-2023
2 changes: 1 addition & 1 deletion docs/docs/cli/alpine_resume.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Unpause an instance.
-h, --help help for resume
```

###### Auto generated by spf13/cobra on 22-Apr-2023
###### Auto generated by spf13/cobra on 23-Apr-2023
2 changes: 1 addition & 1 deletion docs/docs/cli/alpine_ssh.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Attach an interactive shell to an instance via ssh.
-h, --help help for ssh
```

###### Auto generated by spf13/cobra on 22-Apr-2023
###### Auto generated by spf13/cobra on 23-Apr-2023
2 changes: 1 addition & 1 deletion docs/docs/cli/alpine_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Start an instance.
-h, --help help for start
```

###### Auto generated by spf13/cobra on 22-Apr-2023
###### Auto generated by spf13/cobra on 23-Apr-2023
2 changes: 1 addition & 1 deletion docs/docs/cli/alpine_stop.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Stop an instance.
-h, --help help for stop
```

###### Auto generated by spf13/cobra on 22-Apr-2023
###### Auto generated by spf13/cobra on 23-Apr-2023
2 changes: 1 addition & 1 deletion docs/docs/cli/alpine_tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ Add or remove tags from an instance.
-r, --remove Remove tag(s) rather than add them.
```

###### Auto generated by spf13/cobra on 22-Apr-2023
###### Auto generated by spf13/cobra on 23-Apr-2023

0 comments on commit c2431cc

Please sign in to comment.