tducasse / go-instabot

Automatically follow, like, and comment on instagram
GNU General Public License v3.0
560 stars 163 forks source link

Problem query versions #64

Closed celestinsoum closed 4 years ago

celestinsoum commented 4 years ago

I have a problem when run the instabot

$ go run instabot.go go: finding module for package github.com/ahmdrz/goinsta instabot.go:3:8: no matching versions for query "latest"

tducasse commented 4 years ago

you might want to run go get in the folder where go-instabot is installed, to update the dependencies? not sure