Skip to content

Non-module aware go: unknown reference to /v3 package #141

@cdepauw

Description

@cdepauw

Go version:
go version go1.12 windows/amd64

Go get method:
go get github.com/mediocregopher/radix

--> go get for /v3 fails with:
package github.com/mediocregopher/radix/v3: cannot find package "github.com/mediocregopher/radix/v3" in any of:
// $GOROOT
// $GOPATH

Issue:
Using the library functions fine. Vendoring (godep) fails, as there are references to /v3 which cannot be resolved.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions