Skip to content

Bump the go_modules group across 1 directory with 4 updates #1

New issue

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 7 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,31 @@ go 1.12
require (
github.com/bblfsh/go-client/v4 v4.1.0
github.com/bblfsh/sdk/v3 v3.2.2
github.com/go-kit/kit v0.8.0
github.com/go-kit/kit v0.9.0
github.com/go-sql-driver/mysql v1.4.1
github.com/gorilla/handlers v1.4.0 // indirect
github.com/hhatto/gocloc v0.3.0
github.com/jessevdk/go-flags v1.4.0
github.com/miekg/dns v1.1.1 // indirect
github.com/miekg/dns v1.1.25 // indirect
github.com/opentracing/opentracing-go v1.1.0
github.com/prometheus/client_golang v1.0.0
github.com/sirupsen/logrus v1.4.2
github.com/prometheus/client_golang v1.11.1
github.com/sirupsen/logrus v1.6.0
github.com/src-d/enry/v2 v2.0.0
github.com/src-d/go-borges v0.1.4-0.20191017133700-c26ddd90fcbd
github.com/src-d/go-git v4.7.0+incompatible
github.com/src-d/go-git-fixtures v3.5.1-0.20190605154830-57f3972b0248+incompatible
github.com/src-d/go-mysql-server v0.6.1-0.20191028091010-5b6820662f02
github.com/stretchr/testify v1.3.0
github.com/stretchr/testify v1.8.3
github.com/uber-go/atomic v1.4.0 // indirect
github.com/uber/jaeger-client-go v2.16.0+incompatible
github.com/uber/jaeger-lib v2.0.0+incompatible // indirect
go.uber.org/atomic v1.4.0 // indirect
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
golang.org/x/net v0.0.0-20191014212845-da9a3fd4c582 // indirect
golang.org/x/sys v0.0.0-20191010194322-b09406accb47 // indirect
google.golang.org/grpc v1.20.1
google.golang.org/grpc v1.56.3
gopkg.in/src-d/go-billy-siva.v4 v4.6.0
gopkg.in/src-d/go-billy.v4 v4.3.2
gopkg.in/src-d/go-errors.v1 v1.0.0
gopkg.in/src-d/go-git-fixtures.v3 v3.5.0
gopkg.in/src-d/go-git.v4 v4.13.1
gopkg.in/yaml.v2 v2.2.2
gopkg.in/yaml.v2 v2.3.0
vitess.io/vitess v3.0.0-rc.3.0.20190602171040-12bfde34629c+incompatible
)
Loading