From dd1ee3ae7ba556e65c8940f7518ea1ca2a860978 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 15 Apr 2021 06:19:22 +0000 Subject: [PATCH] Bump github.com/mattn/go-sqlite3 from 1.14.4 to 1.14.7 in /chain Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.4 to 1.14.7. - [Release notes](https://github.com/mattn/go-sqlite3/releases) - [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.4...v1.14.7) Signed-off-by: dependabot-preview[bot] --- chain/go.mod | 2 +- chain/go.sum | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/chain/go.mod b/chain/go.mod index c0be7f2fb2..7fd2adc8c3 100644 --- a/chain/go.mod +++ b/chain/go.mod @@ -18,7 +18,7 @@ require ( github.com/kyokomi/emoji v2.2.4+incompatible github.com/levigross/grequests v0.0.0-20190908174114-253788527a1a github.com/lib/pq v1.8.0 - github.com/mattn/go-sqlite3 v1.14.4 + github.com/mattn/go-sqlite3 v1.14.7 github.com/oasisprotocol/oasis-core/go v0.0.0-20200730171716-3be2b460b3ac github.com/peterbourgon/diskv v2.0.1+incompatible github.com/poy/onpar v1.0.1 // indirect diff --git a/chain/go.sum b/chain/go.sum index 00d7cf6573..aa957ce111 100644 --- a/chain/go.sum +++ b/chain/go.sum @@ -528,6 +528,7 @@ github.com/mattn/go-runewidth v0.0.3/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzp github.com/mattn/go-runewidth v0.0.4/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU= github.com/mattn/go-sqlite3 v1.14.4 h1:4rQjbDxdu9fSgI/r3KN72G3c2goxknAqHHgPWWs8UlI= github.com/mattn/go-sqlite3 v1.14.4/go.mod h1:WVKg1VTActs4Qso6iwGbiFih2UIHo0ENGwNd0Lj+XmI= +github.com/mattn/go-sqlite3 v1.14.7/go.mod h1:NyWgC/yNuGj7Q9rpYnZvas74GogHl5/Z4A/KQRfk6bU= github.com/matttproud/golang_protobuf_extensions v1.0.1 h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU= github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0= github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b/go.mod h1:01TrycV0kFyexm33Z7vhZRXopbI8J3TDReVlkTgMUxE=