feat(web): httputil.WithStatus — configurable success status on the handler adapters (v1.5.0)

This commit is contained in:
2026-08-12 17:55:28 -06:00
parent 80b28dfcc4
commit bcccfef443
8 changed files with 217 additions and 23 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ module code.nochebuena.dev/einherjar/web
go 1.26
require (
code.nochebuena.dev/einherjar/contracts v1.4.0
code.nochebuena.dev/einherjar/core v1.4.0
code.nochebuena.dev/einherjar/contracts v1.5.0
code.nochebuena.dev/einherjar/core v1.5.0
github.com/go-chi/chi/v5 v5.3.1
github.com/google/uuid v1.6.0
golang.org/x/time v0.15.0