2022-02-02 05:54:13 -08:00
|
|
|
module github.com/prometheus/prometheus/documentation/examples/remote_storage
|
|
|
|
|
2022-09-07 02:30:48 -07:00
|
|
|
go 1.18
|
2022-02-02 05:54:13 -08:00
|
|
|
|
|
|
|
require (
|
2023-03-11 00:15:43 -08:00
|
|
|
github.com/alecthomas/kingpin/v2 v2.3.2
|
2022-06-08 06:55:35 -07:00
|
|
|
github.com/go-kit/log v0.2.1
|
2022-02-02 05:54:13 -08:00
|
|
|
github.com/gogo/protobuf v1.3.2
|
|
|
|
github.com/golang/snappy v0.0.4
|
2023-01-01 15:04:14 -08:00
|
|
|
github.com/influxdata/influxdb v1.11.0
|
2023-01-25 06:28:49 -08:00
|
|
|
github.com/prometheus/client_golang v1.14.0
|
2023-03-11 00:15:43 -08:00
|
|
|
github.com/prometheus/common v0.42.0
|
|
|
|
github.com/prometheus/prometheus v0.42.0
|
2023-03-01 16:00:04 -08:00
|
|
|
github.com/stretchr/testify v1.8.2
|
2022-02-02 05:54:13 -08:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
|
2023-03-11 00:15:43 -08:00
|
|
|
github.com/aws/aws-sdk-go v1.44.187 // indirect
|
2022-02-02 05:54:13 -08:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2023-03-11 00:15:43 -08:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2022-02-02 05:54:13 -08:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/dennwc/varint v1.0.0 // indirect
|
2022-07-13 11:18:51 -07:00
|
|
|
github.com/felixge/httpsnoop v1.0.3 // indirect
|
2022-02-02 05:54:13 -08:00
|
|
|
github.com/go-logfmt/logfmt v0.5.1 // indirect
|
2022-07-13 11:18:51 -07:00
|
|
|
github.com/go-logr/logr v1.2.3 // indirect
|
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2022-02-02 05:54:13 -08:00
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2023-03-11 00:15:43 -08:00
|
|
|
github.com/grafana/regexp v0.0.0-20221122212121-6b5c0a4cb7fd // indirect
|
2022-02-02 05:54:13 -08:00
|
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
|
|
github.com/jpillora/backoff v1.0.0 // indirect
|
2022-07-14 07:52:27 -07:00
|
|
|
github.com/kr/pretty v0.3.0 // indirect
|
2023-03-11 00:15:43 -08:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
2022-02-02 05:54:13 -08:00
|
|
|
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
|
2022-06-03 04:27:01 -07:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2022-02-02 05:54:13 -08:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2023-01-25 06:28:49 -08:00
|
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
2022-02-02 05:54:13 -08:00
|
|
|
github.com/prometheus/common/sigv4 v0.1.0 // indirect
|
2022-09-02 10:48:55 -07:00
|
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
2023-03-11 00:15:43 -08:00
|
|
|
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
|
|
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.37.0 // indirect
|
|
|
|
go.opentelemetry.io/otel v1.11.2 // indirect
|
|
|
|
go.opentelemetry.io/otel/metric v0.34.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/trace v1.11.2 // indirect
|
|
|
|
go.uber.org/atomic v1.10.0 // indirect
|
|
|
|
go.uber.org/goleak v1.2.0 // indirect
|
|
|
|
golang.org/x/exp v0.0.0-20230124195608-d38c7dcee874 // indirect
|
|
|
|
golang.org/x/net v0.7.0 // indirect
|
|
|
|
golang.org/x/oauth2 v0.5.0 // indirect
|
|
|
|
golang.org/x/sys v0.5.0 // indirect
|
|
|
|
golang.org/x/text v0.7.0 // indirect
|
|
|
|
golang.org/x/time v0.3.0 // indirect
|
2022-02-02 05:54:13 -08:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2022-09-02 10:48:55 -07:00
|
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
2022-02-02 05:54:13 -08:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2022-06-08 02:14:29 -07:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2022-02-02 05:54:13 -08:00
|
|
|
)
|
2022-07-13 11:18:51 -07:00
|
|
|
|
|
|
|
exclude (
|
|
|
|
// These excludes are needed because of some weird version collision.
|
|
|
|
// Feel free to try removing them after future dependency updates.
|
|
|
|
cloud.google.com/go v0.26.0
|
|
|
|
cloud.google.com/go v0.34.0
|
|
|
|
cloud.google.com/go v0.65.0
|
|
|
|
cloud.google.com/go v0.82.0
|
|
|
|
)
|