@ -1,4 +1,4 @@
module zedshaw.games/ssgod
module git.learnjsthehardway.com/learn-code-the-hard-way/super-saiyan-god
go 1.24.2
@ -12,7 +12,7 @@ import (
"flag"
"time"
"text/template"
"zedshaw.games/ssgod/config"
"git.learnjsthehardway.com/learn-code-the-hard-way/super-saiyan-god/config"
"github.com/yuin/goldmark"
"github.com/fsnotify/fsnotify"
)