2018-11-16 16:32:19 +00:00
|
|
|
module github.com/prometheus/alertmanager
|
|
|
|
|
2022-09-12 09:26:01 +00:00
|
|
|
go 1.18
|
2022-07-23 14:56:26 +00:00
|
|
|
|
2018-11-16 16:32:19 +00:00
|
|
|
require (
|
2023-03-01 12:47:50 +00:00
|
|
|
github.com/alecthomas/kingpin/v2 v2.3.2
|
2021-12-17 15:24:43 +00:00
|
|
|
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137
|
2023-08-08 09:59:46 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.44.317
|
2023-05-01 15:58:10 +00:00
|
|
|
github.com/benbjohnson/clock v1.3.3
|
2023-06-01 15:58:36 +00:00
|
|
|
github.com/cenkalti/backoff/v4 v4.2.1
|
2022-12-09 13:58:40 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0
|
2022-07-25 14:54:08 +00:00
|
|
|
github.com/go-kit/log v0.2.1
|
2022-10-26 08:49:20 +00:00
|
|
|
github.com/go-openapi/analysis v0.21.4
|
2023-08-08 10:00:47 +00:00
|
|
|
github.com/go-openapi/errors v0.20.4
|
2022-09-09 13:59:07 +00:00
|
|
|
github.com/go-openapi/loads v0.21.2
|
2023-06-01 15:58:32 +00:00
|
|
|
github.com/go-openapi/runtime v0.26.0
|
2023-02-01 15:04:20 +00:00
|
|
|
github.com/go-openapi/spec v0.20.8
|
2023-04-01 15:58:45 +00:00
|
|
|
github.com/go-openapi/strfmt v0.21.7
|
2022-09-12 10:25:23 +00:00
|
|
|
github.com/go-openapi/swag v0.22.3
|
2023-03-01 16:06:11 +00:00
|
|
|
github.com/go-openapi/validate v0.22.1
|
2023-02-01 15:04:26 +00:00
|
|
|
github.com/gofrs/uuid v4.4.0+incompatible
|
2021-02-09 15:49:07 +00:00
|
|
|
github.com/gogo/protobuf v1.3.2
|
2019-03-11 05:47:24 +00:00
|
|
|
github.com/hashicorp/go-sockaddr v1.0.2
|
2023-04-01 15:58:33 +00:00
|
|
|
github.com/hashicorp/golang-lru/v2 v2.0.2
|
2022-12-09 13:58:40 +00:00
|
|
|
github.com/hashicorp/memberlist v0.5.0
|
2021-04-22 08:20:26 +00:00
|
|
|
github.com/jessevdk/go-flags v1.5.0
|
2020-05-18 13:00:36 +00:00
|
|
|
github.com/kylelemons/godebug v1.1.0
|
2022-11-01 15:09:50 +00:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4
|
2020-05-18 13:00:36 +00:00
|
|
|
github.com/oklog/run v1.1.0
|
2019-08-22 10:04:38 +00:00
|
|
|
github.com/oklog/ulid v1.3.1
|
2020-05-18 13:00:36 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2023-06-01 15:58:20 +00:00
|
|
|
github.com/prometheus/client_golang v1.15.1
|
2023-07-01 15:37:45 +00:00
|
|
|
github.com/prometheus/common v0.44.0
|
2021-06-23 14:00:47 +00:00
|
|
|
github.com/prometheus/common/sigv4 v0.1.0
|
2023-06-02 09:20:21 +00:00
|
|
|
github.com/prometheus/exporter-toolkit v0.10.0
|
2023-05-01 15:58:04 +00:00
|
|
|
github.com/rs/cors v1.9.0
|
2019-08-22 10:04:38 +00:00
|
|
|
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749
|
2021-03-10 18:00:22 +00:00
|
|
|
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546
|
2023-08-08 10:00:20 +00:00
|
|
|
github.com/stretchr/testify v1.8.4
|
2021-04-22 08:20:26 +00:00
|
|
|
github.com/xlab/treeprint v1.1.0
|
2023-06-01 15:58:26 +00:00
|
|
|
go.uber.org/atomic v1.11.0
|
2023-04-01 15:58:17 +00:00
|
|
|
golang.org/x/mod v0.9.0
|
2023-06-01 15:58:10 +00:00
|
|
|
golang.org/x/net v0.10.0
|
2023-05-01 15:58:26 +00:00
|
|
|
golang.org/x/text v0.9.0
|
2023-04-01 15:58:17 +00:00
|
|
|
golang.org/x/tools v0.7.0
|
2023-05-01 15:57:57 +00:00
|
|
|
gopkg.in/telebot.v3 v3.1.3
|
2021-01-27 09:52:08 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2018-11-16 16:32:19 +00:00
|
|
|
)
|
2019-09-16 10:22:25 +00:00
|
|
|
|
2022-07-23 14:56:26 +00:00
|
|
|
require (
|
2022-11-15 09:56:17 +00:00
|
|
|
github.com/armon/go-metrics v0.3.10 // indirect
|
2023-04-01 15:58:45 +00:00
|
|
|
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
|
2022-07-23 14:56:26 +00:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2023-03-01 12:47:50 +00:00
|
|
|
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
|
2022-07-23 14:56:26 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2023-06-01 15:58:32 +00:00
|
|
|
github.com/docker/go-units v0.5.0 // indirect
|
2022-07-23 14:56:26 +00:00
|
|
|
github.com/go-logfmt/logfmt v0.5.1 // indirect
|
2022-11-30 16:06:57 +00:00
|
|
|
github.com/go-logr/logr v1.2.3 // indirect
|
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2022-07-23 14:56:26 +00:00
|
|
|
github.com/go-openapi/jsonpointer v0.19.5 // indirect
|
|
|
|
github.com/go-openapi/jsonreference v0.20.0 // indirect
|
2023-05-01 15:58:17 +00:00
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
2022-07-23 14:56:26 +00:00
|
|
|
github.com/google/btree v1.0.0 // indirect
|
|
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
2022-11-15 09:56:17 +00:00
|
|
|
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
|
2022-07-23 14:56:26 +00:00
|
|
|
github.com/hashicorp/go-msgpack v0.5.3 // indirect
|
2022-11-15 09:56:17 +00:00
|
|
|
github.com/hashicorp/go-multierror v1.1.0 // indirect
|
2022-12-20 16:21:12 +00:00
|
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
2022-07-23 14:56:26 +00:00
|
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
|
|
github.com/jpillora/backoff v1.0.0 // indirect
|
|
|
|
github.com/julienschmidt/httprouter v1.3.0 // indirect
|
|
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
2022-11-15 09:56:17 +00:00
|
|
|
github.com/miekg/dns v1.1.41 // indirect
|
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
2022-07-23 14:56:26 +00:00
|
|
|
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
|
|
|
|
github.com/opentracing/opentracing-go v1.2.0 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2023-07-01 15:37:45 +00:00
|
|
|
github.com/prometheus/client_model v0.4.0 // indirect
|
2023-03-01 12:47:50 +00:00
|
|
|
github.com/prometheus/procfs v0.9.0 // indirect
|
2022-07-23 14:56:26 +00:00
|
|
|
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
|
2023-03-01 12:47:50 +00:00
|
|
|
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
|
2023-04-01 15:58:45 +00:00
|
|
|
go.mongodb.org/mongo-driver v1.11.3 // indirect
|
2023-06-01 15:58:32 +00:00
|
|
|
go.opentelemetry.io/otel v1.14.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/trace v1.14.0 // indirect
|
2023-06-02 09:20:21 +00:00
|
|
|
golang.org/x/crypto v0.8.0 // indirect
|
2023-07-01 15:37:45 +00:00
|
|
|
golang.org/x/oauth2 v0.8.0 // indirect
|
2022-11-15 13:44:05 +00:00
|
|
|
golang.org/x/sync v0.1.0 // indirect
|
2023-06-01 15:58:10 +00:00
|
|
|
golang.org/x/sys v0.8.0 // indirect
|
2022-11-15 09:56:17 +00:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2023-05-01 15:58:17 +00:00
|
|
|
google.golang.org/protobuf v1.30.0 // indirect
|
2022-07-25 16:42:55 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2022-07-23 14:56:26 +00:00
|
|
|
)
|