mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-07 16:44:25 +01:00
24 lines
827 B
Modula-2
24 lines
827 B
Modula-2
module github.com/TwinProduction/gatus
|
|
|
|
go 1.16
|
|
|
|
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
|
|
github.com/google/go-cmp v0.5.4 // indirect
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/lib/pq v1.10.3
|
|
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
|
|
golang.org/x/mod v0.4.0 // indirect
|
|
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
|
|
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
|
|
)
|