fixed incorrect import

This commit is contained in:
2026-01-04 01:11:25 +11:00
parent b13b783d7e
commit 61d519399f
4 changed files with 5 additions and 2 deletions

View File

@@ -2,8 +2,8 @@ package hwsauth
import (
"database/sql"
"projectreshoot/pkg/hws"
"git.haelnorr.com/h/golib/hws"
"git.haelnorr.com/h/golib/jwt"
"github.com/pkg/errors"
"github.com/rs/zerolog"