gin_bbs
gin_bbs copied to clipboard
执行go mod tidy 后报错
➜ gin_bbs go mod tidy
go: finding module for package github.com/lexkong/lager
go: finding module for package github.com/lexkong/lager/lagertest
gin_bbs imports
github.com/lexkong/log imports
github.com/lexkong/log/lager tested by
github.com/lexkong/log/lager.test imports
github.com/lexkong/lager: cannot find module providing package github.com/lexkong/lager: module github.com/lexkong/lager: reading https://goproxy.io/github.com/lexkong/lager/@v/list: 404 Not Found
server response:
not found: go list -m -json -versions github.com/lexkong/lager@latest
: go list -m github.com/lexkong/lager: git ls-remote -q https://github.com/lexkong/lager in /data1/golang/pkg/mod/cache/vcs/8170a4402a120a870ecd92a336176128c7250c13833f4b8b2a66b79574368e05: exit status 128:
fatal: could not read Username for 'https://github.com': terminal prompts disabled
If this is a private repository, see https://golang.org/doc/faq#git_https for additional information.
gin_bbs imports
github.com/lexkong/log imports
github.com/lexkong/log/lager tested by
github.com/lexkong/log/lager.test imports
github.com/lexkong/lager/lagertest: cannot find module providing package github.com/lexkong/lager/lagertest: module github.com/lexkong/lager/lagertest: reading https://goproxy.io/github.com/lexkong/lager/lagertest/@v/list: 404 Not Found
server response:
not found: go list -m -json -versions github.com/lexkong/lager/lagertest@latest
: go list -m github.com/lexkong/lager/lagertest: git ls-remote -q https://github.com/lexkong/lager in /data1/golang/pkg/mod/cache/vcs/8170a4402a120a870ecd92a336176128c7250c13833f4b8b2a66b79574368e05: exit status 128:
fatal: could not read Username for 'https://github.com': terminal prompts disabled
If this is a private repository, see https://golang.org/doc/faq#git_https for additional information.