Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Color library not found #33

Open
lonnietc opened this issue Dec 27, 2022 · 0 comments
Open

Color library not found #33

lonnietc opened this issue Dec 27, 2022 · 0 comments

Comments

@lonnietc
Copy link

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

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant