mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-07 16:44:25 +01:00
9 lines
130 B
Modula-2
9 lines
130 B
Modula-2
module github.com/TwinProduction/gatus
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/prometheus/client_golang v1.2.1
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|