updated deps; updated healthchecks.io integration

This commit is contained in:
Aine
2024-04-07 14:42:12 +03:00
parent 271a4a0e31
commit 15d61f174e
122 changed files with 3432 additions and 4613 deletions

15
vendor/gitlab.com/etke.cc/go/healthchecks/v2/README.md generated vendored Normal file
View File

@@ -0,0 +1,15 @@
# healthchecks
A [healthchecks.io](https://github.com/healthchecks/healthchecks) client
check the godoc for information
```go
hc := healthchecks.New(
healthchecks.WithCheckUUID("your-uuid"),
)
go hc.Auto()
hc.Log(strings.NewReader("optional body you can attach to any action"))
hc.Shutdown()
```