From 49888aec945465401a692dbe71d9fb50ae97239c Mon Sep 17 00:00:00 2001 From: orvice Date: Wed, 30 Jan 2019 11:44:51 +0800 Subject: [PATCH] Update tags.go --- pkg/vsphere/tags/tags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/vsphere/tags/tags.go b/pkg/vsphere/tags/tags.go index 9a3712ba34..6e0c60fd9f 100644 --- a/pkg/vsphere/tags/tags.go +++ b/pkg/vsphere/tags/tags.go @@ -23,7 +23,7 @@ import ( "regexp" "strings" - "github.com/Sirupsen/logrus" + "github.com/sirupsen/logrus" "github.com/pkg/errors" )