You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to build your example to test gofast but ran into some errors with a repository not being found.
Can you please help?
Thanks
test> go build .\example\
go: cannot find main module, but found .git/config in D:\FarpointFS\test-002\test
to create a module there, run:
go mod init
PS D:\FarpointFS\test-002\test> go mod init gofast
go: creating new go.mod: module gofast
go: to add module requirements and sums:
go mod tidy
PS D:\FarpointFS\test-002\test> go mod tidy
go: finding module for package github.com/bnclabs/gofast/http
go: finding module for package github.com/bnclabs/gosettings
go: finding module for package github.com/bnclabs/golog
go: finding module for package github.com/bnclabs/gson
go: finding module for package github.com/bnclabs/gofast
go: downloading github.com/bnclabs/gofast v0.0.0-20210210111353-5c982d6094f0
go: downloading github.com/bnclabs/golog v0.0.0-20210210111405-2049724535b8
go: downloading github.com/bnclabs/gosettings v0.0.0-20210210111304-0d91c5ae496a
go: downloading github.com/bnclabs/gson v0.0.0-20210409011557-2e73bae93c0b
go: found github.com/bnclabs/golog in github.com/bnclabs/golog v0.0.0-20210210111405-2049724535b8
go: found github.com/bnclabs/gosettings in github.com/bnclabs/gosettings v0.0.0-20210210111304-0d91c5ae496a
go: found github.com/bnclabs/gson in github.com/bnclabs/gson v0.0.0-20210409011557-2e73bae93c0b
go: found github.com/bnclabs/gofast in github.com/bnclabs/gofast v0.0.0-20210210111353-5c982d6094f0
go: found github.com/bnclabs/gofast/http in github.com/bnclabs/gofast v0.0.0-20210210111353-5c982d6094f0
go: finding module for package golang.org/x/text/language
go: finding module for package github.com/prataprc/color
go: finding module for package golang.org/x/text/collate
go: found golang.org/x/text/collate in golang.org/x/text v0.5.0
go: found golang.org/x/text/language in golang.org/x/text v0.5.0
go: finding module for package github.com/prataprc/color
gofast imports
github.com/bnclabs/golog imports
github.com/prataprc/color: cannot find module providing package github.com/prataprc/color: module github.com/prataprc/color: git ls-remote -q origin in C:\Users\lonni\go\pkg\mod\cache\vcs\cd6867e44e63b3e2281366409487ea0ca5ceb7587e83ec3a555ba4b2b38e1358: exit status 128:
remote: Repository not found.
fatal: repository 'https://github.com/prataprc/color/' not found
The text was updated successfully, but these errors were encountered:
Hello,
I wanted to build your example to test gofast but ran into some errors with a repository not being found.
Can you please help?
Thanks
The text was updated successfully, but these errors were encountered: