Merge pull request #22486 from thockin/update-gcfg-dep

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2016-03-21 18:47:21 -07:00
commit e5102b0cc2
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ import (
"github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/pools"
"github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/vips"
"github.com/rackspace/gophercloud/pagination"
"github.com/scalingdata/gcfg"
"gopkg.in/gcfg.v1"
"github.com/golang/glog"
"k8s.io/kubernetes/pkg/api"