Getting Gobot package fails

101 views
Skip to first unread message

Arie van Wingerden

unread,
Sep 22, 2019, 11:14:48 AM9/22/19
to golang-nuts
When I issue this command (as instructed on Gobot site):
     go get -d -u gobot.io/x/gobot/...

I get this message:
     package gobot.io/x/gobot/...: unrecognized import path "gobot.io/x/gobot" (https fetch: 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)

Any ideas how to get around this?

Amnon Baron Cohen

unread,
Sep 22, 2019, 5:41:03 PM9/22/19
to golang-nuts
try go get -u github.com/hybridgroup/gobot

and change the import paths in your program.

Arie van Wingerden

unread,
Sep 24, 2019, 8:11:25 AM9/24/19
to golang-nuts
Thx, that worx!


Op zo 22 sep. 2019 om 23:41 schreef Amnon Baron Cohen <amn...@gmail.com>:
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/5469ae1f-342f-4bdf-a3db-8bfca363b486%40googlegroups.com.

ndhr...@gmail.com

unread,
Oct 7, 2019, 1:48:33 PM10/7/19
to golang-nuts
When changing to 'github.com/hybridgroup/gobot' what should imports path look like in go code?
Reply all
Reply to author
Forward
0 new messages