mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-07 02:07:58 +00:00
addressing review comments
addressing review comments, adding run group
This commit is contained in:
parent
3b551fcdd6
commit
bd06a043c5
4 changed files with 41 additions and 24 deletions
1
go.mod
1
go.mod
|
|
@ -3,6 +3,7 @@ module sigs.k8s.io/prometheus-adapter
|
|||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/oklog/run v1.1.0
|
||||
github.com/onsi/ginkgo v1.16.4
|
||||
github.com/onsi/gomega v1.15.0
|
||||
github.com/prometheus/client_golang v1.11.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue