Skip to content

Commit

Permalink
Bump go.nhat.io/testcontainers-extra from 0.14.0 to 0.15.0 in /tests/…
Browse files Browse the repository at this point in the history
…suite (#315)

* Bump go.nhat.io/testcontainers-extra in /tests/suite

Bumps [go.nhat.io/testcontainers-extra](https://github.com/nhatthm/testcontainers-go-extra) from 0.14.0 to 0.15.0.
- [Release notes](https://github.com/nhatthm/testcontainers-go-extra/releases)
- [Commits](nhatthm/testcontainers-go-extra@v0.14.0...v0.15.0)

---
updated-dependencies:
- dependency-name: go.nhat.io/testcontainers-extra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* go mod tidy

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: nhatthm-bot <[email protected]>
  • Loading branch information
dependabot[bot] and nhatthm-bot authored Sep 16, 2024
1 parent b1ab5ef commit ee1803a
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions tests/mssql/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/Masterminds/squirrel v1.5.4
go.nhat.io/clock v0.7.0
go.nhat.io/otelsql/tests/suite v0.0.0-20220127125055-5da30ca2778a
go.nhat.io/testcontainers-extra v0.14.0
go.nhat.io/testcontainers-extra v0.15.0
go.nhat.io/testcontainers-registry/mssql v0.12.0
)

Expand Down Expand Up @@ -100,7 +100,7 @@ require (
go.nhat.io/otelsql v0.1.0 // indirect
go.nhat.io/testcontainers-registry v0.16.0 // indirect
go.nhat.io/timeparser v0.3.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 // indirect
go.opentelemetry.io/otel v1.30.0 // indirect
go.opentelemetry.io/otel/exporters/prometheus v0.52.0 // indirect
go.opentelemetry.io/otel/metric v1.30.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions tests/mssql/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -274,16 +274,16 @@ github.com/yusufpapurcu/wmi v1.2.4 h1:zFUKzehAFReQwLys1b/iSMl+JQGSCSjtVqQn9bBrPo
github.com/yusufpapurcu/wmi v1.2.4/go.mod h1:SBZ9tNy3G9/m5Oi98Zks0QjeHVDvuK0qfxQmPyzfmi0=
go.nhat.io/clock v0.7.0 h1:L3t8s+bOqqMXlGcv2qgKhIHBFqYS7rB84gYOHl4F7iA=
go.nhat.io/clock v0.7.0/go.mod h1:95+ixhxejL/vGxvfiJnrEh19gr03GLyJcTZo7UDr6kA=
go.nhat.io/testcontainers-extra v0.14.0 h1:pGBqazB5I2OOhXgjNrKEiXTzjjLReY9FPSLcYUrkYXY=
go.nhat.io/testcontainers-extra v0.14.0/go.mod h1:e8uciPE6t4eihgNp6J4NwEJKkYMBIwCPEvwHyjdvAlw=
go.nhat.io/testcontainers-extra v0.15.0 h1:FUHkiPi1fiKLrDgpnzY1KC6y24ls9XfCGY0A5kLMeUI=
go.nhat.io/testcontainers-extra v0.15.0/go.mod h1:Rvp+2hSGazWRmXzJzM1oeYKQXNAhXomE6iFnB8gp3T8=
go.nhat.io/testcontainers-registry v0.16.0 h1:aJe/coeB4B4ug/lS77265kvxGYnilTTIYKvoCxUwxUU=
go.nhat.io/testcontainers-registry v0.16.0/go.mod h1:5lZHOIPgzcYhAS0zmob8xF+mmXyHFBqTcnzThnRhgKc=
go.nhat.io/testcontainers-registry/mssql v0.12.0 h1:D4EADNY32cC9UHv8dUk1be5RW8LYn3Y7gfEm7pWy1Gk=
go.nhat.io/testcontainers-registry/mssql v0.12.0/go.mod h1:g23lfi7mwR9GpQ99JfHK31hb67avMRiQPzDb8Ios+EY=
go.nhat.io/timeparser v0.3.0 h1:K29FOjYO9OVJUroSl/bb70I/FKT3CJt8APs25Npj5No=
go.nhat.io/timeparser v0.3.0/go.mod h1:YdhOZNl64RWdHdNYIHxwDu9edleVBlnrREzddab0tO4=
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 h1:TT4fX+nBOA/+LUkobKGW1ydGcn+G3vRw9+g5HwCphpk=
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0/go.mod h1:L7UH0GbB0p47T4Rri3uHjbpCFYrVrwc1I25QhNPiGK8=
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 h1:ZIg3ZT/aQ7AfKqdwp7ECpOK6vHqquXXuyTjIO8ZdmPs=
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0/go.mod h1:DQAwmETtZV00skUwgD6+0U89g80NKsJE3DCKeLLPQMI=
go.opentelemetry.io/otel v1.30.0 h1:F2t8sK4qf1fAmY9ua4ohFS/K+FUuOPemHUIXHtktrts=
go.opentelemetry.io/otel v1.30.0/go.mod h1:tFw4Br9b7fOS+uEao81PJjVMjW/5fvNCbpsDIXqP0pc=
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 h1:Mne5On7VWdx7omSrSSZvM4Kw7cS7NQkOOmLcgscI51U=
Expand Down
4 changes: 2 additions & 2 deletions tests/mysql/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/go-sql-driver/mysql v1.8.1
go.nhat.io/clock v0.7.0
go.nhat.io/otelsql/tests/suite v0.0.0
go.nhat.io/testcontainers-extra v0.14.0
go.nhat.io/testcontainers-extra v0.15.0
go.nhat.io/testcontainers-registry/mysql v0.12.0
)

Expand Down Expand Up @@ -93,7 +93,7 @@ require (
go.nhat.io/otelsql v0.1.0 // indirect
go.nhat.io/testcontainers-registry v0.16.0 // indirect
go.nhat.io/timeparser v0.3.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 // indirect
go.opentelemetry.io/otel v1.30.0 // indirect
go.opentelemetry.io/otel/exporters/prometheus v0.52.0 // indirect
go.opentelemetry.io/otel/metric v1.30.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions tests/mysql/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -236,16 +236,16 @@ github.com/yusufpapurcu/wmi v1.2.4 h1:zFUKzehAFReQwLys1b/iSMl+JQGSCSjtVqQn9bBrPo
github.com/yusufpapurcu/wmi v1.2.4/go.mod h1:SBZ9tNy3G9/m5Oi98Zks0QjeHVDvuK0qfxQmPyzfmi0=
go.nhat.io/clock v0.7.0 h1:L3t8s+bOqqMXlGcv2qgKhIHBFqYS7rB84gYOHl4F7iA=
go.nhat.io/clock v0.7.0/go.mod h1:95+ixhxejL/vGxvfiJnrEh19gr03GLyJcTZo7UDr6kA=
go.nhat.io/testcontainers-extra v0.14.0 h1:pGBqazB5I2OOhXgjNrKEiXTzjjLReY9FPSLcYUrkYXY=
go.nhat.io/testcontainers-extra v0.14.0/go.mod h1:e8uciPE6t4eihgNp6J4NwEJKkYMBIwCPEvwHyjdvAlw=
go.nhat.io/testcontainers-extra v0.15.0 h1:FUHkiPi1fiKLrDgpnzY1KC6y24ls9XfCGY0A5kLMeUI=
go.nhat.io/testcontainers-extra v0.15.0/go.mod h1:Rvp+2hSGazWRmXzJzM1oeYKQXNAhXomE6iFnB8gp3T8=
go.nhat.io/testcontainers-registry v0.16.0 h1:aJe/coeB4B4ug/lS77265kvxGYnilTTIYKvoCxUwxUU=
go.nhat.io/testcontainers-registry v0.16.0/go.mod h1:5lZHOIPgzcYhAS0zmob8xF+mmXyHFBqTcnzThnRhgKc=
go.nhat.io/testcontainers-registry/mysql v0.12.0 h1:0JubjYnE/19iquEYa6LHDQA29egKKj8RnsGD+yfutGA=
go.nhat.io/testcontainers-registry/mysql v0.12.0/go.mod h1:6+/HXV9qpLv/h7lOfbSC9qtp65IK8SZ6SivLVZVLqSI=
go.nhat.io/timeparser v0.3.0 h1:K29FOjYO9OVJUroSl/bb70I/FKT3CJt8APs25Npj5No=
go.nhat.io/timeparser v0.3.0/go.mod h1:YdhOZNl64RWdHdNYIHxwDu9edleVBlnrREzddab0tO4=
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 h1:TT4fX+nBOA/+LUkobKGW1ydGcn+G3vRw9+g5HwCphpk=
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0/go.mod h1:L7UH0GbB0p47T4Rri3uHjbpCFYrVrwc1I25QhNPiGK8=
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 h1:ZIg3ZT/aQ7AfKqdwp7ECpOK6vHqquXXuyTjIO8ZdmPs=
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0/go.mod h1:DQAwmETtZV00skUwgD6+0U89g80NKsJE3DCKeLLPQMI=
go.opentelemetry.io/otel v1.30.0 h1:F2t8sK4qf1fAmY9ua4ohFS/K+FUuOPemHUIXHtktrts=
go.opentelemetry.io/otel v1.30.0/go.mod h1:tFw4Br9b7fOS+uEao81PJjVMjW/5fvNCbpsDIXqP0pc=
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 h1:Mne5On7VWdx7omSrSSZvM4Kw7cS7NQkOOmLcgscI51U=
Expand Down
4 changes: 2 additions & 2 deletions tests/postgres/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/lib/pq v1.10.9
go.nhat.io/clock v0.7.0
go.nhat.io/otelsql/tests/suite v0.0.0-20220127125055-5da30ca2778a
go.nhat.io/testcontainers-extra v0.14.0
go.nhat.io/testcontainers-extra v0.15.0
go.nhat.io/testcontainers-registry/postgres v0.12.0
)

Expand Down Expand Up @@ -102,7 +102,7 @@ require (
go.nhat.io/otelsql v0.1.0 // indirect
go.nhat.io/testcontainers-registry v0.16.0 // indirect
go.nhat.io/timeparser v0.3.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 // indirect
go.opentelemetry.io/otel v1.30.0 // indirect
go.opentelemetry.io/otel/exporters/prometheus v0.52.0 // indirect
go.opentelemetry.io/otel/metric v1.30.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions tests/postgres/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -328,16 +328,16 @@ github.com/yusufpapurcu/wmi v1.2.4/go.mod h1:SBZ9tNy3G9/m5Oi98Zks0QjeHVDvuK0qfxQ
github.com/zenazn/goji v0.9.0/go.mod h1:7S9M489iMyHBNxwZnk9/EHS098H4/F6TATF2mIxtB1Q=
go.nhat.io/clock v0.7.0 h1:L3t8s+bOqqMXlGcv2qgKhIHBFqYS7rB84gYOHl4F7iA=
go.nhat.io/clock v0.7.0/go.mod h1:95+ixhxejL/vGxvfiJnrEh19gr03GLyJcTZo7UDr6kA=
go.nhat.io/testcontainers-extra v0.14.0 h1:pGBqazB5I2OOhXgjNrKEiXTzjjLReY9FPSLcYUrkYXY=
go.nhat.io/testcontainers-extra v0.14.0/go.mod h1:e8uciPE6t4eihgNp6J4NwEJKkYMBIwCPEvwHyjdvAlw=
go.nhat.io/testcontainers-extra v0.15.0 h1:FUHkiPi1fiKLrDgpnzY1KC6y24ls9XfCGY0A5kLMeUI=
go.nhat.io/testcontainers-extra v0.15.0/go.mod h1:Rvp+2hSGazWRmXzJzM1oeYKQXNAhXomE6iFnB8gp3T8=
go.nhat.io/testcontainers-registry v0.16.0 h1:aJe/coeB4B4ug/lS77265kvxGYnilTTIYKvoCxUwxUU=
go.nhat.io/testcontainers-registry v0.16.0/go.mod h1:5lZHOIPgzcYhAS0zmob8xF+mmXyHFBqTcnzThnRhgKc=
go.nhat.io/testcontainers-registry/postgres v0.12.0 h1:TNhdFWpm9MyA0Wt6G1UGrshh3ssC4bivRRL6X++piyY=
go.nhat.io/testcontainers-registry/postgres v0.12.0/go.mod h1:0OOSv6TvO4ac8xAvl1SeNv68uWUqUViDO9QIeLkebis=
go.nhat.io/timeparser v0.3.0 h1:K29FOjYO9OVJUroSl/bb70I/FKT3CJt8APs25Npj5No=
go.nhat.io/timeparser v0.3.0/go.mod h1:YdhOZNl64RWdHdNYIHxwDu9edleVBlnrREzddab0tO4=
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 h1:TT4fX+nBOA/+LUkobKGW1ydGcn+G3vRw9+g5HwCphpk=
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0/go.mod h1:L7UH0GbB0p47T4Rri3uHjbpCFYrVrwc1I25QhNPiGK8=
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 h1:ZIg3ZT/aQ7AfKqdwp7ECpOK6vHqquXXuyTjIO8ZdmPs=
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0/go.mod h1:DQAwmETtZV00skUwgD6+0U89g80NKsJE3DCKeLLPQMI=
go.opentelemetry.io/otel v1.30.0 h1:F2t8sK4qf1fAmY9ua4ohFS/K+FUuOPemHUIXHtktrts=
go.opentelemetry.io/otel v1.30.0/go.mod h1:tFw4Br9b7fOS+uEao81PJjVMjW/5fvNCbpsDIXqP0pc=
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 h1:Mne5On7VWdx7omSrSSZvM4Kw7cS7NQkOOmLcgscI51U=
Expand Down
4 changes: 2 additions & 2 deletions tests/suite/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/swaggest/assertjson v1.9.0
go.nhat.io/clock v0.7.0
go.nhat.io/otelsql v0.1.0
go.nhat.io/testcontainers-extra v0.14.0
go.nhat.io/testcontainers-extra v0.15.0
go.nhat.io/testcontainers-registry v0.16.0
go.opentelemetry.io/otel v1.30.0
go.opentelemetry.io/otel/exporters/prometheus v0.52.0
Expand Down Expand Up @@ -99,7 +99,7 @@ require (
github.com/tklauser/go-sysconf v0.3.14 // indirect
github.com/tklauser/numcpus v0.8.0 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 // indirect
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
golang.org/x/crypto v0.27.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions tests/suite/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -226,14 +226,14 @@ github.com/yusufpapurcu/wmi v1.2.4 h1:zFUKzehAFReQwLys1b/iSMl+JQGSCSjtVqQn9bBrPo
github.com/yusufpapurcu/wmi v1.2.4/go.mod h1:SBZ9tNy3G9/m5Oi98Zks0QjeHVDvuK0qfxQmPyzfmi0=
go.nhat.io/clock v0.7.0 h1:L3t8s+bOqqMXlGcv2qgKhIHBFqYS7rB84gYOHl4F7iA=
go.nhat.io/clock v0.7.0/go.mod h1:95+ixhxejL/vGxvfiJnrEh19gr03GLyJcTZo7UDr6kA=
go.nhat.io/testcontainers-extra v0.14.0 h1:pGBqazB5I2OOhXgjNrKEiXTzjjLReY9FPSLcYUrkYXY=
go.nhat.io/testcontainers-extra v0.14.0/go.mod h1:e8uciPE6t4eihgNp6J4NwEJKkYMBIwCPEvwHyjdvAlw=
go.nhat.io/testcontainers-extra v0.15.0 h1:FUHkiPi1fiKLrDgpnzY1KC6y24ls9XfCGY0A5kLMeUI=
go.nhat.io/testcontainers-extra v0.15.0/go.mod h1:Rvp+2hSGazWRmXzJzM1oeYKQXNAhXomE6iFnB8gp3T8=
go.nhat.io/testcontainers-registry v0.16.0 h1:aJe/coeB4B4ug/lS77265kvxGYnilTTIYKvoCxUwxUU=
go.nhat.io/testcontainers-registry v0.16.0/go.mod h1:5lZHOIPgzcYhAS0zmob8xF+mmXyHFBqTcnzThnRhgKc=
go.nhat.io/timeparser v0.3.0 h1:K29FOjYO9OVJUroSl/bb70I/FKT3CJt8APs25Npj5No=
go.nhat.io/timeparser v0.3.0/go.mod h1:YdhOZNl64RWdHdNYIHxwDu9edleVBlnrREzddab0tO4=
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 h1:TT4fX+nBOA/+LUkobKGW1ydGcn+G3vRw9+g5HwCphpk=
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0/go.mod h1:L7UH0GbB0p47T4Rri3uHjbpCFYrVrwc1I25QhNPiGK8=
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 h1:ZIg3ZT/aQ7AfKqdwp7ECpOK6vHqquXXuyTjIO8ZdmPs=
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0/go.mod h1:DQAwmETtZV00skUwgD6+0U89g80NKsJE3DCKeLLPQMI=
go.opentelemetry.io/otel v1.30.0 h1:F2t8sK4qf1fAmY9ua4ohFS/K+FUuOPemHUIXHtktrts=
go.opentelemetry.io/otel v1.30.0/go.mod h1:tFw4Br9b7fOS+uEao81PJjVMjW/5fvNCbpsDIXqP0pc=
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 h1:Mne5On7VWdx7omSrSSZvM4Kw7cS7NQkOOmLcgscI51U=
Expand Down

0 comments on commit ee1803a

Please sign in to comment.