go.mod: revert use of gitmux as module name (#128)

Fix #127
This commit is contained in:
Aurélien Rainone 2025-07-29 09:26:02 +02:00 committed by GitHub
parent 683db00eb2
commit 1094f6d743
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@ import (
"gopkg.in/yaml.v3"
"gitmux/tmux"
"github.com/arl/gitmux/tmux"
)
// Config configures output formatting.

View file

@ -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>>"

2
go.mod
View file

@ -1,4 +1,4 @@
module gitmux
module github.com/arl/gitmux
go 1.24