chore(auth-jwt): framework version alignment to v1.5.0

This commit is contained in:
2026-08-12 17:57:39 -06:00
parent 7094cd8da6
commit 4e6358f6ac
4 changed files with 21 additions and 13 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## [1.5.0] — 2026-08-09
Minor — coordinated framework version alignment. No code or API changes in this module.
### Changed
- Bumped `contracts`, `core`, `web`, `auth` to v1.5.0.
## v1.1.3 — 2026-08-08
Patch — coordinated framework version alignment. Bumped einherjar dependencies (\`auth\`, \`contracts\`, \`core\`, \`web\`) to v1.1.3.
+1 -1
View File
@@ -1,6 +1,6 @@
# einherjar/auth-jwt
[![version](https://img.shields.io/badge/version-v1.4.0-5C4EE5?style=flat-square)](https://code.nochebuena.dev/einherjar/auth-jwt)
[![version](https://img.shields.io/badge/version-v1.5.0-5C4EE5?style=flat-square)](https://code.nochebuena.dev/einherjar/auth-jwt)
[![license](https://img.shields.io/badge/license-AGPL--3.0-22863A?style=flat-square)](LICENSE)
[![go](https://img.shields.io/badge/Go-1.26+-00ADD8?style=flat-square&logo=go&logoColor=white)](https://go.dev)
+4 -4
View File
@@ -3,14 +3,14 @@ module code.nochebuena.dev/einherjar/auth-jwt
go 1.26
require (
code.nochebuena.dev/einherjar/auth v1.4.0
code.nochebuena.dev/einherjar/contracts v1.4.0
code.nochebuena.dev/einherjar/core v1.4.0
code.nochebuena.dev/einherjar/auth v1.5.0
code.nochebuena.dev/einherjar/contracts v1.5.0
code.nochebuena.dev/einherjar/core v1.5.0
github.com/golang-jwt/jwt/v5 v5.3.1
)
require (
code.nochebuena.dev/einherjar/web v1.4.0 // indirect
code.nochebuena.dev/einherjar/web v1.5.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.15 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
+8 -8
View File
@@ -1,11 +1,11 @@
code.nochebuena.dev/einherjar/auth v1.4.0 h1:k4h1gxvaSZR4w5UM4FG1OL0NLn0Z0AGyFtiwVaPBeS4=
code.nochebuena.dev/einherjar/auth v1.4.0/go.mod h1:25vcKLJ3HnnkquMu50m2sE8ra2t2uwrEuAcFcQL0j5Q=
code.nochebuena.dev/einherjar/contracts v1.4.0 h1:rv/93dGXmXvO90G0uxCu8y3+5+EobkVvcoxh/BywIFk=
code.nochebuena.dev/einherjar/contracts v1.4.0/go.mod h1:ccltUtrFb5+MEJdkx2VVEUL+xC5pupVlVVsMM8AlCWI=
code.nochebuena.dev/einherjar/core v1.4.0 h1:YBRFzgeWNh8BCHueNYGo+V754BjzvJvq2CddJcc5ZjQ=
code.nochebuena.dev/einherjar/core v1.4.0/go.mod h1:dILfAATF++TBeLOwUTQsYci+Ft7yK5ivt00iRYctfGk=
code.nochebuena.dev/einherjar/web v1.4.0 h1:GFSuVQUnS+F013vawqfXkT6Mmyq7AXhWoAMTjdKlYS8=
code.nochebuena.dev/einherjar/web v1.4.0/go.mod h1:FRe1HxdhJzNogy8ebLyaDe8kGU9KtXJBhNjP+fQ/fmM=
code.nochebuena.dev/einherjar/auth v1.5.0 h1:E1XXZOqazMP/knye72DX7i3LvZ+H29ZccY8C2nvCBxY=
code.nochebuena.dev/einherjar/auth v1.5.0/go.mod h1:mIpRa6EfKUj7KKdRXJ6Mv0xVVQsNAQxLIWSz51BpDRI=
code.nochebuena.dev/einherjar/contracts v1.5.0 h1:vDlpLXtVZ4Q4l3AR02qLQhnKnEDq2vE8+mydwg85hUU=
code.nochebuena.dev/einherjar/contracts v1.5.0/go.mod h1:ccltUtrFb5+MEJdkx2VVEUL+xC5pupVlVVsMM8AlCWI=
code.nochebuena.dev/einherjar/core v1.5.0 h1:LXVyHaite+NHL8LIGj/NvCVqgCrkpVMfm2VaIZ9aAU8=
code.nochebuena.dev/einherjar/core v1.5.0/go.mod h1:lxiRdCVLl1/XnbCsHbeZJIFNXZ29QaSl2lMGZm3CQjM=
code.nochebuena.dev/einherjar/web v1.5.0 h1:vG1p+delIE+BP3H549GDnwOSYPqhtjNfNLsyb49uNfw=
code.nochebuena.dev/einherjar/web v1.5.0/go.mod h1:JnVNUj9H2Y2xZ+DMRd0gm9i3A6h89j60XesoVNur3yo=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/gabriel-vasile/mimetype v1.4.15 h1:05iP/CYtZ/w455R/KZM6rZ5ieAdh99UPtd+d3YzLmaI=