diff options
| author | KubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com> | 2021-12-16 18:00:54 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-16 18:00:54 +0800 |
| commit | 4caf549b6cae17a95f48d219b76a84c309581c81 (patch) | |
| tree | 052c87e2f5bcdcb1a0f124c33dbad4eb54a074d4 /go.mod | |
| parent | Merge pull request #3468 from gy95/vendor (diff) | |
| parent | Update go-sqlite3 (diff) | |
| download | kubeedge-4caf549b6cae17a95f48d219b76a84c309581c81.tar.gz | |
Merge pull request #3392 from mjlshen/sqlite3
Update go-sqlite3
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
