Skip to content

Commit 2591f57

Browse files
committed
go module updates
``` go get -u ./... go mod vendor ``` Followed by some adjustments in mantle/platform/api/esx/{api.go,lease.go} to account for changes in underlying libraries.
1 parent 42dff7d commit 2591f57

File tree

1,432 files changed

+293975
-37922
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,432 files changed

+293975
-37922
lines changed

go.mod

Lines changed: 55 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -5,102 +5,117 @@ go 1.23.0
55
toolchain go1.24.0
66

77
require (
8-
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.0
8+
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.1
99
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.2
1010
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute v1.0.0
1111
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork v1.1.0
1212
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.2.0
13-
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage v1.6.0
13+
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage v1.7.0
1414
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.0
15-
github.com/IBM-Cloud/bluemix-go v0.0.0-20210419045805-b50610722085
16-
github.com/IBM/ibm-cos-sdk-go v1.6.1
17-
github.com/aliyun/alibaba-cloud-sdk-go v1.61.1442
18-
github.com/aliyun/aliyun-oss-go-sdk v2.0.3+incompatible
15+
github.com/IBM-Cloud/bluemix-go v0.0.0-20250324085928-caa6511f0c13
16+
github.com/IBM/ibm-cos-sdk-go v1.12.2
17+
github.com/aliyun/alibaba-cloud-sdk-go v1.63.101
18+
github.com/aliyun/aliyun-oss-go-sdk v3.0.2+incompatible
1919
github.com/aws/aws-sdk-go v1.55.6
2020
github.com/coreos/butane v0.23.0
2121
github.com/coreos/go-semver v0.3.1
2222
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
2323
github.com/coreos/go-systemd/v22 v22.5.0
2424
github.com/coreos/ignition/v2 v2.21.0
25-
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f
26-
github.com/coreos/rpmostree-client-go v0.0.0-20231118154446-df964bc5419a
27-
github.com/coreos/stream-metadata-go v0.4.5
28-
github.com/coreos/vcontext v0.0.0-20230201181013-d72178a18687
29-
github.com/digitalocean/go-qemu v0.0.0-20200529005954-1b453d036a9c
30-
github.com/digitalocean/godo v1.33.0
25+
github.com/coreos/pkg v0.0.0-20240122114842-bbd7aa9bf6fb
26+
github.com/coreos/rpmostree-client-go v0.0.0-20240514234259-72a33e8554b6
27+
github.com/coreos/stream-metadata-go v0.4.6
28+
github.com/coreos/vcontext v0.0.0-20231102161604-685dc7299dc5
29+
github.com/digitalocean/go-qemu v0.0.0-20250212194115-ee9b0668d242
30+
github.com/digitalocean/godo v1.141.0
3131
github.com/frostschutz/go-fibmap v0.0.0-20160825162329-b32c231bfe6a
3232
github.com/google/uuid v1.6.0
3333
github.com/gophercloud/gophercloud v1.14.1
3434
github.com/gophercloud/utils v0.0.0-20231010081019-80377eca5d56
35-
github.com/kballard/go-shellquote v0.0.0-20150810074751-d8ec1a69a250
35+
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
3636
github.com/kylelemons/godebug v1.1.0
3737
github.com/packethost/packngo v0.0.0-20180426081943-80f62d78849d
38-
github.com/pborman/uuid v1.2.0
38+
github.com/pborman/uuid v1.2.1
3939
github.com/pin/tftp v2.1.0+incompatible
4040
github.com/pkg/errors v0.9.1
4141
github.com/sirupsen/logrus v1.9.3
42-
github.com/spf13/cobra v1.5.0
42+
github.com/spf13/cobra v1.9.1
4343
github.com/vincent-petithory/dataurl v1.0.0
44-
github.com/vishvananda/netlink v0.0.0-20150710184826-9cff81214893
45-
github.com/vishvananda/netns v0.0.0-20150710222425-604eaf189ee8
46-
github.com/vmware/govmomi v0.15.0
44+
github.com/vishvananda/netlink v1.3.0
45+
github.com/vishvananda/netns v0.0.5
46+
github.com/vmware/govmomi v0.49.0
4747
github.com/xeipuuv/gojsonschema v1.2.0
4848
golang.org/x/crypto v0.36.0
4949
golang.org/x/net v0.37.0
5050
golang.org/x/oauth2 v0.28.0
5151
golang.org/x/term v0.30.0
52-
google.golang.org/api v0.224.0
52+
google.golang.org/api v0.228.0
5353
gopkg.in/yaml.v2 v2.4.0
5454
gopkg.in/yaml.v3 v3.0.1
5555
)
5656

5757
require (
5858
cloud.google.com/go/auth v0.15.0 // indirect
59-
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
59+
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
6060
cloud.google.com/go/compute/metadata v0.6.0 // indirect
6161
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
62-
github.com/AzureAD/microsoft-authentication-library-for-go v1.3.3 // indirect
62+
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 // indirect
63+
github.com/IBM/go-sdk-core/v5 v5.19.0 // indirect
64+
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
6365
github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f // indirect
6466
github.com/clarketm/json v1.17.1 // indirect
65-
github.com/containers/image/v5 v5.28.0 // indirect
66-
github.com/containers/storage v1.50.1 // indirect
67-
github.com/coreos/go-json v0.0.0-20230131223807-18775e0fb4fb // indirect
68-
github.com/davecgh/go-spew v1.1.1 // indirect
69-
github.com/digitalocean/go-libvirt v0.0.0-20200810224808-b9c702499bf7 // indirect
67+
github.com/containers/image/v5 v5.34.2 // indirect
68+
github.com/containers/storage v1.57.2 // indirect
69+
github.com/coreos/go-json v0.0.0-20231102161613-e49c8866685a // indirect
70+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
71+
github.com/digitalocean/go-libvirt v0.0.0-20250317183548-13bf9b43b50b // indirect
7072
github.com/felixge/httpsnoop v1.0.4 // indirect
73+
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
7174
github.com/go-logr/logr v1.4.2 // indirect
7275
github.com/go-logr/stdr v1.2.2 // indirect
73-
github.com/godbus/dbus/v5 v5.0.4 // indirect
76+
github.com/go-openapi/errors v0.22.1 // indirect
77+
github.com/go-openapi/strfmt v0.23.0 // indirect
78+
github.com/go-playground/locales v0.14.1 // indirect
79+
github.com/go-playground/universal-translator v0.18.1 // indirect
80+
github.com/go-playground/validator/v10 v10.25.0 // indirect
81+
github.com/godbus/dbus/v5 v5.1.0 // indirect
7482
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
75-
github.com/google/go-querystring v1.0.0 // indirect
83+
github.com/google/go-querystring v1.1.0 // indirect
7684
github.com/google/s2a-go v0.1.9 // indirect
77-
github.com/googleapis/enterprise-certificate-proxy v0.3.5 // indirect
85+
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
7886
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
87+
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
88+
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
7989
github.com/hashicorp/go-uuid v1.0.3 // indirect
80-
github.com/inconshreveable/mousetrap v1.0.0 // indirect
90+
github.com/inconshreveable/mousetrap v1.1.0 // indirect
8191
github.com/jmespath/go-jmespath v0.4.0 // indirect
8292
github.com/json-iterator/go v1.1.12 // indirect
93+
github.com/leodido/go-urn v1.4.0 // indirect
8394
github.com/mitchellh/go-homedir v1.1.0 // indirect
95+
github.com/mitchellh/mapstructure v1.5.0 // indirect
8496
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
8597
github.com/modern-go/reflect2 v1.0.2 // indirect
98+
github.com/oklog/ulid v1.3.1 // indirect
8699
github.com/opencontainers/go-digest v1.0.0 // indirect
100+
github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b // indirect
87101
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
88-
github.com/pmezard/go-difflib v1.0.0 // indirect
102+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
89103
github.com/satori/go.uuid v1.2.0 // indirect
90104
github.com/spf13/pflag v1.0.6 // indirect
91105
github.com/stretchr/testify v1.10.0 // indirect
92106
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
93107
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
108+
go.mongodb.org/mongo-driver v1.17.3 // indirect
94109
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
95-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect
96-
go.opentelemetry.io/otel v1.34.0 // indirect
97-
go.opentelemetry.io/otel/metric v1.34.0 // indirect
98-
go.opentelemetry.io/otel/trace v1.34.0 // indirect
110+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
111+
go.opentelemetry.io/otel v1.35.0 // indirect
112+
go.opentelemetry.io/otel/metric v1.35.0 // indirect
113+
go.opentelemetry.io/otel/trace v1.35.0 // indirect
99114
golang.org/x/sys v0.31.0 // indirect
100115
golang.org/x/text v0.23.0 // indirect
101-
golang.org/x/time v0.10.0 // indirect
102-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250227231956-55c901821b1e // indirect
103-
google.golang.org/grpc v1.70.0 // indirect
104-
google.golang.org/protobuf v1.36.5 // indirect
105-
gopkg.in/ini.v1 v1.66.2 // indirect
116+
golang.org/x/time v0.11.0 // indirect
117+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
118+
google.golang.org/grpc v1.71.0 // indirect
119+
google.golang.org/protobuf v1.36.6 // indirect
120+
gopkg.in/ini.v1 v1.67.0 // indirect
106121
)

0 commit comments

Comments
 (0)