-
- Downloads
Use -race in CI
... | ... | @@ -12,13 +12,14 @@ require ( |
github.com/mattn/go-isatty v0.0.9 // indirect | ||
github.com/pkg/errors v0.8.1 // indirect | ||
github.com/sirupsen/logrus v1.4.2 // indirect | ||
github.com/spf13/pflag v1.0.3 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/stretchr/testify v1.4.0 // indirect | ||
go.coder.com/go-tools v0.0.0-20190317003359-0c6a35b74a16 | ||
go.uber.org/atomic v1.4.0 // indirect | ||
go.uber.org/multierr v1.1.0 | ||
golang.org/x/lint v0.0.0-20190409202823-959b441ac422 | ||
golang.org/x/sys v0.0.0-20190904005037-43c01164e931 // indirect | ||
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect | ||
golang.org/x/sys v0.0.0-20190919044723-0c1ff786ef13 // indirect | ||
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 | ||
golang.org/x/tools v0.0.0-20190903163617-be0da057c5e3 | ||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect | ||
... | ... |
Please register or sign in to comment