--
You received this message because you are subscribed to the Google Groups "gobotio" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gobotio+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gobotio/6965677d-14ff-4efd-a5f1-40d90c4f8ff0%40googlegroups.com.
I found that Go 1.13 will require you to use the `-insecure` flag in order for go get to work.Try:```go get -insecure -d -u gobot.io/x/gobot/...```
On Sun, Oct 13, 2019 at 2:23 PM Andrei Draghici <drand...@gmail.com> wrote:
Hello,--I want to start with Gobot on my Raspberry PI 3 B+ but I have the following problem:When I'm trying to pull the package, it fails due "unrecognized import path".pi@raspberrypi:~ $ go get -d -u gobot.io/x/gobot/...package gobot.io/x/gobot/...: unrecognized import path "gobot.io/x/gobot" (httpsfetch: Get http://gobot.io/x/gobot/?go-get=1: redirected from secure URL https://gobot.io/x/gobot?go-get=1 to insecure URL http://gobot.io/x/gobot/?go-get=1)pi@raspberrypi:~ $ go versiongo version go1.13 linux/armpi@raspberrypi:~ $How can I solve this issue? or what is the root cause of the issue? is related to my network or it is something else?Best Regards,Andrei
You received this message because you are subscribed to the Google Groups "gobotio" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gob...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gobotio/6965677d-14ff-4efd-a5f1-40d90c4f8ff0%40googlegroups.com.