Rename imports and use go modules

This commit is contained in:
stefanprodan
2019-08-06 15:05:15 +03:00
parent e2efee0bdf
commit c287ab7daf
15 changed files with 176 additions and 504 deletions

View File

@@ -3,7 +3,7 @@ package main
import (
"fmt"
"github.com/spf13/cobra"
"github.com/stefanprodan/k8s-podinfo/pkg/version"
"github.com/stefanprodan/podinfo/pkg/version"
)
func init() {