release: v1.6.0 (coordinated lockstep bump)

This commit is contained in:
2026-08-13 23:12:26 -06:00
parent d47fb3e1d0
commit 007b1a68b1
4 changed files with 16 additions and 7 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ module code.nochebuena.dev/einherjar/httpclient
go 1.26
require (
code.nochebuena.dev/einherjar/contracts v1.5.0
code.nochebuena.dev/einherjar/core v1.5.0
code.nochebuena.dev/einherjar/contracts v1.6.0
code.nochebuena.dev/einherjar/core v1.6.0
github.com/avast/retry-go/v4 v4.7.0
github.com/sony/gobreaker v1.0.0
)