Add Go vanity import paths.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
Matt Moyer
2020-09-18 14:56:24 -05:00
parent 24f962f1b8
commit 2d4d7e588a
213 changed files with 938 additions and 938 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import (
corev1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"github.com/vmware-tanzu/pinniped/test/library"
"go.pinniped.dev/test/library"
)
func TestGetDeployment(t *testing.T) {