chore: migrate module path to public org
Some checks failed
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled
CI / functional (push) Has been cancelled

Move from forgejo.zerova.net/sid/fgj-sid to
forgejo.zerova.net/public/fgj-sid to reflect the new public org.
This commit is contained in:
sid 2026-04-11 10:34:34 -06:00
parent 2e6575c660
commit c2251d9932
22 changed files with 48 additions and 48 deletions

View file

@ -6,7 +6,7 @@ import (
"strconv"
"strings"
"forgejo.zerova.net/sid/fgj-sid/internal/git"
"forgejo.zerova.net/public/fgj-sid/internal/git"
"github.com/spf13/cobra"
"github.com/spf13/viper"
)