Skip to content

Commit

Permalink
Merge pull request #256 from atkrad/dependabot/go_modules/github.com/…
Browse files Browse the repository at this point in the history
…testcontainers/testcontainers-go/modules/mysql-0.29.1

Bump github.com/testcontainers/testcontainers-go/modules/mysql from 0.28.0 to 0.29.1
  • Loading branch information
atkrad committed Mar 25, 2024
2 parents ab605c8 + 9b3a4b7 commit a7a3823
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/stretchr/testify v1.9.0
github.com/testcontainers/testcontainers-go v0.29.1
github.com/testcontainers/testcontainers-go/modules/mongodb v0.28.0
github.com/testcontainers/testcontainers-go/modules/mysql v0.28.0
github.com/testcontainers/testcontainers-go/modules/mysql v0.29.1
github.com/testcontainers/testcontainers-go/modules/postgres v0.28.0
github.com/testcontainers/testcontainers-go/modules/rabbitmq v0.29.1
github.com/testcontainers/testcontainers-go/modules/redis v0.28.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ github.com/testcontainers/testcontainers-go v0.29.1 h1:z8kxdFlovA2y97RWx98v/TQ+t
github.com/testcontainers/testcontainers-go v0.29.1/go.mod h1:SnKnKQav8UcgtKqjp/AD8bE1MqZm+3TDb/B8crE3XnI=
github.com/testcontainers/testcontainers-go/modules/mongodb v0.28.0 h1:dMnDVsE6lp5n0H5upshzd/kyXDh+Ex+FmVvRwhcYhXI=
github.com/testcontainers/testcontainers-go/modules/mongodb v0.28.0/go.mod h1:z+HV6L2ho5kRngvYW4E2cvH36XPcrDgdfVfnW0sT934=
github.com/testcontainers/testcontainers-go/modules/mysql v0.28.0 h1:pTbaU0syNrQa6pSn8REmSmKXnAqcCw9KqVBX3vACESg=
github.com/testcontainers/testcontainers-go/modules/mysql v0.28.0/go.mod h1:IByRV9g8KJs3XQ5vv9ykfRBlolzXHFmfhXp/OAliHuM=
github.com/testcontainers/testcontainers-go/modules/mysql v0.29.1 h1:SnJtZNcskgxOMyVAT7M+MQjpveP59nwKzlBw2ItX+C8=
github.com/testcontainers/testcontainers-go/modules/mysql v0.29.1/go.mod h1:VhA5dV+O19sx3Y9u9bfO+fbJfP3E7RiMq0nDMEGjslw=
github.com/testcontainers/testcontainers-go/modules/postgres v0.28.0 h1:ff0s4JdYIdNAVSi/SrpN2Pdt1f+IjIw3AKjbHau8Un4=
github.com/testcontainers/testcontainers-go/modules/postgres v0.28.0/go.mod h1:fXgcYpbyrduNdiz2qRZuYkmvqLnEqsjbQiBNYH1ystI=
github.com/testcontainers/testcontainers-go/modules/rabbitmq v0.29.1 h1:+LMERllTOpLbPys8bpJ9BFCjeWfObtUVqGD65jazUpU=
Expand Down

0 comments on commit a7a3823

Please sign in to comment.