2022-12-06 07:41:09 +01:00
|
|
|
module github.com/TwiN/gatus/v5
|
2019-09-05 01:37:13 +02:00
|
|
|
|
2024-06-08 18:39:26 +02:00
|
|
|
go 1.22.2
|
2019-09-05 01:37:13 +02:00
|
|
|
|
2019-11-16 21:48:09 +01:00
|
|
|
require (
|
2024-08-21 23:51:45 +02:00
|
|
|
code.gitea.io/sdk/gitea v0.19.0
|
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
|
2024-05-22 02:17:55 +02:00
|
|
|
github.com/TwiN/gocache/v2 v2.2.2
|
2023-01-04 07:37:24 +01:00
|
|
|
github.com/TwiN/health v1.6.0
|
2024-06-08 18:39:26 +02:00
|
|
|
github.com/TwiN/whois v1.1.9
|
2024-06-30 05:57:20 +02:00
|
|
|
github.com/aws/aws-sdk-go v1.54.10
|
2024-11-05 00:34:33 +01:00
|
|
|
github.com/coreos/go-oidc/v3 v3.11.0
|
2024-11-05 00:52:17 +01:00
|
|
|
github.com/gofiber/fiber/v2 v2.52.5
|
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
|
2024-06-08 18:39:26 +02:00
|
|
|
github.com/ishidawataru/sctp v0.0.0-20230406120618-7ff4192f6ff2
|
2023-07-29 04:03:36 +02:00
|
|
|
github.com/lib/pq v1.10.9
|
2024-09-23 03:39:41 +02:00
|
|
|
github.com/miekg/dns v1.1.62
|
2024-06-08 18:39:26 +02:00
|
|
|
github.com/prometheus-community/pro-bing v0.4.0
|
2024-09-24 02:43:27 +02:00
|
|
|
github.com/prometheus/client_golang v1.20.4
|
2024-09-26 05:57:19 +02:00
|
|
|
github.com/valyala/fasthttp v1.56.0
|
2024-09-20 04:15:21 +02:00
|
|
|
github.com/wcharczuk/go-chart/v2 v2.1.2
|
2024-09-12 03:15:34 +02:00
|
|
|
golang.org/x/crypto v0.27.0
|
2024-09-18 01:48:51 +02:00
|
|
|
golang.org/x/net v0.29.0
|
2024-06-08 18:39:26 +02:00
|
|
|
golang.org/x/oauth2 v0.21.0
|
|
|
|
google.golang.org/api v0.183.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-09-17 01:04:13 +02:00
|
|
|
modernc.org/sqlite v1.33.1
|
2022-01-07 05:24:07 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-06-08 18:39:26 +02:00
|
|
|
cloud.google.com/go/auth v0.5.1 // indirect
|
|
|
|
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
|
|
|
|
cloud.google.com/go/compute/metadata v0.3.0 // indirect
|
|
|
|
github.com/andybalholm/brotli v1.1.0 // indirect
|
2022-01-07 05:24:07 +01:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2024-06-08 18:39:26 +02:00
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
2024-08-21 23:51:45 +02:00
|
|
|
github.com/davidmz/go-pageant v1.0.2 // indirect
|
2023-05-30 04:46:53 +02:00
|
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
2024-06-08 18:39:26 +02:00
|
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
2024-08-21 23:51:45 +02:00
|
|
|
github.com/go-fed/httpsig v1.1.0 // indirect
|
2024-06-08 18:39:26 +02:00
|
|
|
github.com/go-jose/go-jose/v4 v4.0.2 // indirect
|
|
|
|
github.com/go-logr/logr v1.4.2 // indirect
|
|
|
|
github.com/go-logr/stdr v1.2.2 // 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
|
2024-06-08 18:39:26 +02:00
|
|
|
github.com/golang/protobuf v1.5.4 // 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
|
2024-06-08 18:39:26 +02:00
|
|
|
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
|
2024-08-21 23:51:45 +02:00
|
|
|
github.com/hashicorp/go-version v1.6.0 // indirect
|
2024-06-08 18:39:26 +02:00
|
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
2023-10-26 05:52:43 +02:00
|
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
2024-09-24 02:43:27 +02:00
|
|
|
github.com/klauspost/compress v1.17.9 // indirect
|
2023-07-12 04:48:01 +02:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2024-09-24 02:43:27 +02:00
|
|
|
github.com/kylelemons/godebug v1.1.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-09-24 02:43:27 +02:00
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
2024-06-08 18:39:26 +02:00
|
|
|
github.com/ncruces/go-strftime v0.1.9 // indirect
|
|
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
2024-09-24 02:43:27 +02:00
|
|
|
github.com/prometheus/common v0.55.0 // indirect
|
2024-06-08 18:39:26 +02:00
|
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
2023-05-30 04:46:53 +02:00
|
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
2024-06-08 18:39:26 +02:00
|
|
|
github.com/rivo/uniseg v0.4.7 // 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
|
2024-06-08 18:39:26 +02:00
|
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0 // indirect
|
|
|
|
go.opentelemetry.io/otel v1.27.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/metric v1.27.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/trace v1.27.0 // indirect
|
2024-09-20 04:15:21 +02:00
|
|
|
golang.org/x/image v0.18.0 // indirect
|
2024-06-08 18:39:26 +02:00
|
|
|
golang.org/x/mod v0.18.0 // indirect
|
2024-09-12 03:15:34 +02:00
|
|
|
golang.org/x/sync v0.8.0 // indirect
|
|
|
|
golang.org/x/sys v0.25.0 // indirect
|
|
|
|
golang.org/x/text v0.18.0 // indirect
|
2024-06-08 18:39:26 +02:00
|
|
|
golang.org/x/tools v0.22.0 // indirect
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240604185151-ef581f913117 // indirect
|
|
|
|
google.golang.org/grpc v1.64.0 // indirect
|
2024-09-24 02:43:27 +02:00
|
|
|
google.golang.org/protobuf v1.34.2 // indirect
|
2021-12-03 03:05:17 +01:00
|
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
2024-06-08 18:39:26 +02:00
|
|
|
modernc.org/gc/v3 v3.0.0-20240304020402-f0dba7c97c2b // indirect
|
2024-07-31 06:00:47 +02:00
|
|
|
modernc.org/libc v1.55.3 // indirect
|
2024-01-18 04:25:54 +01:00
|
|
|
modernc.org/mathutil v1.6.0 // indirect
|
2024-06-08 18:39:26 +02:00
|
|
|
modernc.org/memory v1.8.0 // indirect
|
|
|
|
modernc.org/strutil v1.2.0 // indirect
|
|
|
|
modernc.org/token v1.1.0 // indirect
|
2019-11-16 21:48:09 +01:00
|
|
|
)
|