bketelsen / dlx

quick dev environments for linux using LXD. Disposable, composable, simple.
https://dlx.rocks
Other
93 stars 7 forks source link

make deps fail #6

Closed ChristianBoehm closed 5 years ago

ChristianBoehm commented 5 years ago

Dear Brian,

make deps fail with error message: cannot load github.com/bketelsen/libgo/events if I try to curl your url on github (github.com/bketelsen/libgo/events) I got a 404 error

bketelsen commented 5 years ago

hmm, maybe I should release that!

ChristianBoehm commented 5 years ago

that's would be nice and I'll could continue testing

bketelsen commented 5 years ago

done, sorry about that.

ChristianBoehm commented 5 years ago

No problem, but after a fresh git-pull the issue doesn't went away. "github.com/bketelsen/libgo/events" will be imported from lxd/client.go:7 and lxd/container.go:10

I' m on go1.12beta2 on ubuntu 18.04.1, find the whole error message below


go: finding github.com/gobuffalo/packr/v2/packr2 latest go get: -t flag is a no-op when using modules build github.com/bketelsen/lxdev: cannot load github.com/bketelsen/libgo/events: cannot find module providing package github.com/bketelsen/libgo/events

bketelsen commented 5 years ago

I'll test again locally in a moment, the repo was private and I didn't notice :/

ChristianBoehm commented 5 years ago

That's what I thought, but I was not sure ;) and I didn't notice that there is a release available for download. Maybe a link on README.md could make sense? In the meanwhile I'll be doing some tests with the binary release and let you know if it works. Thanks for supporting

ChristianBoehm commented 5 years ago

Building from sources is now working like a charm. Thanks for open your private repo. Therefore I can close here. Thank you