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 (
|
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
|
2021-09-03 05:19:49 +02:00
|
|
|
github.com/google/go-cmp v0.5.4 // indirect
|
2020-12-30 02:22:17 +01:00
|
|
|
github.com/gorilla/mux v1.8.0
|
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
|
2021-08-21 23:39:22 +02:00
|
|
|
github.com/wcharczuk/go-chart/v2 v2.1.0
|
2020-12-25 06:07:18 +01:00
|
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
|
2021-08-21 23:39:22 +02:00
|
|
|
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d // indirect
|
2021-09-03 05:19:49 +02:00
|
|
|
golang.org/x/mod v0.4.0 // indirect
|
2020-12-25 08:40:39 +01:00
|
|
|
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
|
2021-09-03 05:19:49 +02:00
|
|
|
golang.org/x/tools v0.0.0-20201208233053-a543418bbed2 // indirect
|
|
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
2020-12-25 06:07:18 +01:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2021-07-12 06:56:30 +02:00
|
|
|
modernc.org/sqlite v1.11.2
|
2019-11-16 21:48:09 +01:00
|
|
|
)
|