Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Issue with vendoring gophercloud package #635

@jensskott

Description

@jensskott

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions