Files
httpclient/go.mod
T

11 lines
232 B
AMPL
Raw Normal View History

module code.nochebuena.dev/einherjar/httpclient
go 1.26
require (
2026-08-18 18:45:02 -06:00
code.nochebuena.dev/einherjar/contracts v1.7.1
code.nochebuena.dev/einherjar/core v1.7.1
github.com/avast/retry-go/v4 v4.7.0
github.com/sony/gobreaker v1.0.0
)