chore(worker): bump einherjar deps to v1.1.0 (framework version alignment)

Patch of the coordinated framework release: einherjar modules move to v1.1.0
in lockstep, so worker is bumped alongside the rest.

- go.mod: contracts -> v1.1.0 (via go get + go mod tidy)

No code or API changes. ModuleVersion() reports v1.1.0 automatically from
build info once tagged. Badge bumped to v1.1.0.
This commit is contained in:
2026-08-07 18:42:20 -06:00
parent b452ba53c8
commit 47b0470fa4
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2,4 +2,4 @@ module code.nochebuena.dev/einherjar/worker
go 1.26
require code.nochebuena.dev/einherjar/contracts v1.0.0
require code.nochebuena.dev/einherjar/contracts v1.1.0