Skip to content

Commit 269a72b

Browse files
author
Qi Xiao
committed
Update deps
1 parent e553742 commit 269a72b

File tree

112 files changed

+8138
-256310
lines changed

Some content is hidden

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

112 files changed

+8138
-256310
lines changed

Gopkg.lock

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

Gopkg.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,7 @@
3636
[[override]]
3737
name = "github.com/CovenantSQL/CovenantSQL"
3838
branch = "develop"
39+
40+
[[override]]
41+
name = "github.com/ugorji/go"
42+
version = "=1.1.1"

parser/classification.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@ import (
2121
"net/url"
2222
"strings"
2323

24-
_ "github.com/mattn/go-sqlite3"
25-
"github.com/pkg/errors"
26-
2724
"github.com/CovenantSQL/CovenantSQL/client"
25+
"github.com/pkg/errors"
2826
)
2927

3028
type Classifier struct {

vendor/github.com/mattn/go-sqlite3/.gitignore

Lines changed: 0 additions & 14 deletions
This file was deleted.

vendor/github.com/mattn/go-sqlite3/.travis.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

vendor/github.com/mattn/go-sqlite3/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)