feat(httputil)!: promote to v1.0.0 — bump xerrors and valid to v1, stabilize API

Bump xerrors to v1.0.1 and valid to v1.0.1. Go directive bumped to 1.26.
API committed as stable: Handle, HandleNoBody, HandleEmpty, HandlerFunc,
JSON, NoContent, and Error are unchanged from v0.10.0.
This commit is contained in:
2026-05-12 17:37:24 +00:00
parent 8d34a0c715
commit e8adc266a6
4 changed files with 23 additions and 9 deletions

6
go.mod
View File

@@ -1,10 +1,10 @@
module code.nochebuena.dev/go/httputil
go 1.25
go 1.26
require (
code.nochebuena.dev/go/valid v0.9.0
code.nochebuena.dev/go/xerrors v0.10.0
code.nochebuena.dev/go/valid v1.0.1
code.nochebuena.dev/go/xerrors v1.0.1
)
require (