Files
httpclient/go.mod
T

11 lines
232 B
AMPL

module code.nochebuena.dev/einherjar/httpclient
go 1.26
require (
code.nochebuena.dev/einherjar/contracts v1.1.3
code.nochebuena.dev/einherjar/core v1.1.3
github.com/avast/retry-go/v4 v4.3.4
github.com/sony/gobreaker v1.0.0
)