Bo Zhang

Results 58 issues of Bo Zhang

Before: ``` Fetching https://mirror.bazel.build/..._x64.tar.gz; 28,324,614B 9s ``` After: ``` Fetching https://mirror.bazel.build/..._x64.tar.gz; 27 MB (28,324,614B) 9s ```

team-OSS
awaiting-review

When building `github.com/AsynkronIT/protoactor-go` we got the following error: ``` vendor dependency golang.org/x/time:github.com/hashicorp/consul: commit='a86d11ec0aaadf6965014abd0030085d67454406', urls=[https://github.com/hashicorp/consul.git, [email protected]:hashicorp/consul.git]/vendor/golang.org/x/time/rate does not exist in transitive dependencies of github.com/hashicorp/consul#a86d11ec0aaadf6965014abd0030085d67454406 ``` We got `golang.org/x/time` in transitive dependencies,...

Currently we ignore package lock files when using subpackages. This seems to be able to improved.

https://github.com/blackbeans/kiteq/blob/cec0dbec9be2e1c0f2393238febc06210bbb7db3/vendor/vendor.json `==master` looks weird and needs investigation.

This should be done in https://github.com/gogradle/gogradle/blob/daa503e8e5d7074199666ee513bf5d39145e54b6/src/main/java/com/github/blindpirate/gogradle/core/dependency/produce/VendorDependencyFactory.java#L49

Needs investigation: https://github.com/golang/arch/blob/master/vendor/vendor.json

https://github.com/containerd/containerd/blob/master/vendor.conf has one line: ``` github.com/dmcgowan/go-tar go1.10 ``` It will be interpreted as `tag: 'go1.10'`. However, `go1.10` is a branch and in local repo remote branch won't be recognized by...

https://github.com/blackbeans/kiteq/blob/master/vendor/vendor.json#L6