Skip to content

Commit 1094f6d

Browse files
authored
go.mod: revert use of gitmux as module name (#128)
Fix #127
1 parent 683db00 commit 1094f6d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66

77
"gopkg.in/yaml.v3"
88

9-
"gitmux/tmux"
9+
"github.com/arl/gitmux/tmux"
1010
)
1111

1212
// Config configures output formatting.

gitmux.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import (
1010
"github.com/arl/gitstatus"
1111
"gopkg.in/yaml.v3"
1212

13-
"gitmux/json"
14-
"gitmux/tmux"
13+
"github.com/arl/gitmux/json"
14+
"github.com/arl/gitmux/tmux"
1515
)
1616

1717
var version = "<<development version>>"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module gitmux
1+
module github.com/arl/gitmux
22

33
go 1.24
44

0 commit comments

Comments
 (0)