fix(httpauth-jwt)!: rename package httpauthjwt, bump httpauth and rbac to v1.0.0

Rename package from jwtauth to httpauthjwt to follow ecosystem convention
(repo name = package name, hyphens removed). Bump httpauth dependency from
v0.1.0 to v1.0.0 and rbac indirect dependency from v0.9.0 to v1.0.0.

BREAKING CHANGE: import path unchanged (code.nochebuena.dev/go/httpauth-jwt)
but package identifier changes from jwtauth to httpauthjwt — update all usages
accordingly.
This commit is contained in:
2026-05-07 23:51:16 -06:00
parent d8773b0f9f
commit b9a5cc2f92
11 changed files with 32 additions and 23 deletions

4
go.mod
View File

@@ -3,8 +3,8 @@ module code.nochebuena.dev/go/httpauth-jwt
go 1.25
require (
code.nochebuena.dev/go/httpauth v0.1.0
code.nochebuena.dev/go/httpauth v1.0.0
github.com/golang-jwt/jwt/v5 v5.2.1
)
require code.nochebuena.dev/go/rbac v0.9.0 // indirect
require code.nochebuena.dev/go/rbac v1.0.0 // indirect