2019-09-04 23:37:13 +00:00
|
|
|
module github.com/TwinProduction/gatus
|
|
|
|
|
2020-08-22 01:57:23 +00:00
|
|
|
go 1.15
|
2019-09-04 23:37:13 +00:00
|
|
|
|
2019-11-16 20:48:09 +00:00
|
|
|
require (
|
2020-12-25 05:07:18 +00:00
|
|
|
cloud.google.com/go v0.74.0 // indirect
|
2021-02-06 03:11:25 +00:00
|
|
|
github.com/TwinProduction/gocache v1.2.1
|
2021-02-13 04:29:21 +00:00
|
|
|
github.com/TwinProduction/health v1.0.0
|
2020-12-25 05:07:18 +00:00
|
|
|
github.com/go-ping/ping v0.0.0-20201115131931-3300c582a663
|
|
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
2020-12-30 01:22:17 +00:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2020-10-30 15:30:03 +00:00
|
|
|
github.com/imdario/mergo v0.3.11 // indirect
|
2020-11-17 23:55:31 +00:00
|
|
|
github.com/miekg/dns v1.1.35
|
2020-12-25 05:07:18 +00:00
|
|
|
github.com/prometheus/client_golang v1.9.0
|
|
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
|
2020-12-25 07:40:39 +00:00
|
|
|
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
|
2020-12-25 05:07:18 +00:00
|
|
|
golang.org/x/sys v0.0.0-20201223074533-0d417f636930 // indirect
|
|
|
|
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect
|
|
|
|
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2020-12-25 08:00:08 +00:00
|
|
|
k8s.io/api v0.18.14
|
|
|
|
k8s.io/apimachinery v0.18.14
|
|
|
|
k8s.io/client-go v0.18.14
|
2019-11-16 20:48:09 +00:00
|
|
|
)
|
2020-12-25 05:07:18 +00:00
|
|
|
|
2020-12-25 08:00:08 +00:00
|
|
|
replace k8s.io/client-go => k8s.io/client-go v0.18.14
|