skratchdot / open-golang

Open a file, directory, or URI using the OS's default application for that object type. Optionally, you can specify an application to use.
MIT License
783 stars 65 forks source link

go build/get can't find vendored open-golang dependency #12

Closed mcandre closed 7 years ago

mcandre commented 7 years ago

I've had success in the past vendoring dependencies with git submodules (e.g. in my https://github.com/mcandre/go-ios7crypt project). However, when I try to vendor open-golang in my DuckDuckGo command line launcher project, something breaks. Neither go build nor go get work for ddg.

Source: https://github.com/mcandre/mcandre/tree/master/go/ddg

Am I doing something wrong?

mcandre commented 7 years ago

I was :P

HEAD now has a working vendor setup using git submodules, over and out.

skratchdot commented 7 years ago

Sorry I didn't address this. Thanks for looking into this and closing the ticket @mcandre !