Skip to content

Commit cca2deb

Browse files
committed
Updated dependencies
Signed-off-by: Lou Marvin Caraig <[email protected]>
1 parent 1b7f96f commit cca2deb

File tree

577 files changed

+116252
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

577 files changed

+116252
-8
lines changed

go.mod

+13-4
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,23 @@ require (
1515
github.com/docker/docker v0.0.0-00010101000000-000000000000
1616
github.com/docker/go-connections v0.4.0
1717
github.com/docker/go-units v0.3.3 // indirect
18+
github.com/ghodss/yaml v1.0.0 // indirect
1819
github.com/go-sql-driver/mysql v1.4.1
1920
github.com/gogo/protobuf v1.2.0 // indirect
2021
github.com/golang/protobuf v1.3.1
21-
github.com/google/go-cmp v0.2.0 // indirect
22+
github.com/google/go-github v17.0.0+incompatible // indirect
23+
github.com/google/go-querystring v1.0.0 // indirect
2224
github.com/gorilla/mux v1.7.0 // indirect
2325
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect
2426
github.com/inconshreveable/mousetrap v1.0.0 // indirect
2527
github.com/jessevdk/go-flags v1.4.0
26-
github.com/kr/pretty v0.1.0 // indirect
2728
github.com/kr/pty v1.1.4
29+
github.com/mattn/go-colorable v0.1.1 // indirect
2830
github.com/mcuadros/go-lookup v0.0.0-20171110082742-5650f26be767 // indirect
31+
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
2932
github.com/mitchellh/go-homedir v1.1.0
33+
github.com/onsi/ginkgo v1.8.0 // indirect
34+
github.com/onsi/gomega v1.5.0 // indirect
3035
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
3136
github.com/opencontainers/image-spec v1.0.1 // indirect
3237
github.com/opentracing/opentracing-go v1.0.2 // indirect
@@ -36,11 +41,12 @@ require (
3641
github.com/spf13/afero v1.2.1 // indirect
3742
github.com/spf13/cobra v0.0.3
3843
github.com/spf13/viper v1.3.2
44+
github.com/src-d/envconfig v1.0.0 // indirect
3945
github.com/src-d/go-oniguruma v1.0.0 // indirect
4046
github.com/stretchr/testify v1.3.0
4147
github.com/toqueteos/trie v0.0.0-20150530104557-56fed4a05683 // indirect
48+
github.com/x-cray/logrus-prefixed-formatter v0.5.2 // indirect
4249
golang.org/x/net v0.0.0-20190213061140-3a22650c66bd
43-
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a // indirect
4450
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 // indirect
4551
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
4652
google.golang.org/appengine v1.4.0 // indirect
@@ -49,9 +55,12 @@ require (
4955
gopkg.in/bblfsh/client-go.v3 v3.2.1
5056
gopkg.in/bblfsh/sdk.v1 v1.16.1 // indirect
5157
gopkg.in/bblfsh/sdk.v2 v2.16.0
52-
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
58+
gopkg.in/google/go-github.v15 v15.0.0 // indirect
5359
gopkg.in/src-d/enry.v1 v1.7.2
5460
gopkg.in/src-d/go-errors.v1 v1.0.0 // indirect
61+
gopkg.in/src-d/go-git.v4 v4.10.0 // indirect
62+
gopkg.in/src-d/go-log.v1 v1.0.1 // indirect
63+
gopkg.in/src-d/regression-core.v0 v0.0.0-20190403084152-bacbc259429b
5564
gopkg.in/toqueteos/substring.v1 v1.0.2 // indirect
5665
gopkg.in/yaml.v2 v2.2.2
5766
gotest.tools v2.2.0+incompatible

go.sum

+74-2
Large diffs are not rendered by default.

vendor/github.com/alcortesm/tgz/.travis.yml

+13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/alcortesm/tgz/LICENSE

+21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/alcortesm/tgz/README.md

+41
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/alcortesm/tgz/tgz.go

+121
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/emirpasic/gods/LICENSE

+41
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/emirpasic/gods/containers/containers.go

+35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/emirpasic/gods/containers/enumerable.go

+61
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)