Skip to content

Commit dbcde4c

Browse files
committed
Update Gopkg
Signed-off-by: Javi Fontan <[email protected]>
1 parent 1e29f56 commit dbcde4c

File tree

2 files changed

+143
-65
lines changed

2 files changed

+143
-65
lines changed

Gopkg.lock

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

Gopkg.toml

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
ignored = [
2+
"gopkg.in/src-d/go-mysql-server.v0",
3+
"gopkg.in/src-d/go-mysql-server.v0/sql",
4+
"gopkg.in/src-d/go-mysql-server.v0/sql/expression",
5+
"gopkg.in/src-d/go-mysql-server.v0/sql/plan",
6+
]
7+
18
[[constraint]]
29
name = "github.com/chzyer/readline"
310
version = "1.4.0"
@@ -18,15 +25,26 @@
1825
name = "github.com/stretchr/testify"
1926
version = "1.1.4"
2027

21-
[[constraint]]
22-
name = "gopkg.in/sqle/sqle.v0"
23-
version = "0.7.0"
24-
2528
[[constraint]]
2629
name = "gopkg.in/src-d/go-git.v4"
2730
source = "github.com/src-d/go-git"
28-
revision = "44c364fe3b7b8cdc0f9623afe870d6781a97ebb4"
2931

3032
[[constraint]]
3133
name = "gopkg.in/src-d/go-git-fixtures.v3"
3234
version = "3.0.0"
35+
36+
[[override]]
37+
name = "golang.org/x/sys"
38+
source = "github.com/golang/sys"
39+
40+
[[override]]
41+
name = "golang.org/x/crypto"
42+
source = "github.com/golang/crypto"
43+
44+
[[override]]
45+
name = "golang.org/x/text"
46+
source = "github.com/golang/text"
47+
48+
[[override]]
49+
name = "golang.org/x/net"
50+
source = "github.com/golang/net"

0 commit comments

Comments
 (0)