gatus/go.mod

9 lines
130 B
Modula-2
Raw Normal View History

2019-09-05 01:37:13 +02:00
module github.com/TwinProduction/gatus
2020-04-10 22:35:55 +02:00
go 1.14
2019-09-05 01:37:13 +02:00
2019-11-16 21:48:09 +01:00
require (
github.com/prometheus/client_golang v1.2.1
gopkg.in/yaml.v2 v2.2.2
)