You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've ran the make get command and there's a repo that's seems to be private or that was deleted. Anyway, I'd like to try your package but it seems impossible at the moment.
make get
go get -d -v ./...
go: github.com/lanikai/oahu/[email protected]: invalid version: git fetch -f origin refs/heads/*:refs/heads/* refs/tags/*:refs/tags/*in /home/alex/go/pkg/mod/cache/vcs/b31fd0c73a8293214deae52b6714931ccf64deb00ffbabb9b5dbea86f52b8fcf: exit status 128:
remote: Repository not found.
fatal: repository 'https://github.com/lanikai/oahu/' not found
Makefile:13: recipe for target 'get' failed
make: *** [get] Error 1
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. Oahu was a backend signaling service that is no longer available. The README.md should be updated and this signaling code removed -- consider internal/signaling/ more sample code than something that works out of the box. You'll need to build your own backend service for signaling (not too difficult, simply exchanges strings between the browser and alohartc).
Hi,
I've ran the
make get
command and there's a repo that's seems to be private or that was deleted. Anyway, I'd like to try your package but it seems impossible at the moment.The text was updated successfully, but these errors were encountered: