Skip to content

Commit 7401362

Browse files
committed
chore(deps): bump compress and sqlite3 indirect deps
1 parent 72fb1d2 commit 7401362

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ require (
88
)
99

1010
require (
11-
github.com/klauspost/compress v1.18.6 // indirect
12-
github.com/mattn/go-sqlite3 v1.14.44 // indirect
11+
github.com/klauspost/compress v1.19.0 // indirect
12+
github.com/mattn/go-sqlite3 v1.14.47 // indirect
1313
)

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ github.com/dl-alexandre/cimis-tsdb v1.0.0 h1:HU9YiZkHCXN4nCo5GpJPsLM+a0kOtNTnZeM
22
github.com/dl-alexandre/cimis-tsdb v1.0.0/go.mod h1:OrbQqAaR9QcJtahDdVzjUEHXjmexRTApJWAk046edbA=
33
github.com/dl-alexandre/cli-tools v0.0.1 h1:ykpPAI7ZJ8TbKdYa7DcfV4/Zdyn2gfHT3bPikHhCyFY=
44
github.com/dl-alexandre/cli-tools v0.0.1/go.mod h1:t9ZnzRzHgx+4ZdcjoPI41fAtRasM05DaOJ53fGdwnfM=
5-
github.com/klauspost/compress v1.18.6 h1:2jupLlAwFm95+YDR+NwD2MEfFO9d4z4Prjl1XXDjuao=
6-
github.com/klauspost/compress v1.18.6/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ=
7-
github.com/mattn/go-sqlite3 v1.14.44 h1:3VSe+xafpbzsLbdr2AWlAZk9yRHiBhTBakioXaCKTF8=
8-
github.com/mattn/go-sqlite3 v1.14.44/go.mod h1:pjEuOr8IwzLJP2MfGeTb0A35jauH+C2kbHKBr7yXKVQ=
5+
github.com/klauspost/compress v1.19.0 h1:sXLILfc9jV2QYWkzFOPWStmcUVH2RHEB1JCdY2oVvCQ=
6+
github.com/klauspost/compress v1.19.0/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ=
7+
github.com/mattn/go-sqlite3 v1.14.47 h1:jOBI62gS7nKeZv+as1oGEy0+1qISgXwH/QBlR6KbfIo=
8+
github.com/mattn/go-sqlite3 v1.14.47/go.mod h1:6JTjA44L93a0QCyJef5YvlPoKXntQPjzWv5gtm9sB6w=

0 commit comments

Comments
 (0)