Skip to content

Commit 2c6e2ac

Browse files
committed
fix: missed package in module rename
1 parent 908c499 commit 2c6e2ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/muxt/generate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import (
99
"path/filepath"
1010
"time"
1111

12-
"github.com/crhntr/muxt/internal/muxt"
1312
"github.com/typelate/muxt/internal/configuration"
13+
"github.com/typelate/muxt/internal/muxt"
1414
)
1515

1616
const (

0 commit comments

Comments
 (0)