Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ca26d4f

Browse files
authoredOct 5, 2018
Merge pull request #522 from ajnavarro/configurable-timeout
Configurable timeout
2 parents e5b1d16 + 162795c commit ca26d4f

File tree

135 files changed

+84
-17454
lines changed

Some content is hidden

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

135 files changed

+84
-17454
lines changed
 

‎Gopkg.lock

Lines changed: 24 additions & 183 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Gopkg.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[[constraint]]
22
name = "gopkg.in/src-d/go-mysql-server.v0"
3-
revision = "120f7d7ae8720f843dca0ce8fbc8429a8952a25a"
3+
revision = "679d33772845593ce5fdf17925f49f2335bc8356"
44

55
[[constraint]]
66
name = "github.com/jessevdk/go-flags"
@@ -75,3 +75,9 @@
7575
[[override]]
7676
name = "github.com/moovweb/rubex"
7777
branch = "go1"
78+
79+
[prune]
80+
[[prune.project]]
81+
name = "gopkg.in/src-d/go-mysql-server.v0"
82+
go-tests = true
83+
non-go = true

0 commit comments

Comments
 (0)
Please sign in to comment.