Showing
- go.mod 2 additions, 2 deletionsgo.mod
- go.sum 16 additions, 0 deletionsgo.sum
- vendor/github.com/prometheus/client_golang/api/prometheus/v1/api.go 42 additions, 6 deletions...hub.com/prometheus/client_golang/api/prometheus/v1/api.go
- vendor/github.com/prometheus/client_golang/prometheus/build_info.go 0 additions, 29 deletions...hub.com/prometheus/client_golang/prometheus/build_info.go
- vendor/github.com/prometheus/client_golang/prometheus/desc.go 1 addition, 1 deletion...or/github.com/prometheus/client_golang/prometheus/desc.go
- vendor/github.com/prometheus/client_golang/prometheus/go_collector.go 6 additions, 1 deletion...b.com/prometheus/client_golang/prometheus/go_collector.go
- vendor/github.com/prometheus/client_golang/prometheus/histogram.go 1 addition, 1 deletion...thub.com/prometheus/client_golang/prometheus/histogram.go
- vendor/github.com/prometheus/client_golang/prometheus/metric.go 2 additions, 2 deletions.../github.com/prometheus/client_golang/prometheus/metric.go
- vendor/github.com/prometheus/client_golang/prometheus/promhttp/delegator.go 2 additions, 4 deletions...prometheus/client_golang/prometheus/promhttp/delegator.go
- vendor/github.com/prometheus/client_golang/prometheus/registry.go 1 addition, 1 deletion...ithub.com/prometheus/client_golang/prometheus/registry.go
- vendor/github.com/prometheus/client_golang/prometheus/summary.go 1 addition, 1 deletion...github.com/prometheus/client_golang/prometheus/summary.go
- vendor/github.com/prometheus/client_golang/prometheus/value.go 1 addition, 1 deletion...r/github.com/prometheus/client_golang/prometheus/value.go
- vendor/github.com/prometheus/client_golang/prometheus/vec.go 2 additions, 2 deletionsvendor/github.com/prometheus/client_golang/prometheus/vec.go
- vendor/github.com/prometheus/client_golang/prometheus/wrap.go 1 addition, 1 deletion...or/github.com/prometheus/client_golang/prometheus/wrap.go
- vendor/github.com/prometheus/procfs/Makefile.common 3 additions, 1 deletionvendor/github.com/prometheus/procfs/Makefile.common
- vendor/github.com/prometheus/procfs/SECURITY.md 6 additions, 0 deletionsvendor/github.com/prometheus/procfs/SECURITY.md
- vendor/github.com/prometheus/procfs/arp.go 2 additions, 2 deletionsvendor/github.com/prometheus/procfs/arp.go
- vendor/github.com/prometheus/procfs/buddyinfo.go 1 addition, 1 deletionvendor/github.com/prometheus/procfs/buddyinfo.go
- vendor/github.com/prometheus/procfs/cpuinfo.go 24 additions, 7 deletionsvendor/github.com/prometheus/procfs/cpuinfo.go
- vendor/github.com/prometheus/procfs/cpuinfo_riscvx.go 5 additions, 8 deletionsvendor/github.com/prometheus/procfs/cpuinfo_riscvx.go
... | ... | @@ -10,10 +10,10 @@ require ( |
github.com/jmcvetta/randutil v0.0.0-20150817122601-2bb1b664bcff | ||
github.com/lpar/gzipped v1.1.1-0.20190413023519-5d9a18ea7f47 | ||
github.com/miekg/dns v1.1.40 | ||
github.com/prometheus/client_golang v1.9.0 | ||
github.com/prometheus/client_golang v1.10.0 | ||
github.com/prometheus/common v0.19.0 | ||
go.etcd.io/etcd v0.5.0-alpha.5.0.20190401205724-a621d807f061 | ||
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 | ||
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c | ||
google.golang.org/grpc v1.26.0 | ||
) |