Had to change the domain name for the package.

master
Zed A. Shaw 3 weeks ago
parent 6ac8620053
commit be009dc7b3
  1. 2
      go.mod
  2. 2
      main.go

@ -1,4 +1,4 @@
module zedshaw.games/ssgod module git.learnjsthehardway.com/learn-code-the-hard-way/super-saiyan-god
go 1.24.2 go 1.24.2

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

Loading…
Cancel
Save