We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
用go mod init 后发现有的包都找不到了,有的包版本依赖有问题
go: creating new go.mod: module github.com/qiniu/logkit go: converting vendor/vendor.json: stat github.com/go-ini/ini@b72688f15ec0b32551a50dceeeb2bd53f2e0d690: unknown revision b72688f15ec0b32551a50dceeeb2bd53f2e0d690 go: converting vendor/vendor.json: stat github.com/influxdata/go-syslog@a1889d947b48b1519a4615c640d993551ad6d8fc: github.com/influxdata/[email protected]: invalid version: go.mod has post-v1 module path "github.com/influxdata/go-syslog/v3" at revision a1889d947b48 go: converting vendor/vendor.json: stat github.com/influxdata/go-syslog/common@fb1cee65645ce91dfc277a42bca344fd22f42b44: github.com/influxdata/[email protected]: invalid version: go.mod has post-v1 module path "github.com/influxdata/go-syslog/v3" at revision fb1cee65645c go: converting vendor/vendor.json: stat github.com/influxdata/go-syslog/rfc3164@a1889d947b48b1519a4615c640d993551ad6d8fc: github.com/influxdata/[email protected]: invalid version: go.mod has post-v1 module path "github.com/influxdata/go-syslog/v3" at revision a1889d947b48 go: converting vendor/vendor.json: stat github.com/influxdata/go-syslog/rfc5424@a1889d947b48b1519a4615c640d993551ad6d8fc: github.com/influxdata/[email protected]: invalid version: go.mod has post-v1 module path "github.com/influxdata/go-syslog/v3" at revision a1889d947b48 go: converting vendor/vendor.json: stat github.com/jmespath/go-jmespath@b72688f15ec0b32551a50dceeeb2bd53f2e0d690: unknown revision b72688f15ec0b32551a50dceeeb2bd53f2e0d690 go: converting vendor/vendor.json: stat github.com/qiniu/log@a304a74568d6982c5b89de1c68ac8fca3add196a: git fetch -f origin refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /Users/bigsu/go/pkg/mod/cache/vcs/e2aa7c3b2b94e14fa609a95a4fcc3ac4e9e77c1eefe42a5e5eb4d457eabbe31b: exit status 128: fatal: could not read Username for 'https://github.com': terminal prompts disabled
The text was updated successfully, but these errors were encountered:
No branches or pull requests
用go mod init 后发现有的包都找不到了,有的包版本依赖有问题
The text was updated successfully, but these errors were encountered: