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
120 B
Modula-2
Raw Normal View History

2019-09-04 23:37:13 +00:00
module github.com/TwinProduction/gatus
go 1.12
2019-09-06 04:01:48 +00:00
require (
gopkg.in/yaml.v2 v2.2.2
k8s.io/helm v2.14.3+incompatible
)