File tree Expand file tree Collapse file tree 6 files changed +154
-102
lines changed
github.com/mattn/go-sqlite3 Expand file tree Collapse file tree 6 files changed +154
-102
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
12
12
github.com/jmoiron/sqlx v1.3.5
13
13
github.com/kisielk/sqlstruct v0.0.0-20201105191214-5f3e10d3ab46
14
14
github.com/lib/pq v1.10.9
15
- github.com/mattn/go-sqlite3 v1.14.20
15
+ github.com/mattn/go-sqlite3 v1.14.22
16
16
github.com/prometheus/client_golang v1.18.0
17
17
github.com/zmap/zcrypto v0.0.0-20230310154051-c8b263fd8300
18
18
github.com/zmap/zlint/v3 v3.5.0
Original file line number Diff line number Diff line change @@ -236,8 +236,8 @@ github.com/mattn/go-isatty v0.0.7/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hd
236
236
github.com/mattn/go-isatty v0.0.8 /go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s =
237
237
github.com/mattn/go-isatty v0.0.9 /go.mod h1:YNRxwqDuOph6SZLI9vUUz6OYw3QyUt7WiY2yME+cCiQ =
238
238
github.com/mattn/go-sqlite3 v1.14.6 /go.mod h1:NyWgC/yNuGj7Q9rpYnZvas74GogHl5/Z4A/KQRfk6bU =
239
- github.com/mattn/go-sqlite3 v1.14.20 h1:BAZ50Ns0OFBNxdAqFhbZqdPcht1Xlb16pDCqkq1spr0 =
240
- github.com/mattn/go-sqlite3 v1.14.20 /go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y =
239
+ github.com/mattn/go-sqlite3 v1.14.22 h1:2gZY6PC6kBnID23Tichd1K+Z0oS6nE/XwU+Vz/5o4kU =
240
+ github.com/mattn/go-sqlite3 v1.14.22 /go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y =
241
241
github.com/mattn/goveralls v0.0.2 /go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw =
242
242
github.com/matttproud/golang_protobuf_extensions v1.0.1 /go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0 =
243
243
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 h1:jWpvCLoY8Z/e3VKvlsiIGKtc+UG6U5vzxaoagmhXfyg =
You can’t perform that action at this time.
0 commit comments