go get -d -u gobot.io/x/gobot/...

25 views
Skip to first unread message

Andrei Draghici

unread,
Oct 13, 2019, 3:23:02 PM10/13/19
to gobotio
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" (https                                                                                                         
pi@raspberrypi:~ $ go version
go version go1.13 linux/arm
pi@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

Daniel Rhoden

unread,
Oct 13, 2019, 3:26:59 PM10/13/19
to Andrei Draghici, gobotio
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/...
```


--
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.


--

Andrei Draghici

unread,
Oct 16, 2019, 3:58:02 AM10/16/19
to gobotio
Confirmed! it works, but I had to use a hotspot instead of my home network. Maybe IPv6 issue. 

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" (https                                                                                                         
pi@raspberrypi:~ $ go version
go version go1.13 linux/arm
pi@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.

Ron Evans

unread,
Oct 16, 2019, 4:43:38 AM10/16/19
to gobotio
We made some DNS changes and migrated the site to Netlify yesterday, so the -insecure flag should no longer be needed.
Reply all
Reply to author
Forward
0 new messages