Skip to content

Commit

Permalink
[Dependency] Upgrade mattn/go-sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
gdey committed Mar 30, 2021
1 parent b130393 commit ff41221
Show file tree
Hide file tree
Showing 46 changed files with 31,293 additions and 20,062 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ require (
github.com/jackc/pgx v3.2.0+incompatible
github.com/jteeuwen/go-bindata v3.0.8-0.20151023091102-a0ff2567cfb7+incompatible
github.com/karalabe/xgo v0.0.0-20180416083054-f99c776585a0 // indirect
github.com/mattn/go-sqlite3 v1.10.1-0.20190315083729-31f5bb843b78
github.com/mattn/go-sqlite3 v1.14.6
github.com/mattn/goveralls v0.0.5
github.com/pborman/uuid v1.2.0
github.com/prometheus/client_golang v1.9.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ github.com/mattn/go-isatty v0.0.4/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNx
github.com/mattn/go-runewidth v0.0.2/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU=
github.com/mattn/go-sqlite3 v1.10.1-0.20190315083729-31f5bb843b78 h1:YkCyKWx+oQqvpCLL7VOMF1ISriEPIK5cDnpb9fmDz/0=
github.com/mattn/go-sqlite3 v1.10.1-0.20190315083729-31f5bb843b78/go.mod h1:FPy6KqzDD04eiIsT53CuJW3U88zkxoIYsOqkbpncsNc=
github.com/mattn/go-sqlite3 v1.14.6 h1:dNPt6NO46WmLVt2DLNpwczCmdV5boIZ6g/tlDrlRUbg=
github.com/mattn/go-sqlite3 v1.14.6/go.mod h1:NyWgC/yNuGj7Q9rpYnZvas74GogHl5/Z4A/KQRfk6bU=
github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw=
github.com/mattn/goveralls v0.0.5 h1:spfq8AyZ0cCk57Za6/juJ5btQxeE1FaEGMdfcI+XO48=
github.com/mattn/goveralls v0.0.5/go.mod h1:Xg2LHi51faXLyKXwsndxiW6uxEEQT9+3sjGzzwU4xy0=
Expand Down
4 changes: 4 additions & 0 deletions vendor/github.com/mattn/go-sqlite3/.codecov.yml

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

31 changes: 0 additions & 31 deletions vendor/github.com/mattn/go-sqlite3/.travis.yml

This file was deleted.

107 changes: 91 additions & 16 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.

8 changes: 4 additions & 4 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.

Loading

0 comments on commit ff41221

Please sign in to comment.