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
(base) welcome@Traianos-MacBook-Pro bfxfixgw % make build
go build ./...
service/peer/nonce.go:4:2: cannot find package "github.com/bitfinexcom/bitfinex-api-go/utils" in any of:
/usr/local/Cellar/go/1.17.5/libexec/src/github.com/bitfinexcom/bitfinex-api-go/utils (from $GOROOT)
/Users/welcome/go/src/github.com/bitfinexcom/bitfinex-api-go/utils (from $GOPATH)
make: *** [build] Error 1
Steps to reproduce
git clone https://github.com/bitfinexcom/bfxfixgw
(base) welcome@Traianos-MacBook-Pro bfxfixgw % go version
go version go1.17.5 darwin/amd64
make build
Additional Notes:
The text was updated successfully, but these errors were encountered:
archmangler
changed the title
Make build fails:
Make build fails: service/peer/nonce.go:4:2: cannot find package "github.com/bitfinexcom/bitfinex-api-go/utils"
Apr 30, 2022
Issue type
Brief description
Steps to reproduce
Additional Notes:
The text was updated successfully, but these errors were encountered: