2022-12-06 07:41:09 +01:00
|
|
|
module github.com/TwiN/gatus/v5
|
2019-09-05 01:37:13 +02:00
|
|
|
|
2022-09-22 02:16:00 +02:00
|
|
|
go 1.19
|
2019-09-05 01:37:13 +02:00
|
|
|
|
2019-11-16 21:48:09 +01:00
|
|
|
require (
|
2023-01-11 07:05:17 +01:00
|
|
|
github.com/TwiN/deepmerge v0.2.0
|
2022-09-22 02:16:00 +02:00
|
|
|
github.com/TwiN/g8 v1.4.0
|
2022-11-16 03:33:36 +01:00
|
|
|
github.com/TwiN/gocache/v2 v2.2.0
|
2023-01-04 07:37:24 +01:00
|
|
|
github.com/TwiN/health v1.6.0
|
2022-11-15 06:25:02 +01:00
|
|
|
github.com/TwiN/whois v1.1.0
|
2023-01-22 22:54:53 +01:00
|
|
|
github.com/coreos/go-oidc/v3 v3.5.0
|
2021-10-04 04:15:20 +02:00
|
|
|
github.com/go-ping/ping v0.0.0-20210911151512-381826476871
|
2023-01-08 23:53:37 +01:00
|
|
|
github.com/google/go-github/v48 v48.2.0
|
2021-12-15 05:20:43 +01:00
|
|
|
github.com/google/uuid v1.3.0
|
2020-12-30 02:22:17 +01:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2023-01-08 23:53:37 +01:00
|
|
|
github.com/ishidawataru/sctp v0.0.0-20210707070123-9a39160e9062
|
2022-11-02 07:29:09 +01:00
|
|
|
github.com/lib/pq v1.10.7
|
2022-12-15 05:51:19 +01:00
|
|
|
github.com/miekg/dns v1.1.50
|
2022-11-16 07:06:01 +01:00
|
|
|
github.com/prometheus/client_golang v1.14.0
|
2022-01-07 05:24:07 +01:00
|
|
|
github.com/wcharczuk/go-chart/v2 v2.1.0
|
2023-01-22 22:54:53 +01:00
|
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
|
|
|
|
golang.org/x/oauth2 v0.3.0
|
2022-01-07 05:24:07 +01:00
|
|
|
gopkg.in/mail.v2 v2.3.1
|
2023-01-08 23:53:37 +01:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2022-12-02 02:19:56 +01:00
|
|
|
modernc.org/sqlite v1.19.5
|
2022-01-07 05:24:07 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
2022-11-02 04:42:29 +01:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2023-01-22 22:54:53 +01:00
|
|
|
github.com/go-jose/go-jose/v3 v3.0.0 // indirect
|
2022-01-07 05:24:07 +01:00
|
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2023-01-08 23:53:37 +01:00
|
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
2022-01-07 05:24:07 +01:00
|
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
2022-12-02 02:19:56 +01:00
|
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
2022-01-07 05:24:07 +01:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
2022-11-16 07:06:01 +01:00
|
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
2022-11-02 04:42:29 +01:00
|
|
|
github.com/prometheus/common v0.37.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
2021-10-03 21:02:57 +02:00
|
|
|
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
|
2021-08-21 23:39:22 +02:00
|
|
|
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d // indirect
|
2023-01-22 22:54:53 +01:00
|
|
|
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
|
|
|
|
golang.org/x/net v0.4.0 // indirect
|
|
|
|
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
|
|
|
|
golang.org/x/sys v0.3.0 // indirect
|
|
|
|
golang.org/x/tools v0.1.12 // indirect
|
2022-12-09 05:20:27 +01:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2022-11-02 04:42:29 +01:00
|
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
2021-12-03 03:05:17 +01:00
|
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
2022-12-02 02:19:56 +01:00
|
|
|
lukechampine.com/uint128 v1.2.0 // indirect
|
|
|
|
modernc.org/cc/v3 v3.40.0 // indirect
|
|
|
|
modernc.org/ccgo/v3 v3.16.13 // indirect
|
|
|
|
modernc.org/libc v1.21.5 // indirect
|
|
|
|
modernc.org/mathutil v1.5.0 // indirect
|
|
|
|
modernc.org/memory v1.4.0 // indirect
|
|
|
|
modernc.org/opt v0.1.3 // indirect
|
|
|
|
modernc.org/strutil v1.1.3 // indirect
|
|
|
|
modernc.org/token v1.0.1 // indirect
|
2019-11-16 21:48:09 +01:00
|
|
|
)
|