mirror of
https://github.com/arl/gitmux.git
synced 2026-09-10 07:26:18 -04:00
parent
683db00eb2
commit
1094f6d743
|
|
@ -6,7 +6,7 @@ import (
|
|||
|
||||
"gopkg.in/yaml.v3"
|
||||
|
||||
"gitmux/tmux"
|
||||
"github.com/arl/gitmux/tmux"
|
||||
)
|
||||
|
||||
// Config configures output formatting.
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@ import (
|
|||
"github.com/arl/gitstatus"
|
||||
"gopkg.in/yaml.v3"
|
||||
|
||||
"gitmux/json"
|
||||
"gitmux/tmux"
|
||||
"github.com/arl/gitmux/json"
|
||||
"github.com/arl/gitmux/tmux"
|
||||
)
|
||||
|
||||
var version = "<<development version>>"
|
||||
|
|
|
|||
Loading…
Reference in a new issue