chore(valkey): promote to v1.0.2 — bump health/launcher/logz to v1.0.1, go 1.26

Bump health, launcher, and logz dependencies from v0.9.0 to v1.0.1 and update
go directive from 1.25 to 1.26. API committed as stable; no code changes.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-12 04:18:08 +00:00
parent eda54153d6
commit 5ab5b7b934
3 changed files with 18 additions and 10 deletions

8
go.mod
View File

@@ -1,11 +1,11 @@
module code.nochebuena.dev/go/valkey
go 1.25
go 1.26
require (
code.nochebuena.dev/go/health v0.9.0
code.nochebuena.dev/go/launcher v0.9.0
code.nochebuena.dev/go/logz v0.9.0
code.nochebuena.dev/go/health v1.0.1
code.nochebuena.dev/go/launcher v1.0.1
code.nochebuena.dev/go/logz v1.0.1
github.com/valkey-io/valkey-go v1.0.54
)