mirror of
https://github.com/coreos/coreos-assembler.git
synced 2026-02-05 09:44:53 +01:00
Bumps [github.com/coreos/stream-metadata-go](https://github.com/coreos/stream-metadata-go) from 0.4.7 to 0.4.8. - [Release notes](https://github.com/coreos/stream-metadata-go/releases) - [Changelog](https://github.com/coreos/stream-metadata-go/blob/main/docs/release-notes.md) - [Commits](https://github.com/coreos/stream-metadata-go/compare/v0.4.7...v0.4.8) --- updated-dependencies: - dependency-name: github.com/coreos/stream-metadata-go dependency-version: 0.4.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
121 lines
5.7 KiB
Modula-2
121 lines
5.7 KiB
Modula-2
module github.com/coreos/coreos-assembler
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.24.0
|
|
|
|
require (
|
|
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.1
|
|
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.2
|
|
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute v1.0.0
|
|
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork v1.1.0
|
|
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.2.0
|
|
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage v1.7.0
|
|
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.0
|
|
github.com/IBM-Cloud/bluemix-go v0.0.0-20250324085928-caa6511f0c13
|
|
github.com/IBM/ibm-cos-sdk-go v1.12.2
|
|
github.com/aliyun/alibaba-cloud-sdk-go v1.63.101
|
|
github.com/aliyun/aliyun-oss-go-sdk v3.0.2+incompatible
|
|
github.com/aws/aws-sdk-go v1.55.6
|
|
github.com/coreos/butane v0.24.0
|
|
github.com/coreos/go-semver v0.3.1
|
|
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
|
|
github.com/coreos/go-systemd/v22 v22.5.0
|
|
github.com/coreos/ignition/v2 v2.21.0
|
|
github.com/coreos/pkg v0.0.0-20240122114842-bbd7aa9bf6fb
|
|
github.com/coreos/rpmostree-client-go v0.0.0-20240514234259-72a33e8554b6
|
|
github.com/coreos/stream-metadata-go v0.4.8
|
|
github.com/coreos/vcontext v0.0.0-20231102161604-685dc7299dc5
|
|
github.com/digitalocean/go-qemu v0.0.0-20250212194115-ee9b0668d242
|
|
github.com/digitalocean/godo v1.141.0
|
|
github.com/frostschutz/go-fibmap v0.0.0-20160825162329-b32c231bfe6a
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gophercloud/gophercloud v1.14.1
|
|
github.com/gophercloud/utils v0.0.0-20231010081019-80377eca5d56
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
|
github.com/kylelemons/godebug v1.1.0
|
|
github.com/pborman/uuid v1.2.1
|
|
github.com/pin/tftp v2.1.0+incompatible
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/spf13/cobra v1.9.1
|
|
github.com/vincent-petithory/dataurl v1.0.0
|
|
github.com/vishvananda/netlink v1.3.0
|
|
github.com/vishvananda/netns v0.0.5
|
|
github.com/vmware/govmomi v0.49.0
|
|
github.com/xeipuuv/gojsonschema v1.2.0
|
|
golang.org/x/crypto v0.36.0
|
|
golang.org/x/net v0.37.0
|
|
golang.org/x/oauth2 v0.28.0
|
|
golang.org/x/term v0.30.0
|
|
google.golang.org/api v0.228.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go/auth v0.15.0 // indirect
|
|
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
|
|
cloud.google.com/go/compute/metadata v0.6.0 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
|
|
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 // indirect
|
|
github.com/IBM/go-sdk-core/v5 v5.19.0 // indirect
|
|
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
|
|
github.com/clarketm/json v1.17.1 // indirect
|
|
github.com/containers/image/v5 v5.34.2 // indirect
|
|
github.com/containers/storage v1.57.2 // indirect
|
|
github.com/coreos/go-json v0.0.0-20231102161613-e49c8866685a // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/digitalocean/go-libvirt v0.0.0-20250317183548-13bf9b43b50b // indirect
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
|
|
github.com/go-logr/logr v1.4.2 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/go-openapi/errors v0.22.1 // indirect
|
|
github.com/go-openapi/strfmt v0.23.0 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/go-playground/validator/v10 v10.25.0 // indirect
|
|
github.com/godbus/dbus/v5 v5.1.0 // indirect
|
|
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/google/s2a-go v0.1.9 // indirect
|
|
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
|
|
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
|
|
github.com/hashicorp/go-uuid v1.0.3 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/oklog/ulid v1.3.1 // indirect
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b // indirect
|
|
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/spf13/pflag v1.0.6 // indirect
|
|
github.com/stretchr/testify v1.10.0 // indirect
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
|
|
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
|
|
go.mongodb.org/mongo-driver v1.17.3 // indirect
|
|
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
|
|
go.opentelemetry.io/otel v1.35.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.35.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.35.0 // indirect
|
|
golang.org/x/sys v0.31.0 // indirect
|
|
golang.org/x/text v0.23.0 // indirect
|
|
golang.org/x/time v0.11.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
|
|
google.golang.org/grpc v1.71.0 // indirect
|
|
google.golang.org/protobuf v1.36.6 // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
)
|
|
|
|
replace gopkg.in/alecthomas/kingpin.v2 => github.com/alecthomas/kingpin/v2 v2.4.0
|