KateGo520

Results 71 issues of KateGo520

(The purpose of this report is to alert `libopenstorage/openstorage` to the possible problems when `libopenstorage/openstorage` try to upgrade the following dependencies) ## An error will happen when upgrading libraries _prometheus/client_golang_...

## Background The `github.com/bblfsh/bblfshd` uses [Go modules](https://github.com/golang/go/wiki/Modules) and the current release version is `v2`. And it’s module path is `"github.com/bblfsh/bblfshd"`, instead of `"github.com/bblfsh/bblfshd/v2"`. It must comply with the specification of...

(The purpose of this report is to alert `box/kube-iptables-tailer` to the possible problems when `box/kube-iptables-tailer` try to upgrade the following dependencies) ## An error will happen when upgrading libraries _coreos/go-systemd_and...

(The purpose of this report is to alert `pusher/k8s-spot-rescheduler` to the possible problems when `pusher/k8s-spot-rescheduler` try to upgrade the following dependencies) ## An error will happen when upgrading library _prometheus/client_golang_:...

(The purpose of this report is to alert `bitrise-io/bitrise` to the possible problems when `bitrise-io/bitrise` try to upgrade the following dependencies) ## An error will happen when upgrading library _urfave/cli_:...

## Dependency line: github.com/iov-one/weave --> [github.com/tendermint/tendermint v0.31.12](https://github.com/iov-one/weave/blob/master/go.mod#L26) --> [github.com/etcd-io/bbolt](https://github.com/iov-one/weave/blob/master/go.mod#L7) ## Background The `etcd-io/bbolt` has already renamed it’s import path from "github.com/etcd-io/bbolt" to "go.etcd.io/bbolt". As [etcd-io/bbolt README.md](https://github.com/etcd-io/bbolt/blob/v1.3.3/README.md) said, downstream repos should...

## Background The `etcd-io/bbolt` has already renamed it’s import path from "github.com/etcd-io/bbolt" to "go.etcd.io/bbolt". As [etcd-io/bbolt README.md](https://github.com/etcd-io/bbolt/blob/v1.3.3/README.md) said, downstream repos should use "go.etcd.io/bbolt" to get or import `etcd-io/bbolt`. But `iris-contrib/examples`...

## Background Module path is inconsistent with go import path. GO111MODULE=on, run `go get -u github.com/bilibili/kratos/tool/kratos`: ``` go: downloading github.com/bilibili/kratos v0.5.0 go: found github.com/bilibili/kratos/tool/kratos in github.com/bilibili/kratos v0.5.0 go get: github.com/bilibili/[email protected]:...

## Background Repo `cruise-automation/isopod` used the old path to import `gotestyourself` indirectly. This caused that `github.com/gotestyourself/gotestyourself` and `gotest.tools` coexist in this repo: https://github.com/cruise-automation/isopod/blob/master/go.mod (Line 50 & 104) ``` github.com/gotestyourself/gotestyourself v2.2.0+incompatible...

## Background Module path is inconsistent with go import path. GO111MODULE=on, run `go get github.com/mikezss/skl-go`: ``` go: downloading github.com/mikezss/skl-go v0.0.0-20200108061401-2a0036e998c4 go: github.com/mikezss/skl-go upgrade => v0.0.0-20200108061401-2a0036e998c4 go get: github.com/mikezss/[email protected]: parsing go.mod:...