mirror of
https://github.com/TwiN/gatus.git
synced 2026-07-25 01:22:56 +00:00
9 lines
130 B
AMPL
9 lines
130 B
AMPL
module github.com/TwinProduction/gatus
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/prometheus/client_golang v1.2.1
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|