Skip to content

Commit

Permalink
Bump sqlite
Browse files Browse the repository at this point in the history
The current go-sql dependency contains CVE-2022-35737. Therefore,
we need to bump the version of it.

Signed-off-by: Liran Rotenberg <[email protected]>
  • Loading branch information
liranr23 committed Nov 13, 2023
1 parent 07f314c commit de4cd51
Show file tree
Hide file tree
Showing 836 changed files with 41,329 additions and 35,216 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/gophercloud/utils v0.0.0-20230418172808-6eab72e966e1
github.com/gorilla/websocket v1.5.0
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.1.0
github.com/mattn/go-sqlite3 v1.14.4
github.com/mattn/go-sqlite3 v1.14.18
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.27.7
github.com/openshift/api v0.0.0-20230613151523-ba04973d3ed1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJ
github.com/mattn/go-isatty v0.0.9/go.mod h1:YNRxwqDuOph6SZLI9vUUz6OYw3QyUt7WiY2yME+cCiQ=
github.com/mattn/go-isatty v0.0.19 h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APPA=
github.com/mattn/go-isatty v0.0.19/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
github.com/mattn/go-sqlite3 v1.14.4 h1:4rQjbDxdu9fSgI/r3KN72G3c2goxknAqHHgPWWs8UlI=
github.com/mattn/go-sqlite3 v1.14.4/go.mod h1:WVKg1VTActs4Qso6iwGbiFih2UIHo0ENGwNd0Lj+XmI=
github.com/mattn/go-sqlite3 v1.14.18 h1:JL0eqdCOq6DJVNPSvArO/bIV9/P7fbGrV00LZHc+5aI=
github.com/mattn/go-sqlite3 v1.14.18/go.mod h1:2eHXhiwb8IkHr+BDWZGa96P6+rkvnG63S2DGjv9HUNg=
github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=
github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4=
github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=
Expand Down
9 changes: 0 additions & 9 deletions vendor/github.com/beorn7/perks/quantile/BUILD.bazel

This file was deleted.

15 changes: 0 additions & 15 deletions vendor/github.com/blang/semver/v4/BUILD.bazel

This file was deleted.

60 changes: 0 additions & 60 deletions vendor/github.com/bytedance/sonic/BUILD.bazel

This file was deleted.

35 changes: 0 additions & 35 deletions vendor/github.com/bytedance/sonic/ast/BUILD.bazel

This file was deleted.

68 changes: 0 additions & 68 deletions vendor/github.com/bytedance/sonic/decoder/BUILD.bazel

This file was deleted.

55 changes: 0 additions & 55 deletions vendor/github.com/bytedance/sonic/encoder/BUILD.bazel

This file was deleted.

15 changes: 0 additions & 15 deletions vendor/github.com/bytedance/sonic/internal/caching/BUILD.bazel

This file was deleted.

10 changes: 0 additions & 10 deletions vendor/github.com/bytedance/sonic/internal/cpu/BUILD.bazel

This file was deleted.

42 changes: 0 additions & 42 deletions vendor/github.com/bytedance/sonic/internal/decoder/BUILD.bazel

This file was deleted.

43 changes: 0 additions & 43 deletions vendor/github.com/bytedance/sonic/internal/encoder/BUILD.bazel

This file was deleted.

Loading

0 comments on commit de4cd51

Please sign in to comment.