mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 01:38:10 +00:00
k8s.io/custom-metrics-boilerplate was "renamed" to "github.com/directxman12/custom-metrics-boilerplate". This updates all references to point to the correct location.
24 lines
599 B
YAML
24 lines
599 B
YAML
package: github.com/directxman12/k8s-prometheus-adapter
|
|
import:
|
|
- package: github.com/spf13/cobra
|
|
- package: k8s.io/apimachinery
|
|
subpackages:
|
|
- pkg/util/wait
|
|
- package: k8s.io/apiserver
|
|
subpackages:
|
|
- pkg/util/logs
|
|
- package: k8s.io/client-go
|
|
subpackages:
|
|
- kubernetes/typed/core/v1
|
|
- rest
|
|
- tools/clientcmd
|
|
- package: github.com/directxman12/custom-metrics-boilerplate
|
|
repo: git@github.com:directxman12/custom-metrics-boilerplate.git
|
|
subpackages:
|
|
- pkg/cmd/server
|
|
- pkg/provider
|
|
- package: github.com/stretchr/testify
|
|
version: ^1.1.4
|
|
subpackages:
|
|
- assert
|
|
- require
|