2022-12-06 07:41:09 +01:00
|
|
|
module github.com/TwiN/gatus/v5
|
2019-09-05 01:37:13 +02:00
|
|
|
|
2024-03-07 02:37:42 +01:00
|
|
|
go 1.21
|
2019-09-05 01:37:13 +02:00
|
|
|
|
2019-11-16 21:48:09 +01:00
|
|
|
require (
|
2024-03-07 02:37:42 +01:00
|
|
|
github.com/TwiN/deepmerge v0.2.1
|
2023-04-22 18:55:30 +02:00
|
|
|
github.com/TwiN/g8/v2 v2.0.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
|
2023-10-05 02:17:37 +02:00
|
|
|
github.com/TwiN/whois v1.1.7
|
2023-11-14 02:12:39 +01:00
|
|
|
github.com/aws/aws-sdk-go v1.47.9
|
2023-11-03 04:06:06 +01:00
|
|
|
github.com/coreos/go-oidc/v3 v3.7.0
|
2024-02-24 21:12:58 +01:00
|
|
|
github.com/gofiber/fiber/v2 v2.52.1
|
2023-01-08 23:53:37 +01:00
|
|
|
github.com/google/go-github/v48 v48.2.0
|
2024-04-19 03:34:26 +02:00
|
|
|
github.com/google/uuid v1.6.0
|
2023-01-08 23:53:37 +01:00
|
|
|
github.com/ishidawataru/sctp v0.0.0-20210707070123-9a39160e9062
|
2023-07-29 04:03:36 +02:00
|
|
|
github.com/lib/pq v1.10.9
|
2023-09-30 14:03:22 +02:00
|
|
|
github.com/miekg/dns v1.1.56
|
2023-08-03 04:57:48 +02:00
|
|
|
github.com/prometheus-community/pro-bing v0.3.0
|
2024-02-21 04:26:25 +01:00
|
|
|
github.com/prometheus/client_golang v1.18.0
|
2024-02-24 21:12:58 +01:00
|
|
|
github.com/valyala/fasthttp v1.51.0
|
2023-10-18 01:46:01 +02:00
|
|
|
github.com/wcharczuk/go-chart/v2 v2.1.1
|
2024-03-10 23:59:00 +01:00
|
|
|
golang.org/x/crypto v0.21.0
|
|
|
|
golang.org/x/net v0.22.0
|
|
|
|
golang.org/x/oauth2 v0.18.0
|
2023-11-29 04:50:07 +01:00
|
|
|
google.golang.org/api v0.148.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
|
2024-01-18 04:25:54 +01:00
|
|
|
modernc.org/sqlite v1.28.0
|
2022-01-07 05:24:07 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2023-11-29 04:50:07 +01:00
|
|
|
cloud.google.com/go/compute v1.23.0 // indirect
|
|
|
|
cloud.google.com/go/compute/metadata v0.2.3 // indirect
|
2023-07-09 02:37:41 +02:00
|
|
|
github.com/andybalholm/brotli v1.0.5 // indirect
|
2022-01-07 05:24:07 +01:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2023-10-18 01:46:01 +02:00
|
|
|
github.com/blend/go-sdk v1.20220411.3 // indirect
|
2023-07-12 04:48:01 +02:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2022-11-02 04:42:29 +01:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2023-05-30 04:46:53 +02:00
|
|
|
github.com/dustin/go-humanize v1.0.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
|
2023-11-29 04:50:07 +01:00
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
2023-07-12 04:48:01 +02:00
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
2023-01-08 23:53:37 +01:00
|
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
2023-11-29 04:50:07 +01:00
|
|
|
github.com/google/s2a-go v0.1.7 // indirect
|
|
|
|
github.com/googleapis/enterprise-certificate-proxy v0.3.1 // indirect
|
2023-10-26 05:52:43 +02:00
|
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
2022-01-07 05:24:07 +01:00
|
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
2024-02-24 21:12:58 +01:00
|
|
|
github.com/klauspost/compress v1.17.0 // indirect
|
2023-07-12 04:48:01 +02:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2023-07-09 02:37:41 +02:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
2024-02-24 21:12:58 +01:00
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2023-10-03 02:23:16 +02:00
|
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
2024-02-21 04:26:25 +01:00
|
|
|
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
|
|
|
|
github.com/prometheus/client_model v0.5.0 // indirect
|
|
|
|
github.com/prometheus/common v0.45.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.12.0 // indirect
|
2023-05-30 04:46:53 +02:00
|
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
2023-07-09 02:37:41 +02:00
|
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
2023-07-12 04:48:01 +02:00
|
|
|
github.com/rogpeppe/go-internal v1.11.0 // indirect
|
2023-07-09 02:37:41 +02:00
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
2023-11-29 04:50:07 +01:00
|
|
|
go.opencensus.io v0.24.0 // indirect
|
2023-10-18 01:46:01 +02:00
|
|
|
golang.org/x/image v0.11.0 // indirect
|
2023-09-30 14:03:22 +02:00
|
|
|
golang.org/x/mod v0.12.0 // indirect
|
2023-11-29 04:50:07 +01:00
|
|
|
golang.org/x/sync v0.4.0 // indirect
|
2024-03-10 23:59:00 +01:00
|
|
|
golang.org/x/sys v0.18.0 // indirect
|
2024-01-14 05:06:52 +01:00
|
|
|
golang.org/x/text v0.14.0 // indirect
|
2023-09-30 14:03:22 +02:00
|
|
|
golang.org/x/tools v0.13.0 // indirect
|
2023-11-03 04:06:06 +01:00
|
|
|
google.golang.org/appengine v1.6.8 // indirect
|
2023-11-29 04:50:07 +01:00
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20231012201019-e917dd12ba7a // indirect
|
|
|
|
google.golang.org/grpc v1.58.3 // indirect
|
2023-10-12 00:38:05 +02:00
|
|
|
google.golang.org/protobuf v1.31.0 // 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
|
2024-01-18 04:25:54 +01:00
|
|
|
modernc.org/libc v1.29.0 // indirect
|
|
|
|
modernc.org/mathutil v1.6.0 // indirect
|
|
|
|
modernc.org/memory v1.7.2 // indirect
|
2022-12-02 02:19:56 +01:00
|
|
|
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
|
|
|
)
|