release: v1.7.0 (lockstep); generalize ADR-001 (drop private consumer name)

This commit is contained in:
2026-08-18 17:55:35 -06:00
parent e76dc48688
commit 304dd18828
4 changed files with 21 additions and 7 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.6.0
code.nochebuena.dev/einherjar/core v1.6.0
code.nochebuena.dev/einherjar/contracts v1.7.0
code.nochebuena.dev/einherjar/core v1.7.0
github.com/go-chi/chi/v5 v5.3.1
github.com/google/uuid v1.6.0
golang.org/x/time v0.15.0