module github.com/TwinProduction/gatus
go 1.14
require (
github.com/prometheus/client_golang v1.2.1
gopkg.in/yaml.v2 v2.2.2
)