1
0
Fork 0
mirror of https://github.com/TwiN/gatus.git synced 2024-12-14 11:58:04 +00:00
twin-gatus/go.mod

23 lines
800 B
Modula-2
Raw Normal View History

2019-09-04 23:37:13 +00:00
module github.com/TwinProduction/gatus
2021-03-21 23:37:17 +00:00
go 1.16
2019-09-04 23:37:13 +00:00
2019-11-16 20:48:09 +00:00
require (
github.com/TwinProduction/gocache v1.2.3
github.com/TwinProduction/health v1.0.0
github.com/go-ping/ping v0.0.0-20201115131931-3300c582a663
2021-09-03 03:19:49 +00:00
github.com/google/go-cmp v0.5.4 // indirect
github.com/gorilla/mux v1.8.0
2020-11-17 23:55:31 +00:00
github.com/miekg/dns v1.1.35
github.com/prometheus/client_golang v1.9.0
github.com/wcharczuk/go-chart/v2 v2.1.0
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d // indirect
2021-09-03 03:19:49 +00:00
golang.org/x/mod v0.4.0 // indirect
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
2021-09-03 03:19:49 +00:00
golang.org/x/tools v0.0.0-20201208233053-a543418bbed2 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v2 v2.4.0
modernc.org/sqlite v1.11.2
2019-11-16 20:48:09 +00:00
)