muesli / pam-beacon

PAM module for multi-factor authentication with Bluetooth Devices & Beacons
MIT License
45 stars 6 forks source link

installation fails via AUR and go get #5

Closed myrkvi closed 3 years ago

myrkvi commented 5 years ago

The installation and/or download fails because Go cannot find the github.com/muka/go-bluetooth/emitter package. It no longer exists in the go-bluetooth package.

Terminal output:

[myrkvi@GOLDSMITH src]$ go get github.com/muesli/pam-beacon
package github.com/muka/go-bluetooth/emitter: cannot find package "github.com/muka/go-bluetooth/emitter" in any of:
    /usr/lib/go/src/github.com/muka/go-bluetooth/emitter (from $GOROOT)
    /home/myrkvi/Go/src/github.com/muka/go-bluetooth/emitter (from $GOPATH)
package github.com/muka/go-bluetooth/linux/btmgmt: cannot find package "github.com/muka/go-bluetooth/linux/btmgmt" in any of:
    /usr/lib/go/src/github.com/muka/go-bluetooth/linux/btmgmt (from $GOROOT)
    /home/myrkvi/Go/src/github.com/muka/go-bluetooth/linux/btmgmt (from $GOPATH)
muesli commented 3 years ago

Thank you! Fixed in master.