Skip to content

Commit

Permalink
build(deps): bump github.com/containers/image/v5 from 5.30.1 to 5.31.0
Browse files Browse the repository at this point in the history
Bumps [github.com/containers/image/v5](https://github.com/containers/image) from 5.30.1 to 5.31.0.
- [Release notes](https://github.com/containers/image/releases)
- [Commits](containers/image@v5.30.1...v5.31.0)

---
updated-dependencies:
- dependency-name: github.com/containers/image/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent 72a33e8 commit 9b32c61
Show file tree
Hide file tree
Showing 2 changed files with 1,255 additions and 244 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ module github.com/coreos/rpmostree-client-go
go 1.17

require (
github.com/containers/image/v5 v5.30.1
github.com/containers/image/v5 v5.31.0
github.com/stretchr/testify v1.9.0
gopkg.in/yaml.v3 v3.0.1
)

require (
github.com/containers/storage v1.53.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/containers/storage v1.54.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
)
Loading

0 comments on commit 9b32c61

Please sign in to comment.