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

@@ -5,6 +5,7 @@ go 1.25.5
require (
git.haelnorr.com/h/golib/cookies v0.9.0
git.haelnorr.com/h/golib/jwt v0.9.2
git.haelnorr.com/h/golib/hws v0.1.0
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.34.0
)