2019-09-05 01:37:13 +02:00
|
|
|
module github.com/TwinProduction/gatus
|
|
|
|
|
2021-03-22 00:37:17 +01:00
|
|
|
go 1.16
|
2019-09-05 01:37:13 +02:00
|
|
|
|
2019-11-16 21:48:09 +01:00
|
|
|
require (
|
2020-12-25 06:07:18 +01:00
|
|
|
cloud.google.com/go v0.74.0 // indirect
|
2021-06-18 15:56:49 +02:00
|
|
|
github.com/TwinProduction/gocache v1.2.3
|
2021-02-13 05:29:21 +01:00
|
|
|
github.com/TwinProduction/health v1.0.0
|
2020-12-25 06:07:18 +01:00
|
|
|
github.com/go-ping/ping v0.0.0-20201115131931-3300c582a663
|
|
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
2020-12-30 02:22:17 +01:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2020-10-30 16:30:03 +01:00
|
|
|
github.com/imdario/mergo v0.3.11 // indirect
|
2020-11-18 00:55:31 +01:00
|
|
|
github.com/miekg/dns v1.1.35
|
2020-12-25 06:07:18 +01:00
|
|
|
github.com/prometheus/client_golang v1.9.0
|
|
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
|
2020-12-25 08:40:39 +01:00
|
|
|
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
|
2020-12-25 06:07:18 +01:00
|
|
|
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 09:00:08 +01:00
|
|
|
k8s.io/api v0.18.14
|
|
|
|
k8s.io/apimachinery v0.18.14
|
|
|
|
k8s.io/client-go v0.18.14
|
2021-07-12 06:56:30 +02:00
|
|
|
modernc.org/sqlite v1.11.2
|
2019-11-16 21:48:09 +01:00
|
|
|
)
|
2020-12-25 06:07:18 +01:00
|
|
|
|
2020-12-25 09:00:08 +01:00
|
|
|
replace k8s.io/client-go => k8s.io/client-go v0.18.14
|