8000 Dependency Issue With googlemaps.github.io/maps · Issue #39 · robfig/glock · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Dependency Issue With googlemaps.github.io/maps #39
Open
@mhupman

Description

@mhupman

Hello,

Having some trouble adding a dependency on googlemaps.github.io/maps. In a folder ("googlemapstest") in the root of my $GOPATH with a main.go as follows:

package main

import (
	"fmt"
	"googlemaps.github.io/maps"
)

func main() {
	fmt.Println(maps.AvoidFerries)
}

Running go get googlemaps.github.io/maps and glock save googlemapstest which work as expected. Then, attempting to glock sync:

admin$ glock sync googlemapstest
golang.org/x/net                                   66f0418ca412	[OK]
googlemaps.github.io/maps                          0a3b50a8f265	[OK]
failed to get: googlemaps.github.io/maps/internal

> go get -v -d googlemaps.github.io/maps/internal
(success)

> import googlemaps.github.io/maps/internal
no repo found: /Users/admin/repo/alpha/gocode/src/googlemaps.github.io/maps/internal

I'm wondering if it isn't related to the import path (googlemaps.github.io/maps) being different that then underlying repo path (github.com/googlemaps/google-maps-services-go)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labe 3147 ls

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0