chore(httpclient): dependency refresh; framework version alignment to v1.4.0

This commit is contained in:
2026-08-12 15:29:48 -06:00
parent dfa13140d4
commit 63a9d309d3
4 changed files with 21 additions and 18 deletions
+3 -3
View File
@@ -3,8 +3,8 @@ module code.nochebuena.dev/einherjar/httpclient
go 1.26
require (
code.nochebuena.dev/einherjar/contracts v1.3.0
code.nochebuena.dev/einherjar/core v1.3.0
github.com/avast/retry-go/v4 v4.3.4
code.nochebuena.dev/einherjar/contracts v1.4.0
code.nochebuena.dev/einherjar/core v1.4.0
github.com/avast/retry-go/v4 v4.7.0
github.com/sony/gobreaker v1.0.0
)