This is a better solution as no change is necessary. Thank you.
On Saturday, May 18, 2019 at 9:57:44 PM UTC+3, Brad Fitzpatrick wrote: > > Alternatively set GOPROXY=https://proxy.golang.org > > On Sat, May 18, 2019 at 11:22 AM Saulius Gurklys wrote: > >> Just found a quick fix. >> >> After adding >> >> replace bazil.org/fuse v0.0.0-20160811212531-371fbbdaa898 => >> github.com/bazil/fuse v0.0.0-20160811212531-371fbbdaa898 >> >> to the go.mod everything built fine. >> >> -- >> Saulius >> >> On Saturday, May 18, 2019 at 8:55:04 PM UTC+3, Saulius Gurklys wrote: >>> >>> >>> Hi, >>> >>> just updates my copy of perkeep (git pull). >>> >>> Executed "go run make.go" >>> >>> and got >>> >>> go: bazil.org/[email protected]: unrecognized >>> import path "bazil.org/fuse" (https fetch: Get >>> http://bazil.org/fuse/?go-get=1: redirected from secure URL >>> https://bazil.org/fuse?go-get=1 to insecure URL >>> http://bazil.org/fuse/?go-get=1) >>> >>> Anybody experiencing this problem? >>> Any suggestion how to fix it? >>> >>> Thank you! >>> -- >>> Saulius >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "Perkeep" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/perkeep/f4ebbea4-6daf-4517-aa5d-3ee55a10ae61%40googlegroups.com >> >> <https://groups.google.com/d/msgid/perkeep/f4ebbea4-6daf-4517-aa5d-3ee55a10ae61%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- You received this message because you are subscribed to the Google Groups "Perkeep" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/perkeep/24efd81c-f29c-49d3-bbca-199ec1b268db%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
