Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Commit

Permalink
Merge pull request #985 from markdryan/update-sqlite3
Browse files Browse the repository at this point in the history
Update sqlite3
  • Loading branch information
rbradford authored Jan 5, 2017
2 parents 0ffc205 + 29337ab commit cc283e2
Show file tree
Hide file tree
Showing 17 changed files with 27,504 additions and 11,743 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:

go:
- 1.7
- go1.8beta1
- go1.8beta2
- tip

env:
Expand Down
2 changes: 1 addition & 1 deletion packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"github.com/mattn/go-sqlite3": {
"url": "https://github.com/mattn/go-sqlite3.git",
"version": "467f50b",
"version": "6f2749a",
"license": "MIT + Public domain"
},
"github.com/mitchellh/mapstructure": {
Expand Down
5 changes: 5 additions & 0 deletions vendor/github.com/mattn/go-sqlite3/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 17 additions & 6 deletions vendor/github.com/mattn/go-sqlite3/backup.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions vendor/github.com/mattn/go-sqlite3/callback.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/github.com/mattn/go-sqlite3/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion vendor/github.com/mattn/go-sqlite3/error.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cc283e2

Please sign in to comment.