mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 01:38:10 +00:00
Upgrade boilerplate to latest
The latest boilerplate comes with a lot of simplifications and helpers that let us reduce the amount of code written.
This commit is contained in:
parent
6b2c04dd61
commit
d02384477a
12 changed files with 604 additions and 381 deletions
|
|
@ -48,8 +48,8 @@
|
|||
|
||||
# Kubernetes incubator deps
|
||||
[[constraint]]
|
||||
version = "kubernetes-1.11.0-rc.1"
|
||||
name = "github.com/kubernetes-incubator/custom-metrics-apiserver"
|
||||
version = "kubernetes-1.11.2"
|
||||
|
||||
# Core Kubernetes deps
|
||||
[[constraint]]
|
||||
|
|
@ -72,6 +72,11 @@
|
|||
name = "k8s.io/metrics"
|
||||
version = "kubernetes-1.11.3"
|
||||
|
||||
# messed up kubernetes dep
|
||||
[[override]]
|
||||
name = "github.com/json-iterator/go"
|
||||
version = "1.1.5"
|
||||
|
||||
# Test deps
|
||||
[[constraint]]
|
||||
name = "github.com/stretchr/testify"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue