summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorKubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com>2021-12-16 18:00:54 +0800
committerGitHub <noreply@github.com>2021-12-16 18:00:54 +0800
commit4caf549b6cae17a95f48d219b76a84c309581c81 (patch)
tree052c87e2f5bcdcb1a0f124c33dbad4eb54a074d4 /go.mod
parentMerge pull request #3468 from gy95/vendor (diff)
parentUpdate go-sqlite3 (diff)
downloadkubeedge-4caf549b6cae17a95f48d219b76a84c309581c81.tar.gz
Merge pull request #3392 from mjlshen/sqlite3
Update go-sqlite3
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 9f8a9b598..6df512d42 100644
--- a/go.mod
+++ b/go.mod
@@ -28,7 +28,7 @@ require (
github.com/kubeedge/viaduct v0.0.0
github.com/kubernetes-csi/csi-lib-utils v0.6.1
github.com/lib/pq v1.2.0 // indirect
- github.com/mattn/go-sqlite3 v1.11.0
+ github.com/mattn/go-sqlite3 v1.14.9
github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b
github.com/onsi/ginkgo v1.12.0
github.com/onsi/gomega v1.8.1