Skip to content
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

build(deps): bump the go-deps group in /bib with 1 update #51

Merged
merged 1 commit into from
Dec 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bib/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/osbuild/bootc-image-builder/bib
go 1.19

require (
github.com/osbuild/images v0.22.1-0.20231207190642-5d951a7fd810
github.com/osbuild/images v0.23.0
github.com/spf13/cobra v1.8.0
)

Expand Down
8 changes: 2 additions & 6 deletions bib/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -207,12 +207,8 @@ github.com/opencontainers/runc v1.1.10 h1:EaL5WeO9lv9wmS6SASjszOeQdSctvpbu0DdBQB
github.com/opencontainers/runc v1.1.10/go.mod h1:+/R6+KmDlh+hOO8NkjmgkG9Qzvypzk0yXxAPYYR65+M=
github.com/opencontainers/runtime-spec v1.1.0 h1:HHUyrt9mwHUjtasSbXSMvs4cyFxh+Bll4AjJ9odEGpg=
github.com/opencontainers/runtime-spec v1.1.0/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
github.com/osbuild/images v0.21.0 h1:xqW7Y6F+ihoL8x2J+S3nGDRXIqZPq//c0Q8ny3afdpo=
github.com/osbuild/images v0.21.0/go.mod h1:HtKiCjR4gQcqcd8E7i37orlFqhsjZmFCvyM89E3aeos=
github.com/osbuild/images v0.22.0 h1:r5Vgzce8fVQNWgtp3m+09nM5Jd2zoLwQfH6kWHtWgrE=
github.com/osbuild/images v0.22.0/go.mod h1:izbGogyK8gkrvYHVfcyQEBiY0r1xhSj48hjrK92VMzI=
github.com/osbuild/images v0.22.1-0.20231207190642-5d951a7fd810 h1:knGuLO3ctMx2EuSJLgMj2ObhuEtyszDs0l5ceB1Cgno=
github.com/osbuild/images v0.22.1-0.20231207190642-5d951a7fd810/go.mod h1:2rmLQTFA3BYXv/uR2K6GlU8daWEVSlUFLRXSrwN2iAQ=
github.com/osbuild/images v0.23.0 h1:RCYIO1UWenTBmfVGu/mFeWCHreyDdRirC8BAGdUrFVU=
github.com/osbuild/images v0.23.0/go.mod h1:2rmLQTFA3BYXv/uR2K6GlU8daWEVSlUFLRXSrwN2iAQ=
github.com/otiai10/copy v1.14.0 h1:dCI/t1iTdYGtkvCuBG2BgR6KZa83PTclw4U5n2wAllU=
github.com/pelletier/go-toml v1.7.0/go.mod h1:vwGMzjaWMwyfHwgIBhI2YUM4fB6nL6lVAvS1LBMMhTE=
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down
Loading