Skip to content

Commit c7ef037

Browse files
author
shur3d
committed
fix(go.mod): fix go module
1 parent c4a66ba commit c7ef037

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

main.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ package main
66
import (
77
"os"
88

9-
"github.com/SHU-red/GopherLetics.git/internal/glob"
10-
"github.com/SHU-red/GopherLetics.git/internal/gui"
11-
"github.com/SHU-red/GopherLetics.git/internal/tts"
12-
"github.com/SHU-red/GopherLetics.git/internal/workout"
9+
"github.com/SHU-red/GopherLetics/internal/glob"
10+
"github.com/SHU-red/GopherLetics/internal/gui"
11+
"github.com/SHU-red/GopherLetics/internal/tts"
12+
"github.com/SHU-red/GopherLetics/internal/workout"
1313
"go.uber.org/zap"
1414
)
1515

0 commit comments

Comments
 (0)