1
0
Fork 0
mirror of https://github.com/TwiN/gatus.git synced 2024-12-14 11:58:04 +00:00
twin-gatus/go.mod

9 lines
130 B
Modula-2
Raw Normal View History

2019-09-04 23:37:13 +00:00
module github.com/TwinProduction/gatus
2020-08-22 01:57:23 +00:00
go 1.15
2019-09-04 23:37:13 +00:00
2019-11-16 20:48:09 +00:00
require (
github.com/prometheus/client_golang v1.2.1
gopkg.in/yaml.v2 v2.2.2
)