You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
healthz/go.mod

14 lines
322 B

module github.com/PCManiac/healthz
go 1.17
require (
github.com/PCManiac/logrus_init v0.0.0
github.com/klyve/go-healthz v0.0.0-20190408055138-fd2dad35640e
github.com/sirupsen/logrus v1.9.0
)
require (
github.com/caarlos0/env/v6 v6.10.0 // indirect
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
)