mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-11 16:14:05 -08:00
b94eea482c
* vendor update * discovery/gce: oauth2.NoContext is deprecated, replace with context.Background() Signed-off-by: Erik Hollensbe <github@hollensbe.org>
7 lines
146 B
Modula-2
7 lines
146 B
Modula-2
module github.com/cespare/xxhash
|
|
|
|
require (
|
|
github.com/OneOfOne/xxhash v1.2.2
|
|
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72
|
|
)
|