*: move all imports to github.com/kubernetes-sigs/prometheus-adapter

Signed-off-by: paulfantom <pawel@krupa.net.pl>
This commit is contained in:
paulfantom 2021-02-22 15:26:02 +01:00
parent dd841a6e5e
commit cd55a67b89
No known key found for this signature in database
GPG key ID: 12AE0185401674E7
24 changed files with 50 additions and 50 deletions

View file

@ -8,7 +8,7 @@ import (
"github.com/spf13/cobra"
yaml "gopkg.in/yaml.v2"
"github.com/directxman12/k8s-prometheus-adapter/cmd/config-gen/utils"
"github.com/kubernetes-sigs/prometheus-adapter/cmd/config-gen/utils"
)
func main() {