mirror of
				https://github.com/prometheus/prometheus.git
				synced 2025-10-31 16:31:03 +01:00 
			
		
		
		
	Bumps [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus) from 0.36.2 to 0.38.0. - [Release notes](https://github.com/prometheus/prometheus/releases) - [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md) - [Commits](https://github.com/prometheus/prometheus/compare/v0.36.2...v0.38.0) --- updated-dependencies: - dependency-name: github.com/prometheus/prometheus dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
		
			
				
	
	
		
			70 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			70 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
| module github.com/prometheus/prometheus/documentation/examples/remote_storage
 | |
| 
 | |
| go 1.18
 | |
| 
 | |
| require (
 | |
| 	github.com/go-kit/log v0.2.1
 | |
| 	github.com/gogo/protobuf v1.3.2
 | |
| 	github.com/golang/snappy v0.0.4
 | |
| 	github.com/influxdata/influxdb v1.10.0
 | |
| 	github.com/prometheus/client_golang v1.13.0
 | |
| 	github.com/prometheus/common v0.37.0
 | |
| 	github.com/stretchr/testify v1.8.0
 | |
| 	gopkg.in/alecthomas/kingpin.v2 v2.2.6
 | |
| )
 | |
| 
 | |
| require (
 | |
| 	github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
 | |
| 	github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
 | |
| 	github.com/aws/aws-sdk-go v1.44.72 // indirect
 | |
| 	github.com/beorn7/perks v1.0.1 // indirect
 | |
| 	github.com/cespare/xxhash/v2 v2.1.2 // indirect
 | |
| 	github.com/davecgh/go-spew v1.1.1 // indirect
 | |
| 	github.com/dennwc/varint v1.0.0 // indirect
 | |
| 	github.com/felixge/httpsnoop v1.0.3 // indirect
 | |
| 	github.com/go-logfmt/logfmt v0.5.1 // indirect
 | |
| 	github.com/go-logr/logr v1.2.3 // indirect
 | |
| 	github.com/go-logr/stdr v1.2.2 // indirect
 | |
| 	github.com/golang/protobuf v1.5.2 // indirect
 | |
| 	github.com/grafana/regexp v0.0.0-20220304095617-2e8d9baf4ac2 // indirect
 | |
| 	github.com/jmespath/go-jmespath v0.4.0 // indirect
 | |
| 	github.com/jpillora/backoff v1.0.0 // indirect
 | |
| 	github.com/kr/pretty v0.2.1 // indirect
 | |
| 	github.com/kr/text v0.2.0 // indirect
 | |
| 	github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
 | |
| 	github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
 | |
| 	github.com/pkg/errors v0.9.1 // indirect
 | |
| 	github.com/pmezard/go-difflib v1.0.0 // indirect
 | |
| 	github.com/prometheus/client_model v0.2.0 // indirect
 | |
| 	github.com/prometheus/common/sigv4 v0.1.0 // indirect
 | |
| 	github.com/prometheus/procfs v0.8.0 // indirect
 | |
| 	go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.34.0 // indirect
 | |
| 	go.opentelemetry.io/otel v1.9.0 // indirect
 | |
| 	go.opentelemetry.io/otel/metric v0.31.0 // indirect
 | |
| 	go.opentelemetry.io/otel/trace v1.9.0 // indirect
 | |
| 	go.uber.org/atomic v1.9.0 // indirect
 | |
| 	go.uber.org/goleak v1.1.12 // indirect
 | |
| 	golang.org/x/net v0.0.0-20220809184613-07c6da5e1ced // indirect
 | |
| 	golang.org/x/sys v0.0.0-20220808155132-1c4a2a72c664 // indirect
 | |
| 	golang.org/x/text v0.3.7 // indirect
 | |
| 	golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
 | |
| 	google.golang.org/appengine v1.6.7 // indirect
 | |
| 	google.golang.org/protobuf v1.28.1 // indirect
 | |
| 	gopkg.in/yaml.v2 v2.4.0 // indirect
 | |
| 	gopkg.in/yaml.v3 v3.0.1 // indirect
 | |
| )
 | |
| 
 | |
| require (
 | |
| 	github.com/prometheus/prometheus v0.38.0
 | |
| 	golang.org/x/oauth2 v0.0.0-20220808172628-8227340efae7 // indirect
 | |
| )
 | |
| 
 | |
| 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
 | |
| )
 |