Skip to content

Commit

Permalink
Use latest prometheus lib to construct roundtripper (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
Huang-Wei authored Nov 2, 2021
1 parent 1c92ae3 commit 9589865
Show file tree
Hide file tree
Showing 3 changed files with 190 additions and 275 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ go 1.15

require (
github.com/francoispqt/gojay v1.2.13
github.com/prometheus/client_golang v1.9.0
github.com/prometheus/common v0.15.0
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/common v0.26.0
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.5.1
k8s.io/apimachinery v0.19.0
k8s.io/client-go v0.19.0
k8s.io/klog/v2 v2.2.0
github.com/stretchr/testify v1.7.0
k8s.io/apimachinery v0.22.3
k8s.io/client-go v0.22.3
k8s.io/klog/v2 v2.9.0
k8s.io/metrics v0.19.0
)
Loading

0 comments on commit 9589865

Please sign in to comment.