-
-
Notifications
You must be signed in to change notification settings - Fork 1
chore(deps): upgrade testcontainers-go to v0.42.0 #161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,8 +22,9 @@ require ( | |
| github.com/stretchr/testify v1.11.1 | ||
| github.com/swaggo/files v1.0.1 | ||
| github.com/swaggo/gin-swagger v1.6.1 | ||
| github.com/testcontainers/testcontainers-go v0.41.0 | ||
| github.com/testcontainers/testcontainers-go/modules/postgres v0.41.0 | ||
| github.com/swaggo/swag v1.16.6 | ||
| github.com/testcontainers/testcontainers-go v0.42.0 | ||
| github.com/testcontainers/testcontainers-go/modules/postgres v0.42.0 | ||
|
Comment on lines
+26
to
+27
|
||
| github.com/ulule/limiter/v3 v3.11.2 | ||
| go.uber.org/mock v0.6.0 | ||
| golang.org/x/crypto v0.49.0 | ||
|
|
@@ -54,7 +55,6 @@ require ( | |
| github.com/davecgh/go-spew v1.1.1 // indirect | ||
| github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect | ||
| github.com/distribution/reference v0.6.0 // indirect | ||
| github.com/docker/docker v28.5.2+incompatible // indirect | ||
| github.com/docker/go-connections v0.6.0 // indirect | ||
| github.com/docker/go-units v0.5.0 // indirect | ||
| github.com/ebitengine/purego v0.10.0 // indirect | ||
|
|
@@ -82,15 +82,14 @@ require ( | |
| github.com/gorilla/context v1.1.2 // indirect | ||
| github.com/gorilla/securecookie v1.1.2 // indirect | ||
| github.com/gorilla/sessions v1.4.0 // indirect | ||
| github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect | ||
| github.com/jackc/pgpassfile v1.0.0 // indirect | ||
| github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect | ||
| github.com/jackc/pgx/v5 v5.9.1 // indirect | ||
| github.com/jackc/puddle/v2 v2.2.2 // indirect | ||
| github.com/jinzhu/inflection v1.0.0 // indirect | ||
| github.com/jinzhu/now v1.1.5 // indirect | ||
| github.com/json-iterator/go v1.1.12 // indirect | ||
| github.com/klauspost/compress v1.18.2 // indirect | ||
| github.com/klauspost/compress v1.18.5 // indirect | ||
| github.com/klauspost/cpuid/v2 v2.3.0 // indirect | ||
| github.com/kylelemons/godebug v1.1.0 // indirect | ||
| github.com/leodido/go-urn v1.4.0 // indirect | ||
|
|
@@ -101,14 +100,15 @@ require ( | |
| github.com/mattn/go-sqlite3 v1.14.38 // indirect | ||
| github.com/moby/docker-image-spec v1.3.1 // indirect | ||
| github.com/moby/go-archive v0.2.0 // indirect | ||
| github.com/moby/patternmatcher v0.6.0 // indirect | ||
| github.com/moby/moby/api v1.54.1 // indirect | ||
| github.com/moby/moby/client v0.4.0 // indirect | ||
| github.com/moby/patternmatcher v0.6.1 // indirect | ||
| github.com/moby/sys/sequential v0.6.0 // indirect | ||
| github.com/moby/sys/user v0.4.0 // indirect | ||
| github.com/moby/sys/userns v0.1.0 // indirect | ||
| github.com/moby/term v0.5.2 // indirect | ||
| github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
| github.com/modern-go/reflect2 v1.0.2 // indirect | ||
| github.com/morikuni/aec v1.0.0 // indirect | ||
| github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
| github.com/onsi/gomega v1.39.1 // indirect | ||
| github.com/opencontainers/go-digest v1.0.0 // indirect | ||
|
|
@@ -122,9 +122,8 @@ require ( | |
| github.com/prometheus/procfs v0.20.1 // indirect | ||
| github.com/quic-go/qpack v0.6.0 // indirect | ||
| github.com/quic-go/quic-go v0.59.0 // indirect | ||
| github.com/shirou/gopsutil/v4 v4.26.2 // indirect | ||
| github.com/shirou/gopsutil/v4 v4.26.3 // indirect | ||
| github.com/sirupsen/logrus v1.9.4 // indirect | ||
| github.com/swaggo/swag v1.16.6 // indirect | ||
| github.com/tklauser/go-sysconf v0.3.16 // indirect | ||
| github.com/tklauser/numcpus v0.11.0 // indirect | ||
| github.com/twitchyliquid64/golang-asm v0.15.1 // indirect | ||
|
|
@@ -133,10 +132,11 @@ require ( | |
| go.mongodb.org/mongo-driver/v2 v2.5.0 // indirect | ||
| go.opentelemetry.io/auto/sdk v1.2.1 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect | ||
| go.opentelemetry.io/otel v1.41.0 // indirect | ||
| go.opentelemetry.io/otel/metric v1.41.0 // indirect | ||
| go.opentelemetry.io/otel/sdk/metric v1.41.0 // indirect | ||
| go.opentelemetry.io/otel/trace v1.41.0 // indirect | ||
| go.opentelemetry.io/otel v1.43.0 // indirect | ||
| go.opentelemetry.io/otel/metric v1.43.0 // indirect | ||
| go.opentelemetry.io/otel/sdk v1.43.0 // indirect | ||
| go.opentelemetry.io/otel/sdk/metric v1.43.0 // indirect | ||
| go.opentelemetry.io/otel/trace v1.43.0 // indirect | ||
| go.uber.org/atomic v1.11.0 // indirect | ||
| go.yaml.in/yaml/v2 v2.4.4 // indirect | ||
| go.yaml.in/yaml/v3 v3.0.4 // indirect | ||
|
|
@@ -146,7 +146,6 @@ require ( | |
| golang.org/x/sys v0.42.0 // indirect | ||
| golang.org/x/text v0.35.0 // indirect | ||
| golang.org/x/tools v0.43.0 // indirect | ||
| google.golang.org/grpc v1.79.3 // indirect | ||
| google.golang.org/protobuf v1.36.11 // indirect | ||
| gopkg.in/yaml.v3 v3.0.1 // indirect | ||
| ) | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
github.com/swaggo/swagwas promoted from an indirect dependency to a directrequire, but I can’t find any Go imports ofgithub.com/swaggo/swagin the repo (onlyfiles/gin-swagger). If this module doesn’t directly importswag, consider reverting it back to// indirect(or removing it) to keep the direct dependency set accurate; if it’s only needed for generated swagger docs, ensurego mod tidyis run after generating those files so the classification reflects actual imports.