Skip to content

Commit 1513b09

Browse files
chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.45 to 1.14.47
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.45 to 1.14.47. - [Release notes](https://github.com/mattn/go-sqlite3/releases) - [Commits](mattn/go-sqlite3@v1.14.45...v1.14.47) --- updated-dependencies: - dependency-name: github.com/mattn/go-sqlite3 dependency-version: 1.14.47 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a1fe384 commit 1513b09

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ require (
1111
github.com/google/uuid v1.6.0
1212
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674
1313
github.com/joho/godotenv v1.5.1
14-
github.com/mattn/go-sqlite3 v1.14.45
1514
github.com/prometheus/client_golang v1.23.2
1615
github.com/prometheus/client_model v0.6.2
1716
github.com/prometheus/common v0.68.1
1817
github.com/stretchr/testify v1.11.1
18+
github.com/valyala/fasthttp v1.58.0
1919
go.uber.org/goleak v1.3.0
2020
golang.org/x/oauth2 v0.36.0
2121
golang.org/x/sync v0.21.0
@@ -63,7 +63,6 @@ require (
6363
github.com/stretchr/objx v0.5.3 // indirect
6464
github.com/tinylib/msgp v1.2.5 // indirect
6565
github.com/valyala/bytebufferpool v1.0.0 // indirect
66-
github.com/valyala/fasthttp v1.58.0 // indirect
6766
github.com/valyala/tcplisten v1.0.0 // indirect
6867
github.com/x448/float16 v0.8.4 // indirect
6968
go.yaml.in/yaml/v2 v2.4.4 // indirect

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWE
7676
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
7777
github.com/mattn/go-runewidth v0.0.16 h1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6TULQc=
7878
github.com/mattn/go-runewidth v0.0.16/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
79-
github.com/mattn/go-sqlite3 v1.14.45 h1:6KA/spDguL3KV8rnybG7ezSaE4SeMR3KC9VbUoAQaIk=
80-
github.com/mattn/go-sqlite3 v1.14.45/go.mod h1:pjEuOr8IwzLJP2MfGeTb0A35jauH+C2kbHKBr7yXKVQ=
8179
github.com/moby/spdystream v0.5.1 h1:9sNYeYZUcci9R6/w7KDaFWEWeV4LStVG78Mpyq/Zm/Y=
8280
github.com/moby/spdystream v0.5.1/go.mod h1:xBAYlnt/ay+11ShkdFKNAG7LsyK/tmNBVvVOwrfMgdI=
8381
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=

0 commit comments

Comments
 (0)