Skip to content

Commit 7abcd27

Browse files
committed
go.mod: bump osbuild/images to v0.65.0
1 parent c80ca0a commit 7abcd27

File tree

12 files changed

+141
-92
lines changed

12 files changed

+141
-92
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ require (
3636
github.com/labstack/gommon v0.4.2
3737
github.com/openshift-online/ocm-sdk-go v0.1.420
3838
github.com/oracle/oci-go-sdk/v54 v54.0.0
39-
github.com/osbuild/images v0.63.0
39+
github.com/osbuild/images v0.65.0
4040
github.com/osbuild/osbuild-composer/pkg/splunk_logger v0.0.0-20231117174845-e969a9dc3cd1
4141
github.com/osbuild/pulp-client v0.1.0
4242
github.com/prometheus/client_golang v1.19.1

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -500,8 +500,8 @@ github.com/openshift-online/ocm-sdk-go v0.1.420 h1:zC/TboLemC09T5qxSdF5IZR20wnn4
500500
github.com/openshift-online/ocm-sdk-go v0.1.420/go.mod h1:CiAu2jwl3ITKOxkeV0Qnhzv4gs35AmpIzVABQLtcI2Y=
501501
github.com/oracle/oci-go-sdk/v54 v54.0.0 h1:CDLjeSejv2aDpElAJrhKpi6zvT/zhZCZuXchUUZ+LS4=
502502
github.com/oracle/oci-go-sdk/v54 v54.0.0/go.mod h1:+t+yvcFGVp+3ZnztnyxqXfQDsMlq8U25faBLa+mqCMc=
503-
github.com/osbuild/images v0.63.0 h1:tk75nDV78Pbi+RBXCclHYQbzzJeqJDsCMVmDCWRhLcM=
504-
github.com/osbuild/images v0.63.0/go.mod h1:kkiJNrd0XkVfwBxrJ8wWt6/d0+Eb+tG+zZVnw/xXE/8=
503+
github.com/osbuild/images v0.65.0 h1:Vq6r5YQJvTYiznBPma8sHffNyPl0rx1i6hwMN+AbrIA=
504+
github.com/osbuild/images v0.65.0/go.mod h1:kkiJNrd0XkVfwBxrJ8wWt6/d0+Eb+tG+zZVnw/xXE/8=
505505
github.com/osbuild/osbuild-composer/pkg/splunk_logger v0.0.0-20231117174845-e969a9dc3cd1 h1:UFEJIcPa46W8gtWgOYzriRKYyy1t6SWL0BI7fPTuVvc=
506506
github.com/osbuild/osbuild-composer/pkg/splunk_logger v0.0.0-20231117174845-e969a9dc3cd1/go.mod h1:z+WA+dX6qMwc7fqY5jCzESDIlg4WR2sBQezxsoXv9Ik=
507507
github.com/osbuild/pulp-client v0.1.0 h1:L0C4ezBJGTamN3BKdv+rKLuq/WxXJbsFwz/Hj7aEmJ8=

vendor/github.com/osbuild/images/internal/common/helpers.go

+25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/osbuild/images/pkg/distro/fedora/distro.go

+47-51
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/osbuild/images/pkg/distro/fedora/package_sets.go

+2-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/osbuild/images/pkg/distro/fedora/partition_tables.go

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/osbuild/images/pkg/distro/rhel/rhel8/azure.go

+5-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/osbuild/images/pkg/dnfjson/dnfjson.go

+22-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/osbuild/images/pkg/manifest/ostree_deployment.go

+21-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/osbuild/images/pkg/osbuild/systemd_unit_create_stage.go

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/osbuild/images/pkg/policies/policies.go

+8-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ github.com/oracle/oci-go-sdk/v54/identity
865865
github.com/oracle/oci-go-sdk/v54/objectstorage
866866
github.com/oracle/oci-go-sdk/v54/objectstorage/transfer
867867
github.com/oracle/oci-go-sdk/v54/workrequests
868-
# github.com/osbuild/images v0.63.0
868+
# github.com/osbuild/images v0.65.0
869869
## explicit; go 1.20
870870
github.com/osbuild/images/internal/common
871871
github.com/osbuild/images/internal/environment

0 commit comments

Comments
 (0)