feat: change module root to git.numtide.com

This commit is contained in:
Brian McGee 2023-12-23 13:39:16 +00:00
parent 25230e236f
commit 298e5ac217
Signed by: brianmcgee
GPG Key ID: D49016E76AD1E8C0
5 changed files with 6 additions and 6 deletions

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/numtide/treefmt module git.numtide.com/numtide/treefmt
go 1.21 go 1.21

View File

@ -5,8 +5,8 @@ import (
"fmt" "fmt"
"time" "time"
"github.com/numtide/treefmt/internal/cache" "git.numtide.com/numtide/treefmt/internal/cache"
"github.com/numtide/treefmt/internal/format" "git.numtide.com/numtide/treefmt/internal/format"
"github.com/charmbracelet/log" "github.com/charmbracelet/log"
"github.com/juju/errors" "github.com/juju/errors"

View File

@ -1,8 +1,8 @@
package main package main
import ( import (
"git.numtide.com/numtide/treefmt/internal/cli"
"github.com/alecthomas/kong" "github.com/alecthomas/kong"
"github.com/numtide/treefmt/internal/cli"
) )
func main() { func main() {

View File

@ -28,7 +28,7 @@
meta = with lib; { meta = with lib; {
description = "treefmt: one CLI to format your repo"; description = "treefmt: one CLI to format your repo";
homepage = "https://github.com/numtide/treefmt"; homepage = "https://git.numtide.com/numtide/treefmt";
license = licenses.mit; license = licenses.mit;
mainProgram = "treefmt"; mainProgram = "treefmt";
}; };

View File

@ -1,4 +1,4 @@
# One CLI to format the code tree - https://github.com/numtide/treefmt # One CLI to format the code tree - https://git.numtide.com/numtide/treefmt
[formatter.python] [formatter.python]
command = "black" command = "black"