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

deps(deps): update all non-major dependencies #288

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 18, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
anchore/sbom-action action minor v0.17.9 -> v0.18.0 age adoption passing confidence
github.com/canonical/gomaasclient require minor v0.7.0 -> v0.8.0 age adoption passing confidence
github.com/spectrocloud-labs/prompts-tui require minor v0.1.2 -> v0.2.0 age adoption passing confidence
github.com/spf13/cobra require minor v1.8.1 -> v1.9.1 age adoption passing confidence
github.com/spf13/viper require minor v1.19.0 -> v1.20.0 age adoption passing confidence
github.com/validator-labs/validator require patch v0.1.15 -> v0.1.16 age adoption passing confidence
github.com/vmware/govmomi require minor v0.46.3 -> v0.49.0 age adoption passing confidence
k8s.io/api require patch v0.32.0 -> v0.32.3 age adoption passing confidence
k8s.io/apimachinery require patch v0.32.0 -> v0.32.3 age adoption passing confidence
k8s.io/client-go require patch v0.32.0 -> v0.32.3 age adoption passing confidence
sigs.k8s.io/controller-runtime require minor v0.19.3 -> v0.20.3 age adoption passing confidence

Release Notes

anchore/sbom-action (anchore/sbom-action)

v0.18.0

Compare Source

Changes in v0.18.0
canonical/gomaasclient (github.com/canonical/gomaasclient)

v0.8.0

Compare Source

Changelog

Features
Bug fixes
Others
spectrocloud-labs/prompts-tui (github.com/spectrocloud-labs/prompts-tui)

v0.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: spectrocloud-labs/prompts-tui@v0.1.3...v0.2.0

v0.1.3

Compare Source

What's Changed

New Contributors

Full Changelog: spectrocloud-labs/prompts-tui@v0.1.2...v0.1.3

spf13/cobra (github.com/spf13/cobra)

v1.9.1

Compare Source

🐛 Fixes

Full Changelog: spf13/cobra@v1.9.0...v1.9.1

v1.9.0

Compare Source

✨ Features

🐛 Fixes

🤖 Completions

🧪 Testing

✍🏼 Documentation

🔧 Dependency upgrades


Thank you to all of our amazing contributors and all the great work that's been going into the completions feature!!

👋🏼 New Contributors

Full Changelog: spf13/cobra@v1.8.1...v1.9.0

spf13/viper (github.com/spf13/viper)

v1.20.0

Compare Source

[!WARNING]
This release includes a few minor breaking changes. Read the upgrade guide for details.

What's Changed

Exciting New Features 🎉
Enhancements 🚀
Bug Fixes 🐛
Breaking Changes 🛠
Dependency Updates ⬆️
Other Changes

New Contributors

Full Changelog: spf13/viper@v1.19.0...v1.20.0

validator-labs/validator (github.com/validator-labs/validator)

v0.1.16

Compare Source

Bug Fixes
  • update plugin chart values with new metrics service targetPort (#​457) (c474d90)
Other
  • deps: bump golang.org/x/crypto from 0.30.0 to 0.31.0 (#​455) (a8c3422)
Dependency Updates
vmware/govmomi (github.com/vmware/govmomi)

v0.49.0

Compare Source

Release v0.49.0

Release Date: 2025-03-11

🐞 Fix
  • [f13754e] vcsim: extend PropertyCollector lock to avoid potential races (#​3697)
  • [67566aa] Drop operationID soap header for unsupported endpoints
💫 govc (CLI)
  • [29fe42f] add volume.rm -keep flag to retain backing disk
  • [55b7637] add volume.extend command
  • [1b06c59] add GPU commands
  • [8f7fbc3] add session.login -jwt option (#​3041)
  • [35b5564] Rewrite kms.export URL to use the host we connected to vCenter with
  • [5899d79] Add storage.policy.create '-e' option to enable encryption
💫 vcsim (Simulator)
  • [f16c46b] add vsan Datastore support
  • [cdeb3e4] remove simulator.Map package variable
  • [4a0b946] add query and metadata support for CNS Volume API
🧹 Chore
  • [bd808e8] Update version.go for v0.49.0
  • [3bf0935] Use cns Task helpers in govc volume commands
⚠️ BREAKING

remove simulator.Map package variable [cdeb3e4]:
simulator.Map package variable has been removed
simulator.SpoofContext function has been renamed to NewContext

📖 Commits
  • [bd808e8] chore: Update version.go for v0.49.0
  • [3b71869] build(deps): bump golang.org/x/text from 0.22.0 to 0.23.0
  • [3bf0935] chore: Use cns Task helpers in govc volume commands
  • [29fe42f] govc: add volume.rm -keep flag to retain backing disk
  • [55b7637] govc: add volume.extend command
  • [f16c46b] vcsim: add vsan Datastore support
  • [cdeb3e4] vcsim: remove simulator.Map package variable
  • [f13754e] fix: vcsim: extend PropertyCollector lock to avoid potential races (#​3697)
  • [1b06c59] govc: add GPU commands
  • [8f7fbc3] govc: add session.login -jwt option (#​3041)
  • [4a0b946] vcsim: add query and metadata support for CNS Volume API
  • [afc4788] build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0
  • [e8a9a19] build(deps): bump golang.org/x/text from 0.21.0 to 0.22.0
  • [67566aa] fix: Drop operationID soap header for unsupported endpoints
  • [35b5564] govc: Rewrite kms.export URL to use the host we connected to vCenter with
  • [5899d79] govc: Add storage.policy.create '-e' option to enable encryption

v0.48.1

Compare Source

Release v0.48.1

Release Date: 2025-02-11

🐞 Fix
  • [92adc45] Drop operationID soap header for unsupported endpoints
💫 govc (CLI)
  • [8df8254] Rewrite kms.export URL to use the host we connected to vCenter with
  • [93efaa5] Add storage.policy.create '-e' option to enable encryption
🧹 Chore
  • [cc1a61b] Update version.go for v0.48.1
⚠️ BREAKING
📖 Commits
  • [cc1a61b] chore: Update version.go for v0.48.1
  • [f642f66] build(deps): bump golang.org/x/text from 0.21.0 to 0.22.0
  • [92adc45] fix: Drop operationID soap header for unsupported endpoints
  • [8df8254] govc: Rewrite kms.export URL to use the host we connected to vCenter with
  • [93efaa5] govc: Add storage.policy.create '-e' option to enable encryption

v0.48.0

Compare Source

Release v0.48.0

Release Date: 2025-01-27

🐞 Fix
  • [8aefcdd] add DirectPathProfileManager to mo registry
  • [90bd975] support multiple property.Collector.Retrieve base type fields
  • [64dd41d] Add session lookup fallback for soap header auth (#​3636)
  • [ac1c771] govc: import.ovf remote support regression (#​3596)
💫 API Changes
  • [116ba7e] add vlsm.GlobalObjectManager.List method
💫 govc (CLI)
  • [0d671fc] sha256 for session cache
  • [d6caa71] add disk.metadata ls and update commands
  • [81828ed] enhance VAPI for vSphere Supervisor Services (#​3624)
💫 vcsim (Simulator)
  • [dfc2311] add env var for use with ssoadmin GetTrustedCertificates
  • [c87a209] add disk query and metadata support
  • [b3b0a6e] fix save+load of Alarm objects
  • [f9e80d2] add ssoadmin GetTrustedCertificates method
  • [228a102] fix lookup service deferred registration
  • [6ac91ac] add vslm VStorageObjectManager (aka FCD Global Catalog) support (#​2542)
  • [f02e7e9] add DatastoreNamespaceManager Create/Delete directory methods
🧹 Chore
  • [648bbc7] Update version.go for v0.48.0
⚠️ BREAKING
📖 Commits
  • [648bbc7] chore: Update version.go for v0.48.0
  • [ca8c642] Add ResourcePool.resourceConfigSpecDetailed to missingSet filter
  • [d75327c] add delete flag for CnsContainerCluster type
  • [dfc2311] vcsim: add env var for use with ssoadmin GetTrustedCertificates
  • [0d671fc] govc: sha256 for session cache
  • [116ba7e] api: add vlsm.GlobalObjectManager.List method
  • [c87a209] vcsim: add disk query and metadata support
  • [d6caa71] govc: add disk.metadata ls and update commands
  • [8aefcdd] fix: add DirectPathProfileManager to mo registry
  • [b3b0a6e] vcsim: fix save+load of Alarm objects
  • [81828ed] govc: enhance VAPI for vSphere Supervisor Services (#​3624)
  • [f9e80d2] vcsim: add ssoadmin GetTrustedCertificates method
  • [228a102] vcsim: fix lookup service deferred registration
  • [6ac91ac] vcsim: add vslm VStorageObjectManager (aka FCD Global Catalog) support (#​2542)
  • [90bd975] fix: support multiple property.Collector.Retrieve base type fields
  • [64dd41d] fix: Add session lookup fallback for soap header auth (#​3636)
  • [f02e7e9] vcsim: add DatastoreNamespaceManager Create/Delete directory methods
  • [ac1c771] fix: govc: import.ovf remote support regression (#​3596)
  • [7932d02] goreleaser: remove brew tap setup

v0.47.1

Compare Source

Release v0.47.1

Release Date: 2025-01-07

🐞 Fix
🧹 Chore
  • [f841602] Update version.go for v0.47.1
  • [5d76bda] Update version.go for v0.47.1
⏮ Reverts
  • [42a6a31] chore: Update version.go for v0.47.1
⚠️ BREAKING
📖 Commits
  • [f841602] chore: Update version.go for v0.47.1
  • [27d06f3] fix: Add session lookup fallback for soap header auth (#​3636)
  • [42a6a31] Revert "chore: Update version.go for v0.47.1"
  • [5d76bda] chore: Update version.go for v0.47.1
  • [1de5fbf] fix: govc: import.ovf remote support regression (#​3596)

v0.47.0

Compare Source

Release v0.47.0

Release Date: 2025-01-02

🐞 Fix
  • [3793a5b] govc fix field.info name (-n flag) validation
  • [8adeb8b] SOAP vcSessionCookie value must be from vim25.Client
  • [2271a78] toolbox: add freebsd stub for fileExtendedInfoFormat (#​3620)
  • [f08496e] vcsim: swap order of xsi type attribute (#​2114)
  • [973a224] assert Entity interface in mo.Value()
  • [ad24cb4] Property Collector updates should be triggered on the empty FilterSet (#​3631)
  • [29de346] vcsim: output signed byte in ByteSlice.MarshalXML (#​3615)
  • [71b9c76] govc: wire up flags for namespace service create
  • [5e9a140] vcsim: avoid possible panic when applying PropertyFilter
💫 API Changes
  • [a447f4d] Fix OVF param to use interface
  • [17b5c08] Generate bindings for 9.0.0.0.rc1
  • [77de0b5] Generate API with Broadcom header
  • [4b7d0c5] Specify ruby bundler for api gen
  • [f238201] Update gen/gen.sh for 9.0.0.0.rc1
  • [05a6d57] Support podman for building api
  • [3d8b026] Build api with Go 1.23.2
  • [aa8279b] Support returning DS info when resolving lib stor
  • [64ca62f] Support DC for ResolveLibItemStor
  • [0af06a3] Support encode/decode OVF to JSON
  • [7598ae9] Fix object.VirtualDiskManager::Copy
  • [b2bde00] Update OVF ToConfigSpec to handled unknown types
  • [5bb9901] A generic copy function for vim25/types
  • [1918984] add override mechanism for SOAP Header.Cookie
  • [495a820] OVF to ConfigSpec
  • [e9f9eb0] Support OVF ResourceType enum
  • [42bf813] Update OVF parser to conform to spec
  • [05482c0] move cli/host/esxcli.Command to cli/esx package
💫 govc (CLI)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner December 18, 2024 20:30
@renovate renovate bot requested a review from mattwelke December 18, 2024 20:30
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 18, 2024
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Dec 18, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 05cf030 to a00ace6 Compare December 19, 2024 04:55
@renovate renovate bot changed the title deps(deps): update module github.com/validator-labs/validator to v0.1.16 deps(deps): update all non-major dependencies Dec 19, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 19, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 2, 2025
Copy link
Contributor Author

renovate bot commented Jan 2, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: downloading github.com/fsnotify/fsnotify v1.8.0
go: downloading github.com/spf13/cobra v1.9.1
go: downloading github.com/spf13/viper v1.20.0
go: downloading github.com/go-logr/logr v1.4.2
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/validator-labs/validator-plugin-aws v0.1.12
go: downloading github.com/validator-labs/validator-plugin-azure v0.0.26
go: downloading github.com/validator-labs/validator-plugin-maas v0.0.13
go: downloading github.com/validator-labs/validator-plugin-network v0.1.2
go: downloading github.com/validator-labs/validator-plugin-oci v0.3.5
go: downloading github.com/validator-labs/validator-plugin-vsphere v0.1.6
go: downloading github.com/validator-labs/validator v0.1.16
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading k8s.io/api v0.32.3
go: downloading k8s.io/apimachinery v0.32.3
go: downloading k8s.io/client-go v0.32.3
go: downloading sigs.k8s.io/controller-runtime v0.20.3
go: downloading github.com/stretchr/testify v1.10.0
go: downloading emperror.dev/errors v0.8.1
go: downloading github.com/spectrocloud-labs/prompts-tui v0.2.0
go: downloading github.com/pterm/pterm v0.12.80
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading github.com/canonical/gomaasclient v0.8.0
go: downloading golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa
go: downloading gopkg.in/ini.v1 v1.67.0
go: downloading github.com/L30Bola/aws-policy v0.0.0-20230126045340-5e6118545ac1
go: downloading github.com/vmware/govmomi v0.49.0
go: downloading k8s.io/helm v2.17.0+incompatible
go: downloading sigs.k8s.io/yaml v1.4.0
go: downloading github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
go: downloading github.com/spectrocloud-labs/embeddedfs v0.1.0
go: downloading github.com/google/uuid v1.6.0
go: downloading golang.org/x/sys v0.29.0
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/spf13/pflag v1.0.6
go: downloading github.com/go-viper/mapstructure/v2 v2.2.1
go: downloading github.com/sagikazarmark/locafero v0.7.0
go: downloading github.com/spf13/afero v1.12.0
go: downloading github.com/spf13/cast v1.7.1
go: downloading github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20241209220728-69e8c24e6fc1
go: downloading github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589
go: downloading github.com/google/go-containerregistry v0.20.2
go: downloading k8s.io/klog/v2 v2.130.1
go: downloading sigs.k8s.io/cluster-api v1.9.0
go: downloading github.com/slack-go/slack v0.15.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/google/gofuzz v1.2.0
go: downloading k8s.io/utils v0.0.0-20241104163129-6fe5fd82f078
go: downloading github.com/go-logr/zapr v1.3.0
go: downloading go.uber.org/zap v1.27.0
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/Masterminds/semver v1.5.0
go: downloading golang.org/x/crypto v0.32.0
go: downloading atomicgo.dev/cursor v0.2.0
go: downloading atomicgo.dev/keyboard v0.2.9
go: downloading atomicgo.dev/schedule v0.1.0
go: downloading github.com/gookit/color v1.5.4
go: downloading github.com/lithammer/fuzzysearch v1.1.8
go: downloading github.com/mattn/go-runewidth v0.0.16
go: downloading golang.org/x/term v0.28.0
go: downloading golang.org/x/text v0.23.0
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.2
go: downloading github.com/google/go-querystring v1.1.0
go: downloading github.com/juju/gomaasapi/v2 v2.3.0
go: downloading gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/aws/aws-sdk-go-v2 v1.32.6
go: downloading github.com/aws/aws-sdk-go-v2/config v1.28.6
go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.17.47
go: downloading github.com/aws/aws-sdk-go-v2/service/ec2 v1.197.0
go: downloading github.com/aws/aws-sdk-go-v2/service/efs v1.34.1
go: downloading github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.28.6
go: downloading github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.43.1
go: downloading github.com/aws/aws-sdk-go-v2/service/iam v1.38.2
go: downloading github.com/aws/aws-sdk-go-v2/service/servicequotas v1.25.7
go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.33.2
go: downloading github.com/hashicorp/go-version v1.7.0
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading github.com/rs/zerolog v1.28.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0
go: downloading github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/authorization/armauthorization/v2 v2.2.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6 v6.2.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/quota/armquota v1.0.0
go: downloading github.com/ghodss/yaml v1.0.0
go: downloading github.com/Masterminds/sprig/v3 v3.3.0
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading golang.org/x/net v0.33.0
go: downloading github.com/sourcegraph/conc v0.3.0
go: downloading github.com/subosito/gotenv v1.6.0
go: downloading github.com/pelletier/go-toml/v2 v2.2.3
go: downloading github.com/deckarep/golang-set/v2 v2.7.0
go: downloading github.com/docker/docker-credential-helpers v0.8.2
go: downloading github.com/aws/aws-sdk-go-v2/service/ecr v1.36.7
go: downloading github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.27.7
go: downloading github.com/aws/smithy-go v1.22.1
go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.12
go: downloading github.com/Azure/go-autorest/autorest v0.11.29
go: downloading github.com/Azure/go-autorest v14.2.0+incompatible
go: downloading github.com/docker/cli v27.1.1+incompatible
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading golang.org/x/oauth2 v0.25.0
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading golang.org/x/sync v0.12.0
go: downloading github.com/google/go-cmp v0.7.0
go: downloading github.com/sigstore/cosign/v2 v2.4.1
go: downloading github.com/sigstore/sigstore v1.8.11
go: downloading k8s.io/apiextensions-apiserver v0.32.1
go: downloading k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f
go: downloading github.com/gorilla/websocket v1.5.0
go: downloading github.com/evanphx/json-patch/v5 v5.9.11
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3
go: downloading github.com/fxamacker/cbor/v2 v2.7.0
go: downloading github.com/containerd/console v1.0.4
go: downloading github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
go: downloading github.com/rivo/uniseg v0.4.7
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49
go: downloading golang.org/x/time v0.8.0
go: downloading github.com/json-iterator/go v1.1.12
go: downloading gopkg.in/evanphx/json-patch.v4 v4.12.0
go: downloading github.com/juju/collections v1.0.4
go: downloading github.com/juju/errors v1.0.0
go: downloading github.com/juju/loggo v1.0.0
go: downloading github.com/juju/mgo/v2 v2.0.2
go: downloading github.com/juju/schema v1.0.1
go: downloading github.com/juju/version v0.0.0-20210303051006-2015802527a8
go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.21
go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1
go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.24.7
go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.6
go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.6
go: downloading github.com/jmespath/go-jmespath v0.4.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0
go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2
go: downloading github.com/BurntSushi/toml v1.4.0
go: downloading github.com/cyphar/filepath-securejoin v0.2.5
go: downloading github.com/gobwas/glob v0.2.3
go: downloading dario.cat/mergo v1.0.1
go: downloading github.com/Masterminds/goutils v1.1.1
go: downloading github.com/Masterminds/semver/v3 v3.3.0
go: downloading github.com/huandu/xstrings v1.5.0
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/shopspring/decimal v1.4.0
go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.23
go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.6
go: downloading github.com/Azure/go-autorest/logger v0.2.1
go: downloading github.com/dimchansky/utfbom v1.1.1
go: downloading github.com/docker/distribution v2.8.3+incompatible
go: downloading cloud.google.com/go/compute/metadata v0.6.0
go: downloading github.com/in-toto/in-toto-golang v0.9.0
go: downloading github.com/mozillazg/docker-credential-acr-helper v0.4.0
go: downloading sigs.k8s.io/release-utils v0.8.4
go: downloading github.com/cyberphone/json-canonicalization v0.0.0-20231011164504-785e29786b46
go: downloading github.com/digitorus/timestamp v0.0.0-20231217203849-220c5c2851b7
go: downloading github.com/go-openapi/runtime v0.28.0
go: downloading github.com/go-openapi/strfmt v0.23.0
go: downloading github.com/go-openapi/swag v0.23.0
go: downloading github.com/google/certificate-transparency-go v1.2.1
go: downloading github.com/nozzle/throttler v0.0.0-20180817012639-2ea982251481
go: downloading github.com/secure-systems-lab/go-securesystemslib v0.8.0
go: downloading github.com/sigstore/rekor v1.3.6
go: downloading github.com/sigstore/timestamp-authority v1.2.2
go: downloading github.com/transparency-dev/merkle v0.0.2
go: downloading github.com/letsencrypt/boulder v0.0.0-20240620165639-de9c06129bec
go: downloading github.com/emicklei/go-restful/v3 v3.12.1
go: downloading github.com/go-openapi/jsonreference v0.21.0
go: downloading github.com/blang/semver/v4 v4.0.0
go: downloading github.com/blang/semver v3.5.1+incompatible
go: downloading github.com/onsi/gomega v1.36.1
go: downloading github.com/gobuffalo/flect v1.0.3
go: downloading github.com/x448/float16 v0.8.4
go: downloading google.golang.org/protobuf v1.36.1
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/kylelemons/godebug v1.1.0
go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading github.com/Azure/go-autorest/tracing v0.6.0
go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0
go: downloading github.com/golang-jwt/jwt/v4 v4.5.1
go: downloading github.com/opencontainers/image-spec v1.1.0
go: downloading github.com/containerd/stargz-snapshotter/estargz v0.14.3
go: downloading github.com/klauspost/compress v1.17.10
go: downloading github.com/shibumi/go-pathspec v1.3.0
go: downloading github.com/theupdateframework/go-tuf v0.7.0
go: downloading github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be
go: downloading github.com/digitorus/pkcs7 v0.0.0-20230818184609-3a137a874352
go: downloading github.com/go-openapi/errors v0.22.0
go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
go: downloading github.com/oklog/ulid v1.3.1
go: downloading go.mongodb.org/mongo-driver v1.14.0
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/sigstore/protobuf-specs v0.3.2
go: downloading github.com/go-openapi/validate v0.24.0
go: downloading github.com/dustin/go-humanize v1.0.1
go: downloading github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399
go: downloading github.com/go-openapi/jsonpointer v0.21.0
go: downloading gomodules.xyz/jsonpatch/v2 v2.4.0
go: downloading github.com/prometheus/client_golang v1.20.2
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/golang-jwt/jwt/v5 v5.2.1
go: downloading github.com/vbatts/tar-split v0.11.5
go: downloading github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/provider v0.14.0
go: downloading github.com/alibabacloud-go/cr-20160607 v1.0.1
go: downloading github.com/alibabacloud-go/cr-20181201 v1.0.10
go: downloading github.com/alibabacloud-go/darabonba-openapi v0.2.1
go: downloading github.com/alibabacloud-go/tea-utils v1.4.5
go: downloading github.com/alibabacloud-go/tea v1.2.1
go: downloading github.com/aliyun/credentials-go v1.3.2
go: downloading github.com/xanzy/go-gitlab v0.109.0
go: downloading github.com/ThalesIgnite/crypto11 v1.2.5
go: downloading github.com/miekg/pkcs11 v1.1.1
go: downloading github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d
go: downloading github.com/josharian/intern v1.0.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576
go: downloading github.com/opentracing/opentracing-go v1.2.0
go: downloading go.opentelemetry.io/otel v1.29.0
go: downloading go.opentelemetry.io/otel/trace v1.29.0
go: downloading github.com/go-openapi/analysis v0.23.0
go: downloading github.com/go-openapi/loads v0.22.0
go: downloading github.com/go-openapi/spec v0.21.0
go: downloading github.com/go-chi/chi v4.1.2+incompatible
go: downloading golang.org/x/mod v0.23.0
go: downloading github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267
go: downloading github.com/go-jose/go-jose/v4 v4.0.4
go: downloading github.com/google/btree v1.1.3
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading github.com/prometheus/common v0.55.0
go: downloading github.com/alibabacloud-go/endpoint-util v1.1.1
go: downloading github.com/alibabacloud-go/openapi-util v0.1.0
go: downloading github.com/alibabacloud-go/alibabacloud-gateway-spi v0.0.4
go: downloading github.com/alibabacloud-go/tea-xml v1.1.3
go: downloading github.com/alibabacloud-go/debug v1.0.0
go: downloading github.com/google/go-github/v55 v55.0.0
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/hashicorp/go-retryablehttp v0.7.7
go: downloading github.com/thales-e-security/pool v0.0.2
go: downloading go.opentelemetry.io/otel/metric v1.29.0
go: downloading github.com/sassoftware/relic v7.2.1+incompatible
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/prometheus/procfs v0.15.1
go: downloading github.com/tjfoc/gmsm v1.4.1
go: downloading github.com/clbanning/mxj/v2 v2.7.0
go: downloading github.com/ProtonMail/go-crypto v0.0.0-20230923063757-afb1ddc0824c
go: downloading github.com/golang/snappy v0.0.4
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading github.com/cloudflare/circl v1.3.7
go: downloading github.com/vmware/govmomi/govc v0.0.0-20250315000529-060d9d080138
go: github.com/validator-labs/validatorctl/pkg/services/clouds imports
	github.com/validator-labs/validator-plugin-vsphere/pkg/vsphere imports
	github.com/vmware/govmomi/govc/host/service: cannot find module providing package github.com/vmware/govmomi/govc/host/service

renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 8, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 9, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 16, 2025
@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. and removed size:XS This PR changes 0-9 lines, ignoring generated files. labels Jan 16, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bc4bd0f to 52cdb08 Compare January 19, 2025 08:12
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 19, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 15, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 16, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 17, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 19, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 75b65b0 to efbe1fb Compare February 20, 2025 02:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1f31ade to f6a7eda Compare February 27, 2025 16:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f6a7eda to ae3784a Compare February 28, 2025 15:41
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 28, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 8, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 11, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 12, 2025
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies go size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants