Skip to content

Commit 87f201c

Browse files
dependabot[bot]ToeiRei
authored andcommitted
chore(deps): bump the gomod-patch-and-minor group across 1 directory with 4 updates
Bumps the gomod-patch-and-minor group with 4 updates in the / directory: [github.com/klauspost/compress](https://github.com/klauspost/compress), [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go), [github.com/testcontainers/testcontainers-go/modules/postgres](https://github.com/testcontainers/testcontainers-go) and [modernc.org/sqlite](https://gitlab.com/cznic/sqlite). Updates `github.com/klauspost/compress` from 1.19.1 to 1.19.2 - [Release notes](https://github.com/klauspost/compress/releases) - [Commits](klauspost/compress@v1.19.1...v1.19.2) Updates `github.com/testcontainers/testcontainers-go` from 0.43.0 to 0.44.0 - [Release notes](https://github.com/testcontainers/testcontainers-go/releases) - [Commits](testcontainers/testcontainers-go@v0.43.0...v0.44.0) Updates `github.com/testcontainers/testcontainers-go/modules/postgres` from 0.43.0 to 0.44.0 - [Release notes](https://github.com/testcontainers/testcontainers-go/releases) - [Commits](testcontainers/testcontainers-go@v0.43.0...v0.44.0) Updates `modernc.org/sqlite` from 1.54.0 to 1.56.0 - [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.54.0...v1.56.0) --- updated-dependencies: - dependency-name: github.com/klauspost/compress dependency-version: 1.19.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-patch-and-minor - dependency-name: github.com/testcontainers/testcontainers-go dependency-version: 0.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-patch-and-minor - dependency-name: github.com/testcontainers/testcontainers-go/modules/postgres dependency-version: 0.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-patch-and-minor - dependency-name: modernc.org/sqlite dependency-version: 1.56.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-patch-and-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f9b10df commit 87f201c

2 files changed

Lines changed: 72 additions & 73 deletions

File tree

go.mod

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ require (
1414
github.com/go-sql-driver/mysql v1.10.0
1515
github.com/jackc/pgx/v5 v5.10.0
1616
github.com/jinzhu/copier v0.4.0
17-
github.com/klauspost/compress v1.19.1
17+
github.com/klauspost/compress v1.19.2
1818
github.com/nicksnyder/go-i18n/v2 v2.6.1
1919
github.com/pkg/sftp v1.13.11
2020
github.com/spf13/cobra v1.10.2
2121
github.com/spf13/viper v1.21.0
2222
github.com/stretchr/testify v1.11.1
23-
github.com/testcontainers/testcontainers-go v0.43.0
24-
github.com/testcontainers/testcontainers-go/modules/postgres v0.43.0
23+
github.com/testcontainers/testcontainers-go v0.44.0
24+
github.com/testcontainers/testcontainers-go/modules/postgres v0.44.0
2525
github.com/uptrace/bun v1.2.18
2626
github.com/uptrace/bun/dialect/mysqldialect v1.2.18
2727
github.com/uptrace/bun/dialect/pgdialect v1.2.18
@@ -32,7 +32,7 @@ require (
3232
golang.org/x/term v0.45.0
3333
golang.org/x/text v0.40.0
3434
gopkg.in/yaml.v3 v3.0.1
35-
modernc.org/sqlite v1.54.0
35+
modernc.org/sqlite v1.56.0
3636
)
3737

3838
require (
@@ -51,24 +51,24 @@ require (
5151
github.com/cpuguy83/dockercfg v0.3.2 // indirect
5252
github.com/davecgh/go-spew v1.1.1 // indirect
5353
github.com/distribution/reference v0.6.0 // indirect
54-
github.com/docker/go-connections v0.6.0 // indirect
54+
github.com/docker/go-connections v0.7.0 // indirect
5555
github.com/docker/go-units v0.5.0 // indirect
56-
github.com/ebitengine/purego v0.10.0 // indirect
57-
github.com/felixge/httpsnoop v1.0.4 // indirect
56+
github.com/ebitengine/purego v0.10.1 // indirect
57+
github.com/felixge/httpsnoop v1.1.0 // indirect
5858
github.com/go-logfmt/logfmt v0.6.1 // indirect
5959
github.com/go-logr/logr v1.4.3 // indirect
6060
github.com/go-logr/stdr v1.2.2 // indirect
61-
github.com/go-ole/go-ole v1.2.6 // indirect
61+
github.com/go-ole/go-ole v1.3.0 // indirect
6262
github.com/jinzhu/inflection v1.0.0 // indirect
63-
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
63+
github.com/lufia/plan9stats v0.0.0-20260330125221-c963978e514e // indirect
6464
github.com/magiconair/properties v1.8.10 // indirect
6565
github.com/mattn/go-sqlite3 v1.14.34 // indirect
6666
github.com/moby/docker-image-spec v1.3.1 // indirect
6767
github.com/moby/go-archive v0.2.0 // indirect
68-
github.com/moby/moby/api v1.54.2 // indirect
69-
github.com/moby/moby/client v0.4.0 // indirect
68+
github.com/moby/moby/api v1.55.0 // indirect
69+
github.com/moby/moby/client v0.5.0 // indirect
7070
github.com/moby/patternmatcher v0.6.1 // indirect
71-
github.com/moby/sys/sequential v0.6.0 // indirect
71+
github.com/moby/sys/sequential v0.7.0 // indirect
7272
github.com/moby/sys/user v0.4.0 // indirect
7373
github.com/moby/sys/userns v0.1.0 // indirect
7474
github.com/moby/term v0.5.2 // indirect
@@ -77,19 +77,19 @@ require (
7777
github.com/pmezard/go-difflib v1.0.0 // indirect
7878
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
7979
github.com/puzpuzpuz/xsync/v3 v3.5.1 // indirect
80-
github.com/shirou/gopsutil/v4 v4.26.5 // indirect
80+
github.com/shirou/gopsutil/v4 v4.26.6 // indirect
8181
github.com/sirupsen/logrus v1.9.4 // indirect
82-
github.com/tklauser/go-sysconf v0.3.16 // indirect
83-
github.com/tklauser/numcpus v0.11.0 // indirect
82+
github.com/tklauser/go-sysconf v0.4.0 // indirect
83+
github.com/tklauser/numcpus v0.12.0 // indirect
8484
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
8585
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
8686
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
8787
github.com/yusufpapurcu/wmi v1.2.4 // indirect
8888
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
89-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
90-
go.opentelemetry.io/otel v1.41.0 // indirect
91-
go.opentelemetry.io/otel/metric v1.41.0 // indirect
92-
go.opentelemetry.io/otel/trace v1.41.0 // indirect
89+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.69.0 // indirect
90+
go.opentelemetry.io/otel v1.44.0 // indirect
91+
go.opentelemetry.io/otel/metric v1.44.0 // indirect
92+
go.opentelemetry.io/otel/trace v1.44.0 // indirect
9393
golang.org/x/mod v0.37.0 // indirect
9494
mellium.im/sasl v0.3.2 // indirect
9595
)
@@ -112,7 +112,7 @@ require (
112112
github.com/jackc/puddle/v2 v2.2.2 // indirect
113113
github.com/kr/fs v0.1.0 // indirect
114114
github.com/lucasb-eyer/go-colorful v1.4.0 // indirect
115-
github.com/mattn/go-isatty v0.0.20 // indirect
115+
github.com/mattn/go-isatty v0.0.24 // indirect
116116
github.com/mattn/go-localereader v0.0.1 // indirect
117117
github.com/mattn/go-runewidth v0.0.23 // indirect
118118
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
@@ -132,7 +132,7 @@ require (
132132
golang.org/x/exp v0.0.0-20260218203240-3dfff04db8fa // indirect
133133
golang.org/x/sync v0.22.0 // indirect
134134
golang.org/x/sys v0.47.0 // indirect
135-
modernc.org/libc v1.74.1 // indirect
135+
modernc.org/libc v1.74.4 // indirect
136136
modernc.org/mathutil v1.7.1 // indirect
137137
modernc.org/memory v1.11.0 // indirect
138138
)

0 commit comments

Comments
 (0)