You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using glide to vendor the packages into my project i encounter this issue when building the application.
# github.com/jensskott/swarmify/ovh
ovh/infra.go:19: cannot use client (type *"github.com/jensskott/swarmify/vendor/github.com/rackspace/gophercloud".ServiceClient) as type*"github.com/rackspace/gophercloud".ServiceClient in argument to secgroups.Create
ovh/infra.go:32: cannot use client (type *"github.com/jensskott/swarmify/vendor/github.com/rackspace/gophercloud".ServiceClient) as type*"github.com/rackspace/gophercloud".ServiceClient in argument to secgroups.CreateRule
If i remove the vendor folder and reruns the build i do not get this error.
When using glide to vendor the packages into my project i encounter this issue when building the application.
If i remove the vendor folder and reruns the build i do not get this error.