Update module name to be easier to pull

This commit is contained in:
--repo 2026-02-06 18:00:54 -08:00
parent 6d2974241c
commit 116bd2c0a1
3 changed files with 18 additions and 4 deletions

View file

@ -14,7 +14,7 @@ import (
"github.com/gin-contrib/sessions/cookie"
"github.com/gin-gonic/gin"
"sf-auth-gin-middleware/sfauthgin"
"forgejo.snazzyfellas.com/snazzyfellas-public-libs/sf-auth-middleware-gin/sfauthgin"
)
func main() {