mirror of
https://github.com/TwiN/gatus.git
synced 2024-12-24 07:39:19 +01:00
13 lines
362 B
Modula-2
13 lines
362 B
Modula-2
module github.com/TwinProduction/gatus
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/prometheus/client_golang v1.7.1
|
|
github.com/prometheus/common v0.13.0 // indirect
|
|
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|