InjectiveLabs / injective-api-demo

27 stars 25 forks source link

Error on `make install` in go-demo #6

Closed MarkGriffiths closed 2 years ago

MarkGriffiths commented 2 years ago

Thanks for making this available - started having a play this morning and encountered the following on make install

trading/feed_coingecko.go:13:2: no required module provides package github.com/InjectiveLabs/injective-trading-bot/metrics; to add it:
    go get github.com/InjectiveLabs/injective-trading-bot/metrics
make: *** [install] Error 1

I'm pretty sure it's just a tweak to the path for injective-trading-bot/metrics as it looks like this is included in this repo - currently using a non-public source repo perhaps?

dpong commented 2 years ago

It seems there was some mistake of pushing the latest updated. Can you please pull the latest commit and try again, thanks.

MarkGriffiths commented 2 years ago

Thanks - that's building now.