aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 361b862..e1f2676 100644
--- a/go.mod
+++ b/go.mod
@@ -6,7 +6,7 @@ require (
github.com/BurntSushi/toml v0.3.1
github.com/cenkalti/backoff/v4 v4.0.0
github.com/jmoiron/sqlx v1.2.0
- github.com/mattn/go-sqlite3 v1.10.0
+ github.com/mattn/go-sqlite3 v1.13.0
github.com/miekg/dns v1.1.27
google.golang.org/appengine v1.6.1 // indirect
)