Skip to content

fix(deps): update go-dependencies#1381

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/go-dependencies
Open

fix(deps): update go-dependencies#1381
renovate[bot] wants to merge 1 commit intomainfrom
renovate/go-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 8, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/fsnotify/fsnotify v1.9.0v1.10.1 age confidence require minor
golang.org/x/exp 746e56f74f9aab age confidence require digest
golang.org/x/mod v0.35.0v0.36.0 age confidence require minor
k8s.io/api v0.35.3v0.36.0 age confidence require minor
k8s.io/apimachinery v0.35.3v0.36.0 age confidence require minor
k8s.io/client-go v0.35.3v0.36.0 age confidence require minor

Release Notes

fsnotify/fsnotify (github.com/fsnotify/fsnotify)

v1.10.1

Compare Source

Changes and fixes
  • inotify: don't remove sibling watches sharing a path prefix (#​754)

  • inotify, windows: don't rename sibling watches sharing a path prefix
    (#​755)

v1.10.0

Compare Source

This version of fsnotify needs Go 1.23.

Changes and fixes
  • inotify: improve initialization error message (#​731)

  • inotify: send Rename event if recursive watch is renamed (#​696)

  • inotify: avoid copying event buffers when reading names (#​741)

  • kqueue: skip dangling symlinks (ENOENT) in watchDirectoryFiles, so a bad entry no longer aborts Watcher.Add for the whole directory (#​748)

  • kqueue: drop watches directly in Close() to fix a file descriptor leak when recycling watchers (#​740)

  • windows: fix nil pointer dereference in remWatch (#​736)

  • windows: lock watch field updates against concurrent WatchList to fix a race introduced in v1.9.0 (#​709, #​749)

kubernetes/api (k8s.io/api)

v0.36.0

Compare Source

v0.35.4

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.36.0

Compare Source

v0.35.4

Compare Source

kubernetes/client-go (k8s.io/client-go)

v0.36.0

Compare Source

v0.35.4

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 May 8, 2026 14:09
@renovate renovate Bot force-pushed the renovate/go-dependencies branch from f43a56e to 8f3f9d2 Compare May 8, 2026 16:58
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 8, 2026

⚠️ 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 -t ./...
go: module k8s.io/api@v0.36.0 requires go >= 1.26.0; switching to go1.26.3
go: downloading go1.26.3 (linux/amd64)
go: downloading github.com/zarf-dev/zarf v0.75.1
go: downloading helm.sh/helm/v4 v4.1.4
go: downloading github.com/AlecAivazis/survey/v2 v2.3.7
go: downloading github.com/alecthomas/jsonschema v0.0.0-20220216202328-9eeeec9d044b
go: downloading github.com/defenseunicorns/maru-runner v0.6.0
go: downloading github.com/defenseunicorns/pkg/exec v0.0.2
go: downloading github.com/defenseunicorns/pkg/helpers/v2 v2.0.4
go: downloading github.com/goccy/go-yaml v1.19.2
go: downloading github.com/pterm/pterm v0.12.83
go: downloading github.com/spf13/cobra v1.10.2
go: downloading github.com/spf13/viper v1.21.0
go: downloading github.com/stretchr/testify v1.11.1
go: downloading github.com/mholt/archives v0.1.5
go: downloading github.com/defenseunicorns/pkg/oci v1.3.0
go: downloading github.com/opencontainers/image-spec v1.1.1
go: downloading golang.org/x/exp v0.0.0-20260508232706-74f9aab9d74a
go: downloading k8s.io/apimachinery v0.36.0
go: downloading oras.land/oras-go/v2 v2.6.0
go: downloading golang.org/x/sync v0.20.0
go: downloading k8s.io/client-go v0.36.0
go: downloading k8s.io/api v0.36.0
go: downloading github.com/charmbracelet/lipgloss v1.1.0
go: downloading github.com/fsnotify/fsnotify v1.10.1
go: downloading golang.org/x/mod v0.36.0
go: downloading github.com/Masterminds/semver/v3 v3.4.0
go: downloading github.com/avast/retry-go/v4 v4.7.0
go: downloading github.com/google/go-containerregistry v0.21.4
go: downloading k8s.io/component-helpers v0.35.3
go: downloading sigs.k8s.io/cli-utils v0.37.2
go: downloading sigs.k8s.io/controller-runtime v0.23.3
go: downloading github.com/evanphx/json-patch/v5 v5.9.11
go: downloading github.com/evanphx/json-patch v5.9.11+incompatible
go: downloading github.com/fluxcd/cli-utils v0.37.2-flux.1
go: downloading k8s.io/apiextensions-apiserver v0.35.1
go: downloading k8s.io/cli-runtime v0.35.3
go: downloading k8s.io/kubectl v0.35.3
go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: downloading golang.org/x/term v0.43.0
go: downloading golang.org/x/text v0.37.0
go: downloading github.com/iancoleman/orderedmap v0.3.0
go: downloading github.com/invopop/jsonschema v0.13.0
go: downloading github.com/spf13/pflag v1.0.10
go: downloading github.com/zalando/go-keyring v0.2.6
go: downloading github.com/otiai10/copy v1.14.1
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.6.0
go: downloading github.com/lithammer/fuzzysearch v1.1.8
go: downloading github.com/mattn/go-runewidth v0.0.20
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.7
go: downloading go.yaml.in/yaml/v3 v3.0.4
go: downloading github.com/go-viper/mapstructure/v2 v2.5.0
go: downloading github.com/sagikazarmark/locafero v0.12.0
go: downloading github.com/spf13/afero v1.15.0
go: downloading github.com/spf13/cast v1.10.0
go: downloading github.com/anchore/clio v0.0.0-20250715152405-a0fa658e5084
go: downloading github.com/anchore/syft v1.42.3
go: downloading github.com/derailed/k9s v0.50.18
go: downloading github.com/fatih/color v1.19.0
go: downloading github.com/mikefarah/yq/v4 v4.52.5
go: downloading github.com/sergi/go-diff v1.4.0
go: downloading github.com/sigstore/cosign/v3 v3.0.6
go: downloading k8s.io/klog/v2 v2.140.0
go: downloading github.com/golang-cz/devslog v0.0.15
go: downloading github.com/phsym/console-slog v0.3.1
go: downloading github.com/STARRY-S/zip v0.2.3
go: downloading github.com/andybalholm/brotli v1.2.0
go: downloading github.com/bodgit/sevenzip v1.6.1
go: downloading github.com/dsnet/compress v0.0.2-0.20230904184137-39efe44ab707
go: downloading github.com/klauspost/compress v1.18.5
go: downloading github.com/klauspost/pgzip v1.2.6
go: downloading github.com/mikelolasagasti/xz v1.0.1
go: downloading github.com/minio/minlz v1.0.1
go: downloading github.com/nwaples/rardecode/v2 v2.2.0
go: downloading github.com/pierrec/lz4/v4 v4.1.22
go: downloading github.com/sorairolake/lzip-go v0.3.8
go: downloading github.com/ulikunitz/xz v0.5.15
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading github.com/distribution/reference v0.6.0
go: downloading github.com/fluxcd/source-controller/api v1.8.2
go: downloading github.com/gabriel-vasile/mimetype v1.4.13
go: downloading github.com/agnivade/levenshtein v1.2.1
go: downloading github.com/go-git/go-git/v5 v5.18.0
go: downloading github.com/anchore/stereoscope v0.1.22
go: downloading github.com/sigstore/sigstore/pkg/signature/kms/aws v1.10.5
go: downloading github.com/sigstore/sigstore v1.10.5
go: downloading github.com/sigstore/sigstore/pkg/signature/kms/azure v1.10.5
go: downloading github.com/sigstore/sigstore/pkg/signature/kms/gcp v1.10.5
go: downloading github.com/sigstore/sigstore/pkg/signature/kms/hashivault v1.10.5
go: downloading golang.org/x/crypto v0.51.0
go: downloading sigs.k8s.io/yaml v1.6.0
go: downloading k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2
go: downloading sigs.k8s.io/randfill v1.0.0
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading golang.org/x/net v0.54.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 github.com/stretchr/objx v0.5.2
go: downloading k8s.io/kube-openapi v0.0.0-20260317180543-43fb72c5454a
go: downloading sigs.k8s.io/structured-merge-diff/v6 v6.3.2
go: downloading gopkg.in/evanphx/json-patch.v4 v4.13.0
go: downloading github.com/charmbracelet/x/ansi v0.11.6
go: downloading github.com/charmbracelet/x/cellbuf v0.0.15
go: downloading github.com/muesli/termenv v0.16.0
go: downloading github.com/rivo/uniseg v0.4.7
go: downloading golang.org/x/sys v0.44.0
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674
go: downloading k8s.io/streaming v0.36.0
go: downloading sigs.k8s.io/kustomize/kyaml v0.21.1
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/google/gnostic-models v0.7.1
go: downloading go.yaml.in/yaml/v2 v2.4.3
go: downloading sigs.k8s.io/kustomize/api v0.21.1
go: downloading k8s.io/component-base v0.35.3
go: downloading github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f
go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/wk8/go-ordered-map/v2 v2.1.8
go: downloading al.essio.dev/pkg/shellescape v1.6.0
go: downloading github.com/danieljoos/wincred v1.2.3
go: downloading github.com/godbus/dbus/v5 v5.2.2
go: downloading github.com/otiai10/mint v1.6.3
go: downloading github.com/containerd/console v1.0.5
go: downloading github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
go: downloading github.com/clipperhouse/uax29/v2 v2.7.0
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading github.com/subosito/gotenv v1.6.0
go: downloading github.com/pelletier/go-toml/v2 v2.2.4
go: downloading github.com/pelletier/go-toml v1.9.5
go: downloading github.com/anchore/fangs v0.0.0-20250716230140-94c22408c232
go: downloading github.com/anchore/go-homedir v0.0.0-20250319154043-c29668562e4d
go: downloading github.com/anchore/go-logger v0.0.0-20250318195838-07ae343dd722
go: downloading github.com/iancoleman/strcase v0.3.0
go: downloading github.com/pborman/indent v1.2.1
go: downloading github.com/pkg/profile v1.7.0
go: downloading github.com/sirupsen/logrus v1.9.4
go: downloading github.com/wagoodman/go-partybus v0.0.0-20230516145632-8ccac152c651
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/lmittmann/tint v1.0.7
go: downloading github.com/mattn/go-colorable v0.1.14
go: downloading github.com/docker/cli v29.4.0+incompatible
go: downloading gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473
go: downloading github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.12.0
go: downloading github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589
go: downloading github.com/in-toto/in-toto-golang v0.10.0
go: downloading github.com/mozillazg/docker-credential-acr-helper v0.4.0
go: downloading github.com/sigstore/protobuf-specs v0.5.0
go: downloading github.com/sigstore/sigstore-go v1.1.4
go: downloading sigs.k8s.io/release-utils v0.12.4
go: downloading github.com/sigstore/rekor-tiles/v2 v2.2.1
go: downloading github.com/cyberphone/json-canonicalization v0.0.0-20241213102144-19d51d7fe467
go: downloading github.com/digitorus/timestamp v0.0.0-20231217203849-220c5c2851b7
go: downloading github.com/go-openapi/runtime v0.29.3
go: downloading github.com/go-openapi/strfmt v0.26.0
go: downloading github.com/go-openapi/swag/conv v0.25.5
go: downloading github.com/go-openapi/swag v0.25.5
go: downloading github.com/google/certificate-transparency-go v1.3.3
go: downloading github.com/nozzle/throttler v0.0.0-20180817012639-2ea982251481
go: downloading github.com/secure-systems-lab/go-securesystemslib v0.10.0
go: downloading github.com/sigstore/rekor v1.5.1
go: downloading github.com/sigstore/timestamp-authority/v2 v2.0.5
go: downloading github.com/transparency-dev/merkle v0.0.2
go: downloading github.com/prometheus/client_golang v1.23.2
go: downloading github.com/fairwindsops/pluto/v5 v5.22.7
go: downloading github.com/moby/moby/client v0.4.0
go: downloading github.com/xeipuuv/gojsonschema v1.2.0
go: downloading github.com/gofrs/flock v0.13.0
go: downloading github.com/gosuri/uitable v0.0.4
go: downloading github.com/moby/term v0.5.2
go: downloading github.com/go-logr/logr v1.4.3
go: downloading github.com/bodgit/plumbing v1.3.0
go: downloading github.com/bodgit/windows v1.0.1
go: downloading go4.org v0.0.0-20230225012048-214862532bf5
go: downloading github.com/fluxcd/pkg/apis/acl v0.9.0
go: downloading github.com/fluxcd/pkg/apis/meta v1.26.0
go: downloading github.com/BurntSushi/toml v1.6.0
go: downloading github.com/Masterminds/sprig/v3 v3.3.0
go: downloading github.com/Masterminds/squirrel v1.5.4
go: downloading github.com/jmoiron/sqlx v1.4.0
go: downloading github.com/lib/pq v1.10.9
go: downloading github.com/rubenv/sql-migrate v1.8.1
go: downloading github.com/scylladb/go-set v1.0.3-0.20200225121959-cc7b2070d91e
go: downloading github.com/sylabs/squashfs v1.0.6
go: downloading github.com/bmatcuk/doublestar/v4 v4.10.0
go: downloading github.com/containerd/errdefs v1.0.0
go: downloading github.com/docker/go-connections v0.6.0
go: downloading github.com/wagoodman/go-progress v0.0.0-20260303201901-10176f79b2c0
go: downloading github.com/anchore/go-collections v0.0.0-20251016125210-a3c352120e8c
go: downloading github.com/anchore/go-sync v0.0.0-20250714163430-add63db73ad1
go: downloading github.com/dustin/go-humanize v1.0.1
go: downloading github.com/gohugoio/hashstructure v0.6.0
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/google/go-cmp v0.7.0
go: downloading github.com/acobaugh/osrelease v0.1.0
go: downloading github.com/anchore/packageurl-go v0.1.1-0.20250220190351-d62adb6e1115
go: downloading github.com/jinzhu/copier v0.4.0
go: downloading github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
go: downloading github.com/in-toto/attestation v1.1.2
go: downloading google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af
go: downloading github.com/aws/aws-sdk-go-v2 v1.41.2
go: downloading github.com/aws/aws-sdk-go-v2/config v1.32.10
go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.50.1
go: downloading github.com/jellydator/ttlcache/v3 v3.4.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.21.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.13.1
go: downloading github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.4.0
go: downloading github.com/go-jose/go-jose/v4 v4.1.4
go: downloading cloud.google.com/go/kms v1.26.0
go: downloading cloud.google.com/go v0.123.0
go: downloading google.golang.org/api v0.269.0
go: downloading github.com/hashicorp/vault/api v1.22.0
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/ProtonMail/go-crypto v1.4.0
go: downloading github.com/extism/go-sdk v1.7.1
go: downloading github.com/tetratelabs/wazero v1.11.0
go: downloading sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730
go: downloading golang.org/x/time v0.15.0
go: downloading github.com/fxamacker/cbor/v2 v2.9.0
go: downloading golang.org/x/oauth2 v0.36.0
go: downloading github.com/json-iterator/go v1.1.12
go: downloading github.com/clipperhouse/displaywidth v0.10.0
go: downloading github.com/lucasb-eyer/go-colorful v1.3.0
go: downloading github.com/charmbracelet/colorprofile v0.4.1
go: downloading github.com/charmbracelet/x/term v0.2.2
go: downloading github.com/aymanbagabas/go-osc52/v2 v2.0.1
go: downloading github.com/containerd/stargz-snapshotter/estargz v0.18.2
go: downloading github.com/moby/spdystream v0.5.1
go: downloading github.com/go-openapi/jsonreference v0.21.5
go: downloading github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
go: downloading github.com/peterbourgon/diskv v2.0.1+incompatible
go: downloading github.com/chai2010/gettext-go v1.0.2
go: downloading github.com/MakeNowJust/heredoc v1.0.0
go: downloading github.com/mitchellh/go-wordwrap v1.0.1
go: downloading github.com/bahlo/generic-list-go v0.2.0
go: downloading github.com/buger/jsonparser v1.1.2
go: downloading github.com/mailru/easyjson v0.9.0
go: downloading dario.cat/mergo v1.0.2
go: downloading github.com/adrg/xdg v0.5.3
go: downloading github.com/felixge/fgprof v0.9.5
go: downloading github.com/anchore/go-version v1.2.2-0.20210903204242-51efa5b487c4
go: downloading github.com/jedib0t/go-pretty/v6 v6.7.8
go: downloading github.com/olekukonko/tablewriter v1.1.4
go: downloading github.com/fvbommel/sortorder v1.1.0
go: downloading k8s.io/metrics v0.35.3
go: downloading github.com/derailed/tcell/v2 v2.3.1-rc.4
go: downloading github.com/derailed/tview v0.8.5
go: downloading github.com/karrick/godirwalk v1.17.0
go: downloading github.com/atotto/clipboard v0.1.4
go: downloading github.com/cenkalti/backoff/v4 v4.3.0
go: downloading github.com/go-errors/errors v1.5.1
go: downloading github.com/sahilm/fuzzy v0.1.1
go: downloading github.com/a8m/envsubst v1.4.3
go: downloading github.com/alecthomas/participle/v2 v2.1.4
go: downloading github.com/dimchansky/utfbom v1.1.1
go: downloading github.com/elliotchance/orderedmap v1.8.0
go: downloading github.com/go-ini/ini v1.67.0
go: downloading github.com/goccy/go-json v0.10.5
go: downloading github.com/hashicorp/hcl/v2 v2.24.0
go: downloading github.com/hashicorp/hcl v1.0.1-vault-7
go: downloading github.com/magiconair/properties v1.8.10
go: downloading github.com/yuin/gopher-lua v1.1.1
go: downloading github.com/zclconf/go-cty v1.18.0
go: downloading go.yaml.in/yaml/v4 v4.0.0-rc.3
go: downloading github.com/docker/docker-credential-helpers v0.9.5
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/shibumi/go-pathspec v1.3.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20260226221140-a57be14db171
go: downloading google.golang.org/genproto v0.0.0-20260128011058-8636f8732409
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.7
go: downloading github.com/go-openapi/swag/fileutils v0.25.5
go: downloading github.com/go-openapi/swag/jsonutils v0.25.5
go: downloading github.com/go-openapi/swag/stringutils v0.25.5
go: downloading github.com/oklog/ulid/v2 v2.1.1
go: downloading github.com/go-openapi/validate v0.25.2
go: downloading github.com/blang/semver v3.5.1+incompatible
go: downloading github.com/theupdateframework/go-tuf/v2 v2.4.1
go: downloading github.com/letsencrypt/boulder v0.20260223.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/prometheus/client_model v0.6.2
go: downloading github.com/prometheus/common v0.67.5
go: downloading github.com/moby/moby/api v1.54.1
go: downloading github.com/morikuni/aec v1.0.0
go: downloading go.opentelemetry.io/otel v1.42.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.42.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.42.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.42.0
go: downloading go.opentelemetry.io/otel/metric v1.42.0
go: downloading go.opentelemetry.io/otel/sdk v1.42.0
go: downloading go.opentelemetry.io/otel/sdk/metric v1.42.0
go: downloading go.opentelemetry.io/otel/trace v1.42.0
go: downloading github.com/moby/docker-image-spec v1.3.1
go: downloading github.com/Microsoft/go-winio v0.6.2
go: downloading github.com/containerd/errdefs/pkg v0.3.0
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0
go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
go: downloading github.com/Masterminds/vcs v1.13.3
go: downloading github.com/cyphar/filepath-securejoin v0.6.1
go: downloading github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
go: downloading github.com/jonboulle/clockwork v0.5.0
go: downloading sigs.k8s.io/kustomize/kustomize/v5 v5.7.1
go: downloading github.com/lithammer/dedent v1.1.0
go: downloading github.com/hashicorp/golang-lru/v2 v2.0.7
go: downloading github.com/go-git/go-billy/v5 v5.8.0
go: downloading github.com/emirpasic/gods v1.18.1
go: downloading github.com/Masterminds/goutils v1.1.1
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/lann/builder v0.0.0-20180802200727-47ae307949d0
go: downloading github.com/go-gorp/gorp/v3 v3.1.0
go: downloading github.com/pjbgf/sha1cd v0.4.0
go: downloading github.com/becheran/wildmatch-go v1.0.0
go: downloading github.com/google/licensecheck v0.3.1
go: downloading github.com/github/go-spdx/v2 v2.4.0
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading github.com/CycloneDX/cyclonedx-go v0.10.0
go: downloading github.com/spdx/tools-golang v0.5.7
go: downloading github.com/facebookincubator/nvdtools v0.1.5
go: downloading github.com/moby/sys/mountinfo v0.7.2
go: downloading github.com/diskfs/go-diskfs v1.7.0
go: downloading github.com/hashicorp/go-getter v1.8.5
go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
go: downloading github.com/sigstore/fulcio v1.8.5
go: downloading cuelang.org/go v0.16.0
go: downloading github.com/go-piv/piv-go/v2 v2.5.0
go: downloading github.com/ThalesIgnite/crypto11 v1.2.5
go: downloading github.com/miekg/pkcs11 v1.1.2
go: downloading github.com/open-policy-agent/opa v1.14.1
go: downloading github.com/aws/smithy-go v1.24.1
go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.19.10
go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.18
go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.8.4
go: downloading github.com/aws/aws-sdk-go-v2/service/signin v1.0.6
go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.30.11
go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.15
go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.41.7
go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.18
go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.2
go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.6.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.2.0
go: downloading cloud.google.com/go/iam v1.5.3
go: downloading cloud.google.com/go/longrunning v0.8.0
go: downloading github.com/googleapis/gax-go/v2 v2.17.0
go: downloading google.golang.org/grpc v1.80.0
go: downloading cloud.google.com/go/auth v0.18.2
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/hashicorp/go-retryablehttp v0.7.8
go: downloading github.com/hashicorp/go-rootcerts v1.0.2
go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.2.0
go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.2
go: downloading github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c
go: downloading github.com/dylibso/observe-sdk/go v0.0.0-20240819160327-2d926c5d788a
go: downloading github.com/gobwas/glob v0.2.3
go: downloading github.com/x448/float16 v0.8.4
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee
go: downloading github.com/vbatts/tar-split v0.12.2
go: downloading github.com/go-openapi/jsonpointer v0.22.5
go: downloading github.com/go-openapi/swag/cmdutils v0.25.5
go: downloading github.com/go-openapi/swag/jsonname v0.25.5
go: downloading github.com/go-openapi/swag/loading v0.25.5
go: downloading github.com/go-openapi/swag/mangling v0.25.5
go: downloading github.com/go-openapi/swag/netutils v0.25.5
go: downloading github.com/go-openapi/swag/typeutils v0.25.5
go: downloading github.com/go-openapi/swag/yamlutils v0.25.5
go: downloading github.com/google/btree v1.1.3
go: downloading github.com/blang/semver/v4 v4.0.0
go: downloading github.com/google/pprof v0.0.0-20260115054156-294ebfa9ad83
go: downloading github.com/anchore/bubbly v0.0.0-20250717181826-8a411f9d8cbf
go: downloading github.com/charmbracelet/bubbletea v1.3.10
go: downloading github.com/zyedidia/generic v1.2.2-0.20230320175451-4410d2372cb1
go: downloading github.com/olekukonko/errors v1.2.0
go: downloading github.com/olekukonko/ll v0.1.6
go: downloading github.com/gdamore/encoding v1.0.1
go: downloading helm.sh/helm/v3 v3.19.4
go: downloading github.com/itchyny/gojq v0.12.18
go: downloading github.com/anchore/grype v0.104.1
go: downloading github.com/rakyll/hey v0.1.4
go: downloading github.com/agext/levenshtein v1.2.3
go: downloading github.com/apparentlymart/go-textseg/v15 v15.0.0
go: downloading golang.org/x/tools v0.45.0
go: downloading github.com/aws/aws-sdk-go-v2/service/ecr v1.55.3
go: downloading github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.38.10
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 cloud.google.com/go/compute/metadata v0.9.0
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 gitlab.com/gitlab-org/api/client-go v1.46.0
go: downloading github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d
go: downloading github.com/go-openapi/analysis v0.24.3
go: downloading github.com/go-openapi/loads v0.23.3
go: downloading github.com/go-openapi/spec v0.22.4
go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
go: downloading github.com/go-chi/chi/v5 v5.2.5
go: downloading go.uber.org/zap v1.27.1
go: downloading github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0
go: downloading github.com/transparency-dev/formats v0.0.0-20251017110053-404c0d5b696c
go: downloading github.com/cenkalti/backoff/v5 v5.0.3
go: downloading github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399
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.20.1
go: downloading github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00
go: downloading github.com/xlab/treeprint v1.2.0
go: downloading github.com/moby/sys/atomicwriter v0.1.0
go: downloading github.com/docker/go-units v0.5.0
go: downloading go.opentelemetry.io/proto/otlp v1.9.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20260226221140-a57be14db171
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
go: downloading github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c
go: downloading github.com/fatih/camelcase v1.0.0
go: downloading github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0
go: downloading github.com/gpustack/gguf-parser-go v0.24.0
go: downloading github.com/vbatts/go-mtree v0.7.0
go: downloading github.com/bitnami/go-version v0.0.0-20250505154626-452e8c5ee607
go: downloading github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb
go: downloading github.com/kastenhq/goversion v0.0.0-20230811215019-93b2f8823953
go: downloading github.com/deitch/magic v0.0.0-20240306090643-c67ab88f10cb
go: downloading github.com/nix-community/go-nix v0.0.0-20250101154619-4bdde671e0a1
go: downloading github.com/elliotchance/phpserialize v1.4.0
go: downloading github.com/aquasecurity/go-pep440-version v0.0.1
go: downloading github.com/anchore/go-rpmdb v0.0.0-20250516171929-f77691e1faec
go: downloading github.com/sassoftware/go-rpmutils v0.4.0
go: downloading github.com/rust-secure-code/go-rustaudit v0.0.0-20250226111315-e20ec32e963c
go: downloading github.com/OneOfOne/xxhash v1.2.8
go: downloading github.com/anchore/go-struct-converter v0.1.0
go: downloading cloud.google.com/go/storage v1.60.0
go: downloading github.com/aws/aws-sdk-go-v2/service/s3 v1.96.0
go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
go: downloading github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.70
go: downloading github.com/hashicorp/go-version v1.8.0
go: downloading github.com/containerd/containerd/v2 v2.2.1
go: downloading github.com/containerd/containerd v1.7.30
go: downloading github.com/containerd/platforms v1.0.0-rc.2
go: downloading github.com/sylabs/sif/v2 v2.24.0
go: downloading github.com/buildkite/agent/v3 v3.118.0
go: downloading github.com/spiffe/go-spiffe/v2 v2.6.0
go: downloading github.com/coreos/go-oidc/v3 v3.17.0
go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
go: downloading github.com/thales-e-security/pool v0.0.2
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.5
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.18
go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.18
go: downloading github.com/kylelemons/godebug v1.1.0
go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.8
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0
go: downloading github.com/google/s2a-go v0.1.9
go: downloading github.com/hashicorp/go-sockaddr v1.0.7
go: downloading github.com/ryanuber/go-glob v1.0.0
go: downloading github.com/natefinch/atomic v1.0.1
go: downloading github.com/ianlancetaylor/demangle v0.0.0-20250417193237-f615e6bd150b
go: downloading github.com/tetratelabs/wabin v0.0.0-20230304001439-f6f874872834
go: downloading github.com/emicklei/go-restful/v3 v3.13.0
go: downloading github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
go: downloading github.com/charmbracelet/bubbles v1.0.0
go: downloading github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f
go: downloading github.com/mattn/go-localereader v0.0.2-0.20220822084749-2491eb6c1c75
go: downloading github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6
go: downloading github.com/muesli/cancelreader v0.2.2
go: downloading github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6
go: downloading github.com/itchyny/timefmt-go v0.1.7
go: downloading github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
go: downloading github.com/bmatcuk/doublestar/v2 v2.0.4
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.2
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 gopkg.in/ini.v1 v1.67.1
go: downloading github.com/google/go-github/v73 v73.0.0
go: downloading github.com/google/go-querystring v1.2.0
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/sassoftware/relic v7.2.1+incompatible
go: downloading k8s.io/apiserver v0.35.1
go: downloading github.com/moby/sys/sequential v0.6.0
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading go.opentelemetry.io/auto/sdk v1.2.1
go: downloading github.com/cloudflare/circl v1.6.3
go: downloading github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
go: downloading gopkg.in/warnings.v0 v0.1.2
go: downloading github.com/kevinburke/ssh_config v1.2.0
go: downloading github.com/skeema/knownhosts v1.3.1
go: downloading github.com/xanzy/ssh-agent v0.3.3
go: downloading github.com/therootcompany/xz v1.0.1
go: downloading github.com/anchore/go-macholibre v0.0.0-20250320151634-807da7ad2331
go: downloading gonum.org/v1/gonum v0.17.0
go: downloading github.com/aquasecurity/go-version v0.0.1
go: downloading github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d
go: downloading github.com/vifraa/gopom v1.0.0
go: downloading golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
go: downloading github.com/DataDog/zstd v1.5.7
go: downloading github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8
go: downloading github.com/anchore/go-lzo v0.1.0
go: downloading github.com/pkg/xattr v0.4.12
go: downloading github.com/spdx/gordf v0.0.0-20250128162952-000978ccd6fb
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.55.0
go: downloading go.opentelemetry.io/contrib/detectors/gcp v1.40.0
go: downloading github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.4
go: downloading github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.17
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.8
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.17
go: downloading github.com/containerd/containerd/api v1.10.0
go: downloading github.com/containerd/fifo v1.1.0
go: downloading github.com/containerd/plugin v1.0.0
go: downloading github.com/containerd/typeurl/v2 v2.2.3
go: downloading github.com/moby/sys/signal v0.7.1
go: downloading github.com/opencontainers/runtime-spec v1.3.0
go: downloading github.com/opencontainers/selinux v1.13.1
go: downloading github.com/containerd/ttrpc v1.2.7
go: downloading github.com/containerd/log v0.1.0
go: downloading github.com/moby/locker v1.0.1
go: downloading github.com/buildkite/go-pipeline v0.16.0
go: downloading github.com/buildkite/roko v1.4.0
go: downloading github.com/pborman/uuid v1.2.1
go: downloading github.com/cockroachdb/apd/v3 v3.2.1
go: downloading cuelabs.dev/go/oci/ociregistry v0.0.0-20251212221603-3adeb8663819
go: downloading github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9
go: downloading github.com/lestrrat-go/jwx/v3 v3.0.13
go: downloading github.com/tchap/go-patricia/v2 v2.3.3
go: downloading github.com/vektah/gqlparser/v2 v2.5.32
go: downloading github.com/yashtewari/glob-intersection v0.2.0
go: downloading github.com/golang-jwt/jwt/v5 v5.3.0
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.12
go: downloading github.com/charmbracelet/harmonica v0.2.0
go: downloading gorm.io/gorm v1.31.1
go: downloading github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
go: downloading github.com/wagoodman/go-presenter v0.0.0-20211015174752-f9c01afc824b
go: downloading github.com/knqyf263/go-apk-version v0.0.0-20200609155635-041fdbb8563f
go: downloading github.com/knqyf263/go-deb-version v0.0.0-20241115132648-6f4aee6ccd23
go: downloading github.com/masahiro331/go-mvn-version v0.0.0-20250131095131-f4974fa13b8a
go: downloading github.com/gocsaf/csaf/v3 v3.5.0
go: downloading github.com/openvex/go-vex v0.2.7
go: downloading github.com/tjfoc/gmsm v1.4.1
go: downloading github.com/clbanning/mxj/v2 v2.7.0
go: downloading github.com/golang/snappy v1.0.0
go: downloading github.com/go-restruct/restruct v1.2.0-alpha
go: downloading github.com/henvic/httpretty v0.1.4
go: downloading github.com/smallnest/ringbuffer v0.0.0-20241116012123-461381446e3d
go: downloading cloud.google.com/go/monitoring v1.24.3
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.55.0
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.31.0
go: downloading github.com/Microsoft/hcsshim v0.14.0-rc.1
go: downloading github.com/containerd/continuity v0.4.5
go: downloading github.com/moby/sys/userns v0.1.0
go: downloading github.com/moby/sys/user v0.4.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/buildkite/interpolate v0.1.5
go: downloading github.com/oleiade/reflections v1.1.0
go: downloading github.com/emicklei/proto v1.14.3
go: downloading github.com/protocolbuffers/txtpbfmt v0.0.0-20260217160748-a481f6a22f94
go: downloading github.com/rogpeppe/go-internal v1.14.1
go: downloading github.com/lestrrat-go/option/v2 v2.0.0
go: downloading github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0
go: downloading github.com/lestrrat-go/blackmagic v1.0.4
go: downloading github.com/lestrrat-go/httprc/v3 v3.0.2
go: downloading github.com/lestrrat-go/dsig v1.0.0
go: downloading github.com/lestrrat-go/dsig-secp256k1 v1.0.0
go: downloading github.com/valyala/fastjson v1.6.7
go: downloading github.com/glebarez/sqlite v1.11.0
go: downloading github.com/pandatix/go-cvss v0.6.2
go: downloading github.com/jinzhu/now v1.1.5
go: downloading github.com/owenrumney/go-sarif v1.1.2-0.20231003122901-1000f5e05554
go: downloading go.etcd.io/bbolt v1.4.3
go: downloading github.com/package-url/packageurl-go v0.1.3
go: downloading github.com/envoyproxy/go-control-plane/envoy v1.36.0
go: downloading github.com/lestrrat-go/httpcc v1.0.1
go: downloading github.com/segmentio/asm v1.2.1
go: downloading github.com/glebarez/go-sqlite v1.22.0
go: downloading modernc.org/sqlite v1.46.1
go: downloading github.com/jinzhu/inflection v1.0.0
go: downloading github.com/Intevation/gval v1.3.0
go: downloading github.com/Intevation/jsonpath v0.2.1
go: downloading github.com/cncf/xds/go v0.0.0-20251210132809-ee656c7534f5
go: downloading github.com/envoyproxy/protoc-gen-validate v1.3.0
go: downloading github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
go: downloading go.opencensus.io v0.24.0
go: downloading cyphar.com/go-pathrs v0.2.1
go: downloading modernc.org/libc v1.67.6
go: downloading cel.dev/expr v0.25.1
go: downloading github.com/containerd/cgroups/v3 v3.1.2
go: downloading github.com/ncruces/go-strftime v1.0.0
go: downloading modernc.org/mathutil v1.7.1
go: downloading modernc.org/memory v1.11.0
go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec
go: github.com/defenseunicorns/uds-cli imports
	helm.sh/helm/v4/pkg/kube imports
	k8s.io/kubectl/pkg/cmd/util imports
	k8s.io/kubectl/pkg/scheme imports
	k8s.io/api/scheduling/v1alpha1: cannot find module providing package k8s.io/api/scheduling/v1alpha1

| datasource | package                      | from                               | to                                 |
| ---------- | ---------------------------- | ---------------------------------- | ---------------------------------- |
| go         | github.com/fsnotify/fsnotify | v1.9.0                             | v1.10.1                            |
| go         | golang.org/x/exp             | v0.0.0-20260410095643-746e56fc9e2f | v0.0.0-20260508232706-74f9aab9d74a |
| go         | golang.org/x/mod             | v0.35.0                            | v0.36.0                            |
| go         | k8s.io/api                   | v0.35.3                            | v0.36.0                            |
| go         | k8s.io/apimachinery          | v0.35.3                            | v0.36.0                            |
| go         | k8s.io/client-go             | v0.35.3                            | v0.36.0                            |
@renovate renovate Bot force-pushed the renovate/go-dependencies branch from 8f3f9d2 to e4a9f67 Compare May 9, 2026 02:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants