2021-10-08 01:28:04 +00:00
|
|
|
module github.com/TwiN/gatus/v3
|
2019-09-04 23:37:13 +00:00
|
|
|
|
2021-10-03 19:02:57 +00:00
|
|
|
go 1.17
|
2019-09-04 23:37:13 +00:00
|
|
|
|
2019-11-16 20:48:09 +00:00
|
|
|
require (
|
2022-01-02 23:29:34 +00:00
|
|
|
github.com/TwiN/g8 v1.3.0
|
2021-10-08 01:28:04 +00:00
|
|
|
github.com/TwiN/gocache v1.2.4
|
2022-01-02 03:53:38 +00:00
|
|
|
github.com/TwiN/gocache/v2 v2.0.0
|
2021-11-20 04:43:24 +00:00
|
|
|
github.com/TwiN/health v1.3.0
|
2021-12-15 04:20:43 +00:00
|
|
|
github.com/coreos/go-oidc/v3 v3.1.0
|
2021-10-04 02:15:20 +00:00
|
|
|
github.com/go-ping/ping v0.0.0-20210911151512-381826476871
|
2021-12-15 04:20:43 +00:00
|
|
|
github.com/google/uuid v1.3.0
|
2020-12-30 01:22:17 +00:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2021-09-10 22:00:04 +00:00
|
|
|
github.com/lib/pq v1.10.3
|
2021-10-04 02:15:20 +00:00
|
|
|
github.com/miekg/dns v1.1.43
|
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2022-01-07 04:24:07 +00:00
|
|
|
github.com/wcharczuk/go-chart/v2 v2.1.0
|
|
|
|
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
|
|
|
|
gopkg.in/mail.v2 v2.3.1
|
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
|
|
modernc.org/sqlite v1.13.1
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
2021-10-03 19:02:57 +00:00
|
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
2021-10-04 02:15:20 +00:00
|
|
|
github.com/prometheus/common v0.31.1 // indirect
|
|
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
2021-10-03 19:02:57 +00:00
|
|
|
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
|
2021-10-04 02:15:20 +00:00
|
|
|
go.etcd.io/bbolt v1.3.6 // indirect
|
2022-01-07 04:24:07 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
|
2021-08-21 21:39:22 +00:00
|
|
|
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d // indirect
|
2021-10-04 02:15:20 +00:00
|
|
|
golang.org/x/mod v0.5.1 // indirect
|
2021-12-12 22:46:13 +00:00
|
|
|
golang.org/x/net v0.0.0-20211209124913-491a49abca63 // indirect
|
2021-10-04 02:15:20 +00:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20211003122950-b1ebd4e1001c // indirect
|
|
|
|
golang.org/x/tools v0.1.7 // indirect
|
2021-10-03 19:02:57 +00:00
|
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
2022-01-07 04:24:07 +00:00
|
|
|
google.golang.org/appengine v1.6.6 // indirect
|
2021-10-04 02:15:20 +00:00
|
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
2021-12-03 02:05:17 +00:00
|
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
2022-01-07 04:24:07 +00:00
|
|
|
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
|
2021-10-03 19:02:57 +00:00
|
|
|
lukechampine.com/uint128 v1.1.1 // indirect
|
2021-10-04 02:15:20 +00:00
|
|
|
modernc.org/cc/v3 v3.35.8 // indirect
|
|
|
|
modernc.org/ccgo/v3 v3.12.16 // indirect
|
|
|
|
modernc.org/libc v1.11.22 // indirect
|
|
|
|
modernc.org/mathutil v1.4.1 // indirect
|
|
|
|
modernc.org/memory v1.0.5 // indirect
|
2021-10-03 19:02:57 +00:00
|
|
|
modernc.org/opt v0.1.1 // indirect
|
|
|
|
modernc.org/strutil v1.1.1 // indirect
|
|
|
|
modernc.org/token v1.0.0 // indirect
|
2019-11-16 20:48:09 +00:00
|
|
|
)
|