Skip to content

Commit

Permalink
Bump github.com/stretchr/testify in /internal/containertest
Browse files Browse the repository at this point in the history
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.1 to 1.10.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.7.1...v1.10.0)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 8eec12f commit 939544f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions internal/containertest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/cenkalti/backoff/v4 v4.1.3
github.com/docker/docker v20.10.16+incompatible
github.com/docker/go-connections v0.4.0
github.com/stretchr/testify v1.7.1
github.com/stretchr/testify v1.10.0
)

require (
Expand All @@ -28,7 +28,7 @@ require (
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gotest.tools/v3 v3.1.0 // indirect
)

Expand Down
14 changes: 12 additions & 2 deletions internal/containertest/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 939544f

Please sign in to comment.