Skip to content

Commit ca0e238

Browse files
committed
Update to latest go-sqlite3 and go-common packages.
1 parent 76f8d0b commit ca0e238

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 semog
3+
Copyright (c) 2017-2025 semog
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/semog/go-sqldb
22

3-
go 1.13
3+
go 1.23
44

55
require (
6-
github.com/mattn/go-sqlite3 v1.14.7
7-
github.com/semog/go-common v1.0.1
6+
github.com/mattn/go-sqlite3 v1.14.16
7+
github.com/semog/go-common v1.0.2
88
)

go.sum

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
github.com/mattn/go-sqlite3 v1.14.7 h1:fxWBnXkxfM6sRiuH3bqJ4CfzZojMOLVc0UTsTglEghA=
2-
github.com/mattn/go-sqlite3 v1.14.7/go.mod h1:NyWgC/yNuGj7Q9rpYnZvas74GogHl5/Z4A/KQRfk6bU=
3-
github.com/semog/go-common v1.0.1 h1:vIGhx5weZGZs6HzCnz3sxc91Xe24B5BdPAFE0WyHzy4=
4-
github.com/semog/go-common v1.0.1/go.mod h1:ApczNRHBHz3I6TGKOZK1fthBvJQmEjZsQsthj/szNU8=
1+
github.com/mattn/go-sqlite3 v1.14.16 h1:yOQRA0RpS5PFz/oikGwBEqvAWhWg5ufRz4ETLjwpU1Y=
2+
github.com/mattn/go-sqlite3 v1.14.16/go.mod h1:2eHXhiwb8IkHr+BDWZGa96P6+rkvnG63S2DGjv9HUNg=
3+
github.com/semog/go-common v1.0.2/go.mod h1:e9izIWrewAAVRmMulhISofl8VKlqy8UrmhLeQrbEkns=

0 commit comments

Comments
 (0)