mirror of
https://github.com/TwiN/gatus.git
synced 2024-12-14 11:58:04 +00:00
8 lines
130 B
Modula-2
8 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
|
|
)
|