2019-09-05 01:37:13 +02:00
|
|
|
module github.com/TwinProduction/gatus
|
|
|
|
|
2020-08-22 03:57:23 +02:00
|
|
|
go 1.15
|
2019-09-05 01:37:13 +02:00
|
|
|
|
2019-11-16 21:48:09 +01:00
|
|
|
require (
|
2020-09-17 01:32:13 +02:00
|
|
|
github.com/prometheus/client_golang v1.7.1
|
|
|
|
github.com/prometheus/common v0.13.0 // indirect
|
2020-10-23 22:29:20 +02:00
|
|
|
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f // indirect
|
|
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
2020-09-17 01:32:13 +02:00
|
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2019-11-16 21:48:09 +01:00
|
|
|
)
|