paulsmith / gogeos

Go library for spatial data operations and geometric algorithms (Go bindings for GEOS)
http://paulsmith.github.io/gogeos/
MIT License
280 stars 79 forks source link

Update draw2d to be used via Github #25

Open odannyc opened 5 years ago

odannyc commented 5 years ago

dep ensure is currently failing on anything that depends on this package gogeos because of this error:

init failed: unable to solve the dependency graph: Solving failure: No versions of github.com/paulsmith/gogeos met constraints:
    v0.1.2: unable to deduce repository and source type for "code.google.com/p/draw2d/draw2d": unable to read metadata: go-import metadata not found
    v0.1.1: unable to deduce repository and source type for "code.google.com/p/draw2d/draw2d": unable to read metadata: go-import metadata not found
    v0.1.0: unable to deduce repository and source type for "code.google.com/p/draw2d/draw2d": unable to read metadata: go-import metadata not found
    master: unable to deduce repository and source type for "code.google.com/p/draw2d/draw2d": unable to read metadata: go-import metadata not found
jpopadak commented 5 years ago

Any update on this @paulsmith ?