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

Update module github.com/k3d-io/k3d/v5 to v5.7.5 #7

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 10, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/k3d-io/k3d/v5 v5.4.1 -> v5.7.5 age adoption passing confidence

Release Notes

k3d-io/k3d (github.com/k3d-io/k3d/v5)

v5.7.5

Compare Source

What's Changed

New Contributors

Full Changelog: k3d-io/k3d@v5.7.4...v5.7.5

v5.7.4

Compare Source

What's Changed

New Contributors

Full Changelog: k3d-io/k3d@v5.7.3...v5.7.4

v5.7.3

Compare Source

What's Changed

Full Changelog: k3d-io/k3d@v5.7.2...v5.7.3

v5.7.2

Compare Source

What's Changed

New Contributors

Full Changelog: k3d-io/k3d@v5.7.1...v5.7.2

v5.7.1

Compare Source

Fixed

Full Changelog: k3d-io/k3d@v5.7.0...v5.7.1

v5.7.0

Compare Source

Added
  • feat: support config embedded and external files (#​1417)
  • docs: add examples for config embedded and external files (#​1432)
  • feat: compatibility with docker userns-remap (#​1442)
  • docs: mention ipam when creating multiserver cluster (#​1451)
Changed
  • docs: Update CUDA docs to use k3s suggested method (#​1430)
  • chore: upgrade go + dependencies + address all golangci-lint issues + fix deprecations (#​1459)
  • chore: upgrade docker dependency and adjust for deprecations (#​1460)
Fixed
  • fix: close output file (#​1436)
  • fix: Script exits fatally when resolv.conf is missing Docker nameserver (#​1441)
  • test: fix translate.go test following userns merge (#​1444)
  • fix: respect ~/.kube/config as a symlink (#​1455)
  • fix: preserve coredns config during cluster restart (#​1453)
    • IMPORTANT This makes use of the coredns-custom configmap, so please consider this in case you're using this configmap yourself!
  • fix: make drain ignore DaemonSets & bypass PodDisruptionBudgets (#​1414)

v5.6.3

Compare Source

Changed
  • Dependency updates and related fixes

v5.6.2

Compare Source

Added
  • [DOCS] Add scoop install option (#​1390)
  • feat: support writing kubeconfig to a stream (#​1381)
Changed

v5.6.1

Compare Source

v5.6.0

Compare Source

Added
  • add: iptables in DinD image (#​1298)
  • docs(podman): add usage for rootless mode on macOS (#​1314)
Changed
  • Potentially Breaking: For people using k3d as a module: switch from netaddr.af to netipx + netip (changed some code around host.k3d.internal and the docker runtime)
  • Potentially Breaking: K3d config directory may change for you: Adhere to XDG's configuration specification (#​1320)
Fixed
  • docs: fix go install command (#​1337)
  • fix docs links in CONTRIBUTING.md
  • chore: pkg imported more than once (#​1313)

v5.5.2

Compare Source

Fixed
Changed
  • change: proxy - update nginx-alpine base image (#​1309)
  • change: add empty /tmp to binary-only image to make it work with config files
Added
  • add: workflow to label issues/prs by sponsors

v5.5.1

Compare Source

Fixed
  • fix/regression: custom registry config not parsed correctly (#​1292)

v5.5.0

Compare Source

Added
  • Add support for ulimits (#​1264)
    • new flag: k3d cluster create --runtime-ulimit NAME[=SOFT]:[HARD] (same for k3d node create)
  • add: K3D_FIX_MOUNTS fix to make / rshared (e.g. to make Cilium work) (#​1268)
    • new environment variable: K3D_FIX_MOUNTS=1
  • add(docs): podman instructions for macOS (#​1257)
  • Adds json response of version info (#​1262)
    • new flag: k3d version -o json
Changed
  • change: allow full K3s registry configuration (#​1215)
  • change: update deps (manual + dependabot)
  • change: set e2e test ghaction timeout
  • change: improved help text for k3d version ls
  • change: deprecate 'k3d version ls --format' in favor of '--output'
  • change: golangci-lint fix whitespaces
  • change: udpate docs
Fixed
  • Fix panic when k3sURLEnvIndex is -1 (#​1252)
  • Fix spelling mistake in configfile.md (#​1261)
  • Correct typo: Inconsistent filename in registry documentation. (#​1275)
  • fix: k3d version ls (now via crane) (#​1286)
  • fix: registries.yaml file not marshalled correctly by k8s yaml package
Deprecated
  • change: deprecate 'k3d version ls --format' in favor of '--output'

v5.4.9

Compare Source

Changed
  • Updated docker dependency to v23.0.1
  • change: replace deprecated set-output command with environment file in Github Actions (#​1226)
Fixed
  • fix: go install was failing due to outdated docker dependency
  • fix: handle colima host for host.k3d.internal lookup (#​1228)

v5.4.8

Compare Source

Changed
  • Go 1.20 and updated dependencies
  • change: Use loadbalancer or any active server as K3S_URL (#​1190)
  • change: graceful shutdown drains node before k3d container stops (#​1119)
  • change: update docs to use quotes around extra args (#​1218)
  • changed: update podman service documentation around network dns (#​1210)
  • change: no whitespace in goflags in makefile
  • change: fix build with go 1.20 (#​1216)
Fixed
  • fix: generate checksum for k3d binaries (#​1209)
  • fix: improved error handling when update.k3s.io returns a 5XX or invalid response (#​1170)
  • fix: install script on windows (#​1168)
  • fix: fix for link in doc (#​1219)

v5.4.7

Compare Source

Changed
  • updated direct and transitive dependencies
Fixed
  • fix: avoid appending existing volumes (#​1154)
  • fix: indentation for CoreDNS doc (#​1166)
  • fix: logs error shadowing exec error (#​1172)
  • docs: Add missing backtick to k3s-arg example command (#​1192)
  • Support reading in registries-config via env (#​1199)

v5.4.6

Compare Source

Added
  • add: ability to load configuration from stdin (#​1126)
Changed
  • update dependencies
  • introduce Go workspace mode
  • updated docker/k3s version test-matrix
  • Go 1.19
  • More info on "node stopped returning log lines" error
Fixed
  • tests/e2e: failing e2e tests for parsing config file from stdin
  • ci: "random" failing GitHub Actions due to "too many open files"
  • docs: fix code highlighting
  • docs: beautify bash commands (#​1103)

v5.4.5

Compare Source

  • This tag was reverted because of constant failures in GitHub Actions and the E2E Tests

v5.4.4

Compare Source

Added
  • Docs: Clarification of Network Policies in K3s (#​1081)
Changed
  • Sponsorship information and updated issue templates
  • Switch to sigs.k8s.io/yaml everywhere in the project to allow for consistent json/yaml output (#​1094)
Fixed
  • Support running k3d with podman in rootless mode using cgroups v2 (#​1084)
  • k3d config init used the legacy config format (#​1091)
  • Properly handle image prefix "docker.io", etc during image import (#​1096)

v5.4.3

Compare Source

Added
  • Support for pull-through registry (#​1075)
    • In command k3d registry create

      • e.g. k3d registry create --proxy-remote-url https://registry-1.docker.io -p 5000 -v /tmp/registry:/var/lib/registry
    • In config file:

...

  registries:
    create:
      name: docker-io # name of the registry container
      proxy:
        remoteURL: https://registry-1.docker.io # proxy DockerHub
      volumes:
        - /tmp/reg:/var/lib/registry # persist data locally in /tmp/reg
    config: | # tell K3s to use this registry when pulling from DockerHub
      mirrors:
        "docker.io":
          endpoint:
            - http://docker-io:5000
  ```
  • See registry documentation

v5.4.2

Compare Source

Added
  • Docs: hostAliases in the config file
  • New field registries.create.image (same as k3d registry create --image) in config v1alpha4 (no version bump) (#​1056)
Changed
  • Go 1.18
Fixed
  • docs: fix defaults-networking href (#​1064)
  • fix deleting of cluster by config file (#​1054)
  • fix: DOCKER_HOST handling of unix sockets (#​1045)
  • make: Use go install instead of go get for installing tools (#​1038)
  • fix: e2e tests safe git directory

Configuration

📅 Schedule: 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 added the renovate label Jun 10, 2022
@renovate renovate bot force-pushed the renovate/github.com-k3d-io-k3d-v5-5.x branch from 17cee6c to 719cf7c Compare July 11, 2022 12:14
@renovate renovate bot changed the title Update module github.com/k3d-io/k3d/v5 to v5.4.3 Update module github.com/k3d-io/k3d/v5 to v5.4.4 Jul 11, 2022
@renovate renovate bot force-pushed the renovate/github.com-k3d-io-k3d-v5-5.x branch from 719cf7c to 8b28fc0 Compare September 25, 2022 21:39
@renovate renovate bot changed the title Update module github.com/k3d-io/k3d/v5 to v5.4.4 Update module github.com/k3d-io/k3d/v5 to v5.4.6 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/github.com-k3d-io-k3d-v5-5.x branch from 8b28fc0 to 3dd7c1f Compare November 20, 2022 18:39
@renovate renovate bot changed the title Update module github.com/k3d-io/k3d/v5 to v5.4.6 Update module github.com/k3d-io/k3d/v5 to v5.4.8 Mar 11, 2023
@renovate renovate bot force-pushed the renovate/github.com-k3d-io-k3d-v5-5.x branch from 3dd7c1f to fefda06 Compare March 11, 2023 02:42
@renovate renovate bot changed the title Update module github.com/k3d-io/k3d/v5 to v5.4.8 Update module github.com/k3d-io/k3d/v5 to v5.4.8 - autoclosed Apr 3, 2023
@renovate renovate bot closed this Apr 3, 2023
@renovate renovate bot deleted the renovate/github.com-k3d-io-k3d-v5-5.x branch April 3, 2023 23:23
@renovate renovate bot changed the title Update module github.com/k3d-io/k3d/v5 to v5.4.8 - autoclosed Update module github.com/k3d-io/k3d/v5 to v5.4.8 Apr 4, 2023
@renovate renovate bot reopened this Apr 4, 2023
@renovate renovate bot restored the renovate/github.com-k3d-io-k3d-v5-5.x branch April 4, 2023 09:53
@renovate renovate bot force-pushed the renovate/github.com-k3d-io-k3d-v5-5.x branch from fefda06 to d985b92 Compare June 2, 2023 02:27
@renovate renovate bot changed the title Update module github.com/k3d-io/k3d/v5 to v5.4.8 Update module github.com/k3d-io/k3d/v5 to v5.5.1 Jun 2, 2023
@renovate
Copy link
Author

renovate bot commented Jun 2, 2023

⚠ 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: downloading github.com/AlecAivazis/survey/v2 v2.3.4
go: downloading github.com/Masterminds/semver/v3 v3.1.1
go: downloading github.com/alecthomas/jsonschema v0.0.0-20220216202328-9eeeec9d044b
go: downloading github.com/derailed/k9s v0.25.18
go: downloading github.com/google/go-containerregistry v0.19.1
go: downloading github.com/mholt/archiver/v3 v3.5.1
go: downloading github.com/spf13/cobra v1.8.0
go: downloading github.com/distribution/distribution/v3 v3.0.0-20220526142353-ffbd94cbe269
go: downloading k8s.io/api v0.29.3
go: downloading k8s.io/apimachinery v0.29.3
go: downloading github.com/go-git/go-git/v5 v5.4.2
go: downloading helm.sh/helm/v3 v3.9.0
go: downloading github.com/pterm/pterm v0.12.41
go: downloading sigs.k8s.io/yaml v1.4.0
go: downloading github.com/go-logr/logr v1.3.0
go: downloading sigs.k8s.io/kustomize/api v0.11.5
go: downloading sigs.k8s.io/kustomize/kyaml v0.13.7
go: downloading k8s.io/client-go v0.29.3
go: downloading github.com/otiai10/copy v1.7.0
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading k8s.io/klog/v2 v2.110.1
go: downloading github.com/testifysec/go-witness v0.1.10
go: downloading github.com/docker/cli v26.0.0+incompatible
go: downloading github.com/stretchr/testify v1.8.4
go: downloading github.com/fatih/color v1.14.1
go: downloading github.com/goccy/go-yaml v1.9.5
go: downloading github.com/k3d-io/k3d/v5 v5.6.3
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading sigs.k8s.io/kind v0.14.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/sigstore/cosign v1.8.1-0.20220529135101-46be4a674e67
go: downloading golang.org/x/crypto v0.22.0
go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: downloading golang.org/x/term v0.19.0
go: downloading github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0
go: downloading github.com/opencontainers/image-spec v1.1.0-rc3
go: downloading github.com/andybalholm/brotli v1.0.4
go: downloading github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5
go: downloading github.com/golang/snappy v0.0.4
go: downloading github.com/klauspost/compress v1.17.0
go: downloading github.com/klauspost/pgzip v1.2.5
go: downloading github.com/nwaples/rardecode v1.1.0
go: downloading github.com/pierrec/lz4/v4 v4.1.2
go: downloading github.com/ulikunitz/xz v0.5.10
go: downloading github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.3
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading golang.org/x/sync v0.7.0
go: downloading github.com/rs/zerolog v1.26.0
go: downloading k8s.io/cli-runtime v0.24.1
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d
go: downloading github.com/bshuster-repo/logrus-logstash-hook v1.0.0
go: downloading github.com/bugsnag/bugsnag-go v1.0.5-0.20150529004307-13fd6b8acda0
go: downloading github.com/docker/go-metrics v0.0.1
go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
go: downloading github.com/gorilla/handlers v1.5.1
go: downloading github.com/yvasiyarov/gorelic v0.0.0-20141212073537-a9bba5b9ab50
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.1
go: downloading github.com/google/gofuzz v1.2.0
go: downloading github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7
go: downloading github.com/go-git/go-billy/v5 v5.3.1
go: downloading github.com/imdario/mergo v0.3.14
go: downloading github.com/sergi/go-diff v1.2.0
go: downloading github.com/Masterminds/sprig/v3 v3.2.2
go: downloading github.com/gosuri/uitable v0.0.4
go: downloading github.com/emirpasic/gods v1.12.0
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading github.com/containerd/stargz-snapshotter/estargz v0.14.3
go: downloading github.com/Masterminds/squirrel v1.5.2
go: downloading github.com/jmoiron/sqlx v1.3.4
go: downloading github.com/lib/pq v1.10.4
go: downloading github.com/rubenv/sql-migrate v1.1.1
go: downloading github.com/atomicgo/cursor v0.0.1
go: downloading github.com/gookit/color v1.5.0
go: downloading github.com/mattn/go-runewidth v0.0.13
go: downloading golang.org/x/net v0.21.0
go: downloading k8s.io/utils v0.0.0-20240310230437-4693a0247e57
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/anchore/stereoscope v0.0.0-20220307154759-8a5a70c227d3
go: downloading github.com/anchore/syft v0.41.0
go: downloading github.com/docker/docker v26.0.0+incompatible
go: downloading github.com/gorilla/websocket v1.5.0
go: downloading github.com/mattn/go-isatty v0.0.17
go: downloading golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
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/docker/go-connections v0.5.0
go: downloading github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
go: downloading github.com/spf13/viper v1.18.2
go: downloading github.com/sigstore/fulcio v0.2.0
go: downloading github.com/sigstore/sigstore v1.2.1-0.20220424143412-3d41663116d5
go: downloading github.com/cyberphone/json-canonicalization v0.0.0-20210823021906-dc406ceaf94b
go: downloading github.com/go-openapi/strfmt v0.21.2
go: downloading github.com/go-openapi/swag v0.22.3
go: downloading github.com/in-toto/in-toto-golang v0.3.4-0.20211211042327-af1f9fb822bf
go: downloading github.com/secure-systems-lab/go-securesystemslib v0.3.1
go: downloading github.com/sigstore/rekor v0.4.1-0.20220114213500-23f583409af3
go: downloading github.com/theupdateframework/go-tuf v0.3.0
go: downloading github.com/transparency-dev/merkle v0.0.1
go: downloading knative.dev/pkg v0.0.0-20220325200448-1f7514acd0c2
go: downloading github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20220228164355-396b2034c795
go: downloading github.com/chrismellard/docker-credential-acr-env v0.0.0-20220119192733-fe33c00cee21
go: downloading sigs.k8s.io/release-utils v0.6.0
go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
go: downloading golang.org/x/text v0.14.0
go: downloading golang.org/x/sys v0.19.0
go: downloading github.com/docker/distribution v2.8.2+incompatible
go: downloading github.com/google/go-cmp v0.6.0
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading github.com/russross/blackfriday v1.6.0
go: downloading github.com/fvbommel/sortorder v1.1.0
go: downloading k8s.io/metrics v0.24.1
go: downloading github.com/adrg/xdg v0.4.0
go: downloading github.com/derailed/tview v0.6.6
go: downloading github.com/gdamore/tcell/v2 v2.4.0
go: downloading github.com/fsnotify/fsnotify v1.7.0
go: downloading github.com/sahilm/fuzzy v0.1.0
go: downloading github.com/atotto/clipboard v0.1.4
go: downloading github.com/cenkalti/backoff v2.2.1+incompatible
go: downloading github.com/evanphx/json-patch v4.12.0+incompatible
go: downloading github.com/google/uuid v1.4.0
go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
go: downloading github.com/gorilla/mux v1.8.0
go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
go: downloading github.com/gomodule/redigo v1.8.2
go: downloading github.com/prometheus/client_golang v1.14.0
go: downloading github.com/felixge/httpsnoop v1.0.3
go: downloading github.com/yvasiyarov/go-metrics v0.0.0-20140926110328-57bccd1ccd43
go: downloading github.com/yvasiyarov/newrelic_platform_go v0.0.0-20140908184405-b21fdbd4370f
go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
go: downloading github.com/json-iterator/go v1.1.12
go: downloading github.com/acomagu/bufpipe v1.0.3
go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
go: downloading github.com/go-git/gcfg v1.5.0
go: downloading github.com/Masterminds/goutils v1.1.1
go: downloading github.com/huandu/xstrings v1.3.2
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/shopspring/decimal v1.2.0
go: downloading github.com/spf13/cast v1.6.0
go: downloading github.com/cyphar/filepath-securejoin v0.2.3
go: downloading github.com/xeipuuv/gojsonschema v1.2.0
go: downloading k8s.io/apiextensions-apiserver v0.24.0
go: downloading github.com/BurntSushi/toml v1.2.1
go: downloading github.com/gobwas/glob v0.2.3
go: downloading k8s.io/kubectl v0.24.0
go: downloading oras.land/oras-go v1.1.0
go: downloading github.com/containerd/containerd v1.7.15
go: downloading github.com/google/gnostic v0.5.7-v3refs
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/google/gnostic-models v0.6.8
go: downloading github.com/vbatts/tar-split v0.11.3
go: downloading github.com/lann/builder v0.0.0-20180802200727-47ae307949d0
go: downloading github.com/go-gorp/gorp/v3 v3.0.2
go: downloading github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778
go: downloading google.golang.org/protobuf v1.33.0
go: downloading k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00
go: downloading github.com/go-errors/errors v1.0.1
go: downloading github.com/rivo/uniseg v0.2.0
go: downloading golang.org/x/oauth2 v0.15.0
go: downloading golang.org/x/time v0.5.0
go: downloading github.com/moby/spdystream v0.2.0
go: downloading github.com/scylladb/go-set v1.0.2
go: downloading github.com/spf13/afero v1.11.0
go: downloading github.com/wagoodman/go-partybus v0.0.0-20210627031916-db1f5573bbc5
go: downloading github.com/wagoodman/go-progress v0.0.0-20200731105512-1020f39e6240
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/bmatcuk/doublestar/v4 v4.0.2
go: downloading github.com/docker/docker-credential-helpers v0.8.1
go: downloading github.com/alessio/shellescape v1.4.1
go: downloading github.com/pelletier/go-toml v1.9.5
go: downloading github.com/docker/go-units v0.5.0
go: downloading github.com/go-test/deep v1.1.0
go: downloading github.com/goodhosts/hostsfile v0.1.6
go: downloading github.com/rancher/wharfie v0.6.2
go: downloading go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading github.com/sagikazarmark/locafero v0.4.0
go: downloading github.com/sagikazarmark/slog-shim v0.1.0
go: downloading github.com/coreos/go-oidc/v3 v3.1.0
go: downloading github.com/segmentio/ksuid v1.0.4
go: downloading github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
go: downloading gopkg.in/square/go-jose.v2 v2.6.0
go: downloading github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
go: downloading github.com/go-openapi/errors v0.20.2
go: downloading github.com/oklog/ulid v1.3.1
go: downloading go.mongodb.org/mongo-driver v1.8.3
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/shibumi/go-pathspec v1.3.0
go: downloading github.com/google/certificate-transparency-go v1.1.2
go: downloading cloud.google.com/go/storage v1.35.1
go: downloading google.golang.org/api v0.153.0
go: downloading cloud.google.com/go v0.110.10
go: downloading github.com/go-openapi/runtime v0.24.1
go: downloading github.com/go-openapi/validate v0.21.0
go: downloading github.com/letsencrypt/boulder v0.0.0-20220331220046-b23ab962616e
go: downloading github.com/xanzy/go-gitlab v0.68.0
go: downloading github.com/ThalesIgnite/crypto11 v1.2.5
go: downloading github.com/miekg/pkcs11 v1.1.1
go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11
go: downloading github.com/Azure/go-autorest/autorest v0.11.27
go: downloading github.com/Azure/go-autorest v14.2.0+incompatible
go: downloading github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be
go: downloading github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
go: downloading github.com/peterbourgon/diskv v2.0.1+incompatible
go: downloading github.com/gdamore/encoding v1.0.0
go: downloading github.com/lucasb-eyer/go-colorful v1.2.0
go: downloading github.com/cenkalti/backoff/v4 v4.2.1
go: downloading github.com/derailed/popeye v0.10.0
go: downloading github.com/rakyll/hey v0.1.4
go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.2.0
go: downloading github.com/prometheus/client_model v0.4.0
go: downloading github.com/prometheus/common v0.39.0
go: downloading github.com/prometheus/procfs v0.9.0
go: downloading github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351
go: downloading github.com/xanzy/ssh-agent v0.3.0
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading gopkg.in/warnings.v0 v0.1.2
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
go: downloading k8s.io/component-base v0.26.2
go: downloading github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d
go: downloading k8s.io/apiserver v0.26.2
go: downloading github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0
go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
go: downloading github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00
go: downloading github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca
go: downloading github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
go: downloading github.com/gabriel-vasile/mimetype v1.4.0
go: downloading google.golang.org/grpc v1.59.0
go: downloading github.com/go-openapi/jsonreference v0.20.2
go: downloading github.com/CycloneDX/cyclonedx-go v0.4.0
go: downloading github.com/spdx/tools-golang v0.2.0
go: downloading github.com/olekukonko/tablewriter v0.0.5
go: downloading github.com/mitchellh/hashstructure/v2 v2.0.2
go: downloading github.com/acobaugh/osrelease v0.1.0
go: downloading github.com/anchore/packageurl-go v0.0.0-20210922164639-b3fa992ebd29
go: downloading github.com/facebookincubator/nvdtools v0.1.4
go: downloading github.com/jinzhu/copier v0.3.2
go: downloading github.com/dustin/go-humanize v1.0.0
go: downloading golang.org/x/mod v0.14.0
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading github.com/vifraa/gopom v0.1.0
go: downloading github.com/anchore/go-rpmdb v0.0.0-20210914181456-a9c52348da63
go: downloading github.com/dimchansky/utfbom v1.1.1
go: downloading github.com/magefile/mage v1.15.0
go: downloading github.com/sourcegraph/conc v0.3.0
go: downloading golang.org/x/exp v0.0.0-20230905200255-921286631fa9
go: downloading github.com/subosito/gotenv v1.6.0
go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94
go: downloading gopkg.in/ini.v1 v1.67.0
go: downloading github.com/magiconair/properties v1.8.7
go: downloading github.com/pelletier/go-toml/v2 v2.1.0
go: downloading github.com/hashicorp/golang-lru v0.5.4
go: downloading go.uber.org/zap v1.21.0
go: downloading github.com/go-chi/chi v4.1.2+incompatible
go: downloading go.uber.org/multierr v1.9.0
go: downloading github.com/josharian/intern v1.0.0
go: downloading github.com/fullstorydev/grpcurl v1.8.2
go: downloading github.com/golang/mock v1.6.0
go: downloading github.com/google/trillian v1.4.0
go: downloading go.etcd.io/etcd/etcdctl/v3 v3.5.0
go: downloading go.etcd.io/etcd/v3 v3.5.0
go: downloading github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
go: downloading cloud.google.com/go/compute v1.23.3
go: downloading cloud.google.com/go/compute/metadata v0.2.3
go: downloading cloud.google.com/go/iam v1.1.5
go: downloading github.com/googleapis/gax-go/v2 v2.12.0
go: downloading google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17
go: downloading github.com/opentracing/opentracing-go v1.2.0
go: downloading github.com/go-openapi/analysis v0.21.2
go: downloading github.com/go-openapi/jsonpointer v0.19.6
go: downloading github.com/go-openapi/loads v0.21.1
go: downloading github.com/go-openapi/spec v0.20.4
go: downloading github.com/go-playground/validator/v10 v10.10.0
go: downloading github.com/blang/semver v3.5.1+incompatible
go: downloading github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399
go: downloading github.com/google/go-github/v42 v42.0.0
go: downloading github.com/google/go-querystring v1.1.0
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/hashicorp/go-retryablehttp v0.7.1
go: downloading github.com/thales-e-security/pool v0.0.2
go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0
go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0
go: downloading github.com/aws/aws-sdk-go-v2/service/ecr v1.15.0
go: downloading github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.12.0
go: downloading github.com/aws/smithy-go v1.11.0
go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18
go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5
go: downloading github.com/Azure/go-autorest/logger v0.2.1
go: downloading github.com/Azure/azure-sdk-for-go v63.3.0+incompatible
go: downloading google.golang.org/appengine v1.6.7
go: downloading github.com/google/btree v1.0.1
go: downloading github.com/aws/aws-sdk-go v1.43.45
go: downloading github.com/fatih/camelcase v1.0.0
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
go: downloading github.com/Microsoft/go-winio v0.6.1
go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
go: downloading github.com/chai2010/gettext-go v0.0.0-20160711120539-c6fed771bfd5
go: downloading github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd
go: downloading github.com/mitchellh/go-wordwrap v1.0.0
go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
go: downloading github.com/moby/locker v1.0.1
go: downloading github.com/containerd/log v0.1.0
go: downloading github.com/distribution/reference v0.5.0
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading github.com/Microsoft/hcsshim v0.11.4
go: downloading go.opentelemetry.io/contrib v1.3.0
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0
go: downloading go.opentelemetry.io/otel/trace v1.19.0
go: downloading go.opentelemetry.io/otel v0.20.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f
go: downloading github.com/anchore/go-version v1.2.2-0.20200701162849-18adb9c92b9b
go: downloading github.com/evanphx/json-patch/v5 v5.6.0
go: downloading github.com/moby/sys/sequential v0.5.0
go: downloading github.com/moby/term v0.5.0
go: downloading github.com/theupdateframework/notary v0.7.0
go: downloading github.com/moby/docker-image-spec v1.3.1
go: downloading github.com/moby/patternmatcher v0.5.0
go: downloading github.com/PaesslerAG/jsonpath v0.1.1
go: downloading go.uber.org/atomic v1.9.0
go: downloading github.com/go-stack/stack v1.8.1
go: downloading github.com/jhump/protoreflect v1.9.0
go: downloading golang.org/x/tools v0.16.1
go: downloading github.com/golang/glog v1.1.2
go: downloading go.etcd.io/etcd/client/v2 v2.305.10
go: downloading go.etcd.io/etcd/etcdutl/v3 v3.5.0
go: downloading go.etcd.io/etcd/tests/v3 v3.5.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17
go: downloading go.opencensus.io v0.24.0
go: downloading github.com/jedisct1/go-minisign v0.0.0-20210703085342-c1f07ee84431
go: downloading github.com/sassoftware/relic v0.0.0-20210427151427-dfb082b79b74
go: downloading github.com/tent/canonical-json-go v0.0.0-20130607151641-96e4ba3a7613
go: downloading github.com/go-playground/universal-translator v0.18.0
go: downloading github.com/leodido/go-urn v1.2.1
go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0
go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0
go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6
go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0
go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0
go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5
go: downloading github.com/jmespath/go-jmespath v0.4.0
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.3.0
go: downloading github.com/emicklei/go-restful v2.9.5+incompatible
go: downloading github.com/emicklei/go-restful/v3 v3.11.0
go: downloading go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5
go: downloading go.opentelemetry.io/otel/metric v1.19.0
go: downloading github.com/google/s2a-go v0.1.7
go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
go: downloading github.com/moby/sys/user v0.1.0
go: downloading github.com/PaesslerAG/gval v1.0.0
go: downloading github.com/envoyproxy/go-control-plane v0.11.1
go: downloading bitbucket.org/creachadair/shell v0.0.6
go: downloading github.com/urfave/cli v1.22.12
go: downloading go.etcd.io/etcd/api/v3 v3.5.10
go: downloading go.etcd.io/etcd/pkg/v3 v3.5.5
go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.10
go: downloading github.com/bgentry/speakeasy v0.1.0
go: downloading go.etcd.io/etcd/client/v3 v3.5.10
go: downloading go.etcd.io/bbolt v1.3.7
go: downloading gopkg.in/cheggaaa/pb.v1 v1.0.28
go: downloading go.etcd.io/etcd/raft/v3 v3.5.5
go: downloading go.etcd.io/etcd/server/v3 v3.5.5
go: downloading github.com/soheilhy/cmux v0.1.5
go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.2
go: downloading github.com/go-playground/locales v0.14.0
go: downloading github.com/go-restruct/restruct v1.2.0-alpha
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0
go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0
go: downloading github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161
go: downloading github.com/cncf/xds/go v0.0.0-20230607035331-e9ce68804cb4
go: downloading github.com/cncf/udpa/go v0.0.0-20220112060539-c52dc94e7fbe
go: downloading github.com/coreos/go-semver v0.3.0
go: downloading github.com/jonboulle/clockwork v0.2.2
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.20.0
go: downloading github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
go: downloading github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802
go: downloading go.opentelemetry.io/otel/exporters/otlp v0.20.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0
go: downloading go.opentelemetry.io/otel/sdk v0.20.0
go: downloading gopkg.in/natefinch/lumberjack.v2 v2.0.0
go: downloading github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2
go: downloading github.com/envoyproxy/protoc-gen-validate v1.0.2
go: downloading github.com/coreos/go-systemd/v22 v22.5.0
go: downloading go.opentelemetry.io/proto/otlp v1.0.0
go: downloading github.com/form3tech-oss/jwt-go v3.2.5+incompatible
go: downloading github.com/benbjohnson/clock v1.1.0
go: downloading github.com/census-instrumentation/opencensus-proto v0.4.1
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0
go: downloading go.opentelemetry.io/otel/metric v1.25.0
go: downloading go.opentelemetry.io v0.1.0
go: github.com/defenseunicorns/zarf/src/internal/helm imports
	helm.sh/helm/v3/pkg/action imports
	helm.sh/helm/v3/pkg/registry imports
	oras.land/oras-go/pkg/auth/docker imports
	github.com/containerd/containerd/remotes/docker imports
	github.com/containerd/containerd/tracing imports
	go.opentelemetry.io/otel/semconv/v1.21.0: cannot find module providing package go.opentelemetry.io/otel/semconv/v1.21.0
go: github.com/defenseunicorns/zarf/src/internal/sbom imports
	github.com/testifysec/go-witness/attestation/syft imports
	github.com/anchore/stereoscope/pkg/image imports
	github.com/anchore/stereoscope/internal/docker imports
	github.com/docker/docker/client imports
	go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp imports
	go.opentelemetry.io/otel/semconv/v1.17.0: cannot find module providing package go.opentelemetry.io/otel/semconv/v1.17.0
go: github.com/defenseunicorns/zarf/src/internal/helm imports
	helm.sh/helm/v3/pkg/action imports
	helm.sh/helm/v3/pkg/registry imports
	oras.land/oras-go/pkg/auth/docker imports
	github.com/containerd/containerd/remotes/docker imports
	github.com/containerd/containerd/tracing imports
	go.opentelemetry.io/otel imports
	go.opentelemetry.io/otel/internal/global imports
	go.opentelemetry.io/otel/metric/number: cannot find module providing package go.opentelemetry.io/otel/metric/number
go: github.com/defenseunicorns/zarf/src/internal/helm imports
	helm.sh/helm/v3/pkg/action imports
	helm.sh/helm/v3/pkg/registry imports
	oras.land/oras-go/pkg/auth/docker imports
	github.com/containerd/containerd/remotes/docker imports
	github.com/containerd/containerd/tracing imports
	go.opentelemetry.io/otel imports
	go.opentelemetry.io/otel/internal/global imports
	go.opentelemetry.io/otel/metric/registry: cannot find module providing package go.opentelemetry.io/otel/metric/registry
go: warning: github.com/Azure/go-autorest/autorest/[email protected]: retracted by module author: retracted due to token refresh errors
go: warning: github.com/go-gorp/gorp/[email protected]: retracted by module author: Versions prior to 3.0.4 had a vulnerability in the dependency graph.  While we don't
go: to switch to the latest unretracted version, run:
	go get <module>@latest

@renovate renovate bot force-pushed the renovate/github.com-k3d-io-k3d-v5-5.x branch from d985b92 to f0ccfad Compare August 3, 2023 05:46
@renovate renovate bot changed the title Update module github.com/k3d-io/k3d/v5 to v5.5.1 Update module github.com/k3d-io/k3d/v5 to v5.5.2 Aug 3, 2023
@renovate renovate bot force-pushed the renovate/github.com-k3d-io-k3d-v5-5.x branch from f0ccfad to ed3be61 Compare August 21, 2023 21:03
@renovate renovate bot changed the title Update module github.com/k3d-io/k3d/v5 to v5.5.2 Update module github.com/k3d-io/k3d/v5 to v5.6.0 Aug 21, 2023
@renovate renovate bot force-pushed the renovate/github.com-k3d-io-k3d-v5-5.x branch from ed3be61 to 9ae2b4c Compare April 9, 2024 23:54
@renovate renovate bot changed the title Update module github.com/k3d-io/k3d/v5 to v5.6.0 Update module github.com/k3d-io/k3d/v5 to v5.6.2 Apr 9, 2024
@renovate renovate bot force-pushed the renovate/github.com-k3d-io-k3d-v5-5.x branch from 9ae2b4c to 7af6a34 Compare April 10, 2024 23:51
@renovate renovate bot changed the title Update module github.com/k3d-io/k3d/v5 to v5.6.2 Update module github.com/k3d-io/k3d/v5 to v5.6.3 Apr 10, 2024
@renovate renovate bot force-pushed the renovate/github.com-k3d-io-k3d-v5-5.x branch from 7af6a34 to ac2efc0 Compare July 4, 2024 20:32
@renovate renovate bot changed the title Update module github.com/k3d-io/k3d/v5 to v5.6.3 Update module github.com/k3d-io/k3d/v5 to v5.7.0 Jul 4, 2024
Copy link
Author

renovate bot commented Jul 4, 2024

⚠️ 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/AlecAivazis/survey/v2 v2.3.4
go: downloading github.com/Masterminds/semver/v3 v3.1.1
go: downloading github.com/alecthomas/jsonschema v0.0.0-20220216202328-9eeeec9d044b
go: downloading github.com/derailed/k9s v0.25.18
go: downloading github.com/google/go-containerregistry v0.19.1
go: downloading github.com/mholt/archiver/v3 v3.5.1
go: downloading github.com/spf13/cobra v1.8.0
go: downloading github.com/distribution/distribution/v3 v3.0.0-20220526142353-ffbd94cbe269
go: downloading k8s.io/api v0.30.2
go: downloading k8s.io/apimachinery v0.30.2
go: downloading github.com/go-git/go-git/v5 v5.4.2
go: downloading helm.sh/helm/v3 v3.9.0
go: downloading sigs.k8s.io/yaml v1.4.0
go: downloading github.com/pterm/pterm v0.12.41
go: downloading github.com/go-logr/logr v1.4.2
go: downloading k8s.io/client-go v0.30.2
go: downloading k8s.io/klog/v2 v2.120.1
go: downloading sigs.k8s.io/kustomize/api v0.11.5
go: downloading github.com/otiai10/copy v1.7.0
go: downloading sigs.k8s.io/kustomize/kyaml v0.13.7
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/testifysec/go-witness v0.1.10
go: downloading github.com/docker/cli v27.0.3+incompatible
go: downloading github.com/fatih/color v1.14.1
go: downloading github.com/goccy/go-yaml v1.9.5
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/sigstore/cosign v1.8.1-0.20220529135101-46be4a674e67
go: downloading golang.org/x/crypto v0.24.0
go: downloading github.com/stretchr/testify v1.9.0
go: downloading github.com/k3d-io/k3d/v5 v5.7.5
go: downloading sigs.k8s.io/kind v0.14.0
go: downloading github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0
go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: downloading golang.org/x/term v0.21.0
go: downloading github.com/opencontainers/image-spec v1.1.0
go: downloading github.com/andybalholm/brotli v1.0.4
go: downloading github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5
go: downloading github.com/golang/snappy v0.0.4
go: downloading github.com/klauspost/compress v1.17.0
go: downloading github.com/klauspost/pgzip v1.2.5
go: downloading github.com/nwaples/rardecode v1.1.0
go: downloading github.com/pierrec/lz4/v4 v4.1.2
go: downloading github.com/ulikunitz/xz v0.5.10
go: downloading github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.3
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading golang.org/x/sync v0.7.0
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d
go: downloading github.com/bshuster-repo/logrus-logstash-hook v1.0.0
go: downloading github.com/bugsnag/bugsnag-go v1.0.5-0.20150529004307-13fd6b8acda0
go: downloading github.com/docker/go-metrics v0.0.1
go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
go: downloading github.com/gorilla/handlers v1.5.1
go: downloading github.com/yvasiyarov/gorelic v0.0.0-20141212073537-a9bba5b9ab50
go: downloading github.com/rs/zerolog v1.26.0
go: downloading k8s.io/cli-runtime v0.24.1
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/google/gofuzz v1.2.0
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.1
go: downloading github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7
go: downloading github.com/go-git/go-billy/v5 v5.3.1
go: downloading github.com/imdario/mergo v0.3.14
go: downloading github.com/sergi/go-diff v1.2.0
go: downloading github.com/emirpasic/gods v1.12.0
go: downloading github.com/Masterminds/sprig/v3 v3.2.2
go: downloading github.com/gosuri/uitable v0.0.4
go: downloading github.com/Masterminds/squirrel v1.5.2
go: downloading github.com/jmoiron/sqlx v1.3.4
go: downloading github.com/lib/pq v1.10.4
go: downloading github.com/rubenv/sql-migrate v1.1.1
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading github.com/containerd/stargz-snapshotter/estargz v0.14.3
go: downloading github.com/atomicgo/cursor v0.0.1
go: downloading github.com/gookit/color v1.5.0
go: downloading github.com/mattn/go-runewidth v0.0.13
go: downloading golang.org/x/net v0.26.0
go: downloading k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0
go: downloading github.com/gorilla/websocket v1.5.0
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/anchore/stereoscope v0.0.0-20220307154759-8a5a70c227d3
go: downloading github.com/anchore/syft v0.41.0
go: downloading github.com/mattn/go-isatty v0.0.17
go: downloading golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028
go: downloading github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20220228164355-396b2034c795
go: downloading github.com/chrismellard/docker-credential-acr-env v0.0.0-20220119192733-fe33c00cee21
go: downloading github.com/in-toto/in-toto-golang v0.3.4-0.20211211042327-af1f9fb822bf
go: downloading sigs.k8s.io/release-utils v0.6.0
go: downloading github.com/cyberphone/json-canonicalization v0.0.0-20210823021906-dc406ceaf94b
go: downloading github.com/go-openapi/strfmt v0.21.2
go: downloading github.com/go-openapi/swag v0.22.3
go: downloading github.com/secure-systems-lab/go-securesystemslib v0.3.1
go: downloading github.com/sigstore/rekor v0.4.1-0.20220114213500-23f583409af3
go: downloading github.com/sigstore/sigstore v1.2.1-0.20220424143412-3d41663116d5
go: downloading github.com/theupdateframework/go-tuf v0.3.0
go: downloading github.com/transparency-dev/merkle v0.0.1
go: downloading knative.dev/pkg v0.0.0-20220325200448-1f7514acd0c2
go: downloading github.com/sigstore/fulcio v0.2.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/docker/go-connections v0.5.0
go: downloading github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
go: downloading github.com/spf13/viper v1.18.2
go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
go: downloading golang.org/x/text v0.16.0
go: downloading golang.org/x/sys v0.21.0
go: downloading github.com/docker/distribution v2.8.2+incompatible
go: downloading github.com/google/go-cmp v0.6.0
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading github.com/russross/blackfriday v1.6.0
go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
go: downloading github.com/gorilla/mux v1.8.0
go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
go: downloading github.com/gomodule/redigo v1.8.2
go: downloading github.com/prometheus/client_golang v1.14.0
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading github.com/yvasiyarov/go-metrics v0.0.0-20140926110328-57bccd1ccd43
go: downloading github.com/yvasiyarov/newrelic_platform_go v0.0.0-20140908184405-b21fdbd4370f
go: downloading github.com/fvbommel/sortorder v1.1.0
go: downloading k8s.io/metrics v0.24.1
go: downloading github.com/adrg/xdg v0.4.0
go: downloading github.com/derailed/tview v0.6.6
go: downloading github.com/gdamore/tcell/v2 v2.4.0
go: downloading github.com/fsnotify/fsnotify v1.7.0
go: downloading github.com/sahilm/fuzzy v0.1.0
go: downloading github.com/atotto/clipboard v0.1.4
go: downloading github.com/cenkalti/backoff v2.2.1+incompatible
go: downloading github.com/evanphx/json-patch v4.12.0+incompatible
go: downloading github.com/google/uuid v1.6.0
go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
go: downloading github.com/json-iterator/go v1.1.12
go: downloading github.com/acomagu/bufpipe v1.0.3
go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
go: downloading github.com/go-git/gcfg v1.5.0
go: downloading github.com/Masterminds/goutils v1.1.1
go: downloading github.com/huandu/xstrings v1.3.2
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/shopspring/decimal v1.2.0
go: downloading github.com/spf13/cast v1.6.0
go: downloading github.com/cyphar/filepath-securejoin v0.2.3
go: downloading github.com/xeipuuv/gojsonschema v1.2.0
go: downloading k8s.io/apiextensions-apiserver v0.24.0
go: downloading github.com/BurntSushi/toml v1.2.1
go: downloading github.com/gobwas/glob v0.2.3
go: downloading k8s.io/kubectl v0.24.0
go: downloading github.com/containerd/containerd v1.7.19
go: downloading oras.land/oras-go v1.1.0
go: downloading github.com/google/gnostic v0.5.7-v3refs
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/google/gnostic-models v0.6.8
go: downloading github.com/lann/builder v0.0.0-20180802200727-47ae307949d0
go: downloading github.com/go-gorp/gorp/v3 v3.0.2
go: downloading github.com/vbatts/tar-split v0.11.3
go: downloading github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778
go: downloading github.com/rivo/uniseg v0.2.0
go: downloading golang.org/x/time v0.5.0
go: downloading golang.org/x/oauth2 v0.20.0
go: downloading github.com/moby/spdystream v0.2.0
go: downloading google.golang.org/protobuf v1.34.2
go: downloading k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340
go: downloading github.com/scylladb/go-set v1.0.2
go: downloading github.com/spf13/afero v1.11.0
go: downloading github.com/wagoodman/go-partybus v0.0.0-20210627031916-db1f5573bbc5
go: downloading github.com/wagoodman/go-progress v0.0.0-20200731105512-1020f39e6240
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/bmatcuk/doublestar/v4 v4.0.2
go: downloading github.com/go-errors/errors v1.0.1
go: downloading github.com/docker/docker-credential-helpers v0.8.1
go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11
go: downloading github.com/shibumi/go-pathspec v1.3.0
go: downloading cloud.google.com/go/storage v1.38.0
go: downloading github.com/Azure/go-autorest/autorest v0.11.27
go: downloading github.com/Azure/go-autorest v14.2.0+incompatible
go: downloading google.golang.org/api v0.169.0
go: downloading cloud.google.com/go v0.112.1
go: downloading github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be
go: downloading github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
go: downloading github.com/go-openapi/errors v0.20.2
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading github.com/oklog/ulid v1.3.1
go: downloading go.mongodb.org/mongo-driver v1.8.3
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/google/certificate-transparency-go v1.1.2
go: downloading github.com/go-openapi/runtime v0.24.1
go: downloading github.com/go-openapi/validate v0.21.0
go: downloading github.com/letsencrypt/boulder v0.0.0-20220331220046-b23ab962616e
go: downloading github.com/xanzy/go-gitlab v0.68.0
go: downloading github.com/ThalesIgnite/crypto11 v1.2.5
go: downloading github.com/miekg/pkcs11 v1.1.1
go: downloading github.com/coreos/go-oidc/v3 v3.1.0
go: downloading github.com/segmentio/ksuid v1.0.4
go: downloading github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
go: downloading gopkg.in/square/go-jose.v2 v2.6.0
go: downloading github.com/docker/go-units v0.5.0
go: downloading github.com/go-test/deep v1.1.0
go: downloading github.com/goodhosts/hostsfile v0.1.6
go: downloading github.com/rancher/wharfie v0.6.2
go: downloading go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
go: downloading github.com/sagikazarmark/locafero v0.4.0
go: downloading github.com/sagikazarmark/slog-shim v0.1.0
go: downloading github.com/alessio/shellescape v1.4.1
go: downloading github.com/pelletier/go-toml v1.9.5
go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.2.0
go: downloading github.com/prometheus/client_model v0.5.0
go: downloading github.com/prometheus/common v0.39.0
go: downloading github.com/prometheus/procfs v0.9.0
go: downloading github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
go: downloading github.com/peterbourgon/diskv v2.0.1+incompatible
go: downloading github.com/gdamore/encoding v1.0.0
go: downloading github.com/lucasb-eyer/go-colorful v1.2.0
go: downloading github.com/cenkalti/backoff/v4 v4.3.0
go: downloading github.com/derailed/popeye v0.10.0
go: downloading github.com/rakyll/hey v0.1.4
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/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351
go: downloading github.com/xanzy/ssh-agent v0.3.0
go: downloading gopkg.in/warnings.v0 v0.1.2
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
go: downloading k8s.io/component-base v0.26.2
go: downloading github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d
go: downloading k8s.io/apiserver v0.26.2
go: downloading github.com/docker/docker v27.0.3+incompatible
go: downloading github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0
go: downloading github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
go: downloading github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00
go: downloading github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca
go: downloading github.com/containerd/errdefs v0.1.0
go: downloading github.com/containerd/log v0.1.0
go: downloading github.com/containerd/platforms v0.2.1
go: downloading github.com/gabriel-vasile/mimetype v1.4.0
go: downloading github.com/go-openapi/jsonreference v0.20.2
go: downloading github.com/CycloneDX/cyclonedx-go v0.4.0
go: downloading github.com/spdx/tools-golang v0.2.0
go: downloading github.com/olekukonko/tablewriter v0.0.5
go: downloading github.com/mitchellh/hashstructure/v2 v2.0.2
go: downloading github.com/acobaugh/osrelease v0.1.0
go: downloading github.com/anchore/packageurl-go v0.0.0-20210922164639-b3fa992ebd29
go: downloading github.com/facebookincubator/nvdtools v0.1.4
go: downloading github.com/jinzhu/copier v0.3.2
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading github.com/dustin/go-humanize v1.0.0
go: downloading golang.org/x/mod v0.17.0
go: downloading github.com/vifraa/gopom v0.1.0
go: downloading github.com/anchore/go-rpmdb v0.0.0-20210914181456-a9c52348da63
go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0
go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0
go: downloading github.com/aws/aws-sdk-go-v2/service/ecr v1.15.0
go: downloading github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.12.0
go: downloading github.com/aws/smithy-go v1.11.0
go: downloading cloud.google.com/go/compute v1.25.1
go: downloading cloud.google.com/go/compute/metadata v0.3.0
go: downloading github.com/Azure/azure-sdk-for-go v63.3.0+incompatible
go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18
go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5
go: downloading github.com/Azure/go-autorest/logger v0.2.1
go: downloading github.com/dimchansky/utfbom v1.1.1
go: downloading github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
go: downloading cloud.google.com/go/iam v1.1.6
go: downloading github.com/googleapis/gax-go/v2 v2.12.2
go: downloading google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9
go: downloading google.golang.org/grpc v1.64.0
go: downloading github.com/josharian/intern v1.0.0
go: downloading github.com/fullstorydev/grpcurl v1.8.2
go: downloading github.com/golang/mock v1.6.0
go: downloading github.com/google/trillian v1.4.0
go: downloading go.etcd.io/etcd/etcdctl/v3 v3.5.0
go: downloading go.etcd.io/etcd/v3 v3.5.0
go: downloading github.com/opentracing/opentracing-go v1.2.0
go: downloading github.com/go-openapi/analysis v0.21.2
go: downloading github.com/go-openapi/jsonpointer v0.19.6
go: downloading github.com/go-openapi/loads v0.21.1
go: downloading github.com/go-openapi/spec v0.20.4
go: downloading github.com/go-chi/chi v4.1.2+incompatible
go: downloading go.uber.org/zap v1.21.0
go: downloading github.com/go-playground/validator/v10 v10.10.0
go: downloading github.com/blang/semver v3.5.1+incompatible
go: downloading github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399
go: downloading github.com/google/go-github/v42 v42.0.0
go: downloading github.com/google/go-querystring v1.1.0
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/hashicorp/go-retryablehttp v0.7.1
go: downloading github.com/thales-e-security/pool v0.0.2
go: downloading github.com/hashicorp/golang-lru v0.5.4
go: downloading github.com/magefile/mage v1.15.0
go: downloading go.uber.org/multierr v1.9.0
go: downloading github.com/sourcegraph/conc v0.3.0
go: downloading golang.org/x/exp v0.0.0-20230905200255-921286631fa9
go: downloading github.com/subosito/gotenv v1.6.0
go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94
go: downloading gopkg.in/ini.v1 v1.67.0
go: downloading github.com/magiconair/properties v1.8.7
go: downloading github.com/pelletier/go-toml/v2 v2.1.0
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
go: downloading github.com/google/btree v1.0.1
go: downloading github.com/aws/aws-sdk-go v1.43.45
go: downloading github.com/fatih/camelcase v1.0.0
go: downloading github.com/Microsoft/go-winio v0.6.2
go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
go: downloading github.com/chai2010/gettext-go v0.0.0-20160711120539-c6fed771bfd5
go: downloading github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd
go: downloading github.com/mitchellh/go-wordwrap v1.0.0
go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
go: downloading github.com/moby/locker v1.0.1
go: downloading github.com/distribution/reference v0.6.0
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading go.opentelemetry.io/otel/trace v1.28.0
go: downloading go.opentelemetry.io/contrib v1.3.0
go: downloading go.opentelemetry.io/otel v0.20.0
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0
go: downloading github.com/anchore/go-version v1.2.2-0.20200701162849-18adb9c92b9b
go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0
go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0
go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6
go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0
go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0
go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5
go: downloading github.com/jmespath/go-jmespath v0.4.0
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.3.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094
go: downloading go.opencensus.io v0.24.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094
go: downloading github.com/go-stack/stack v1.8.1
go: downloading github.com/jhump/protoreflect v1.9.0
go: downloading golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d
go: downloading github.com/golang/glog v1.2.0
go: downloading go.etcd.io/etcd/client/v2 v2.305.10
go: downloading go.etcd.io/etcd/etcdutl/v3 v3.5.0
go: downloading go.etcd.io/etcd/tests/v3 v3.5.0
go: downloading go.uber.org/atomic v1.9.0
go: downloading github.com/jedisct1/go-minisign v0.0.0-20210703085342-c1f07ee84431
go: downloading github.com/sassoftware/relic v0.0.0-20210427151427-dfb082b79b74
go: downloading github.com/tent/canonical-json-go v0.0.0-20130607151641-96e4ba3a7613
go: downloading github.com/go-playground/universal-translator v0.18.0
go: downloading github.com/leodido/go-urn v1.2.1
go: downloading github.com/PaesslerAG/jsonpath v0.1.1
go: downloading github.com/moby/sys/sequential v0.5.0
go: downloading github.com/moby/term v0.5.0
go: downloading github.com/theupdateframework/notary v0.7.0
go: downloading go.opentelemetry.io/otel/exporters/otlp v0.20.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.28.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0
go: downloading go.opentelemetry.io/otel/metric v1.28.0
go: downloading go.opentelemetry.io/otel/sdk/metric v1.28.0
go: downloading go.opentelemetry.io/otel/sdk v0.20.0
go: downloading github.com/moby/docker-image-spec v1.3.1
go: downloading github.com/moby/patternmatcher v0.5.0
go: downloading github.com/evanphx/json-patch/v5 v5.6.0
go: downloading github.com/google/s2a-go v0.1.7
go: downloading github.com/emicklei/go-restful v2.9.5+incompatible
go: downloading go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5
go: downloading github.com/emicklei/go-restful/v3 v3.11.0
go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0
go: downloading github.com/go-restruct/restruct v1.2.0-alpha
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.20.0
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.2
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/envoyproxy/go-control-plane v0.12.0
go: downloading bitbucket.org/creachadair/shell v0.0.6
go: downloading github.com/urfave/cli v1.22.12
go: downloading go.etcd.io/etcd/api/v3 v3.5.10
go: downloading go.etcd.io/etcd/pkg/v3 v3.5.5
go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.10
go: downloading github.com/bgentry/speakeasy v0.1.0
go: downloading go.etcd.io/etcd/client/v3 v3.5.10
go: downloading gopkg.in/cheggaaa/pb.v1 v1.0.28
go: downloading go.etcd.io/bbolt v1.3.10
go: downloading go.etcd.io/etcd/raft/v3 v3.5.5
go: downloading go.etcd.io/etcd/server/v3 v3.5.5
go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
go: downloading github.com/soheilhy/cmux v0.1.5
go: downloading github.com/go-playground/locales v0.14.0
go: downloading github.com/PaesslerAG/gval v1.0.0
go: downloading go.opentelemetry.io/proto/otlp v1.3.1
go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
go: downloading github.com/moby/sys/user v0.1.0
go: downloading github.com/cncf/xds/go v0.0.0-20240318125728-8a4994d93e50
go: downloading github.com/coreos/go-semver v0.3.0
go: downloading github.com/jonboulle/clockwork v0.2.2
go: downloading github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
go: downloading github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802
go: downloading gopkg.in/natefinch/lumberjack.v2 v2.0.0
go: downloading github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2
go: downloading github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0
go: downloading github.com/envoyproxy/protoc-gen-validate v1.0.4
go: downloading github.com/coreos/go-systemd/v22 v22.5.0
go: downloading github.com/form3tech-oss/jwt-go v3.2.5+incompatible
go: downloading github.com/benbjohnson/clock v1.1.0
go: downloading github.com/census-instrumentation/opencensus-proto v0.4.1
go: downloading go.opentelemetry.io v0.1.0
go: downloading go.opentelemetry.io/otel/metric v1.32.0
go: github.com/defenseunicorns/zarf/src/test/e2e/clusters imports
	github.com/k3d-io/k3d/v5/cmd/cluster imports
	github.com/k3d-io/k3d/v5/pkg/client imports
	github.com/k3d-io/k3d/v5/pkg/runtimes/docker imports
	github.com/docker/cli/cli/command imports
	go.opentelemetry.io/otel/semconv/v1.21.0: cannot find module providing package go.opentelemetry.io/otel/semconv/v1.21.0
go: github.com/defenseunicorns/zarf/src/internal/sbom imports
	github.com/testifysec/go-witness/attestation/syft imports
	github.com/anchore/stereoscope/pkg/image imports
	github.com/anchore/stereoscope/internal/docker imports
	github.com/docker/docker/client imports
	go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp imports
	go.opentelemetry.io/otel/semconv/v1.20.0: cannot find module providing package go.opentelemetry.io/otel/semconv/v1.20.0
go: github.com/defenseunicorns/zarf/src/internal/utils imports
	github.com/sigstore/cosign/cmd/cosign/cli/options imports
	github.com/sigstore/cosign/pkg/cosign/tuf imports
	cloud.google.com/go/storage imports
	cloud.google.com/go/internal/trace imports
	go.opentelemetry.io/otel imports
	go.opentelemetry.io/otel/internal/global imports
	go.opentelemetry.io/otel/metric/number: cannot find module providing package go.opentelemetry.io/otel/metric/number
go: github.com/defenseunicorns/zarf/src/internal/utils imports
	github.com/sigstore/cosign/cmd/cosign/cli/options imports
	github.com/sigstore/cosign/pkg/cosign/tuf imports
	cloud.google.com/go/storage imports
	cloud.google.com/go/internal/trace imports
	go.opentelemetry.io/otel imports
	go.opentelemetry.io/otel/internal/global imports
	go.opentelemetry.io/otel/metric/registry: cannot find module providing package go.opentelemetry.io/otel/metric/registry
go: warning: github.com/Azure/go-autorest/autorest/[email protected]: retracted by module author: retracted due to token refresh errors
go: warning: github.com/go-gorp/gorp/[email protected]: retracted by module author: Versions prior to 3.0.4 had a vulnerability in the dependency graph.  While we don't
go: to switch to the latest unretracted version, run:
	go get <module>@latest

@renovate renovate bot force-pushed the renovate/github.com-k3d-io-k3d-v5-5.x branch from ac2efc0 to 57562f5 Compare July 6, 2024 21:00
@renovate renovate bot changed the title Update module github.com/k3d-io/k3d/v5 to v5.7.0 Update module github.com/k3d-io/k3d/v5 to v5.7.1 Jul 6, 2024
@renovate renovate bot force-pushed the renovate/github.com-k3d-io-k3d-v5-5.x branch from 57562f5 to 69a4608 Compare July 15, 2024 17:55
@renovate renovate bot changed the title Update module github.com/k3d-io/k3d/v5 to v5.7.1 Update module github.com/k3d-io/k3d/v5 to v5.7.2 Jul 15, 2024
@renovate renovate bot force-pushed the renovate/github.com-k3d-io-k3d-v5-5.x branch from 69a4608 to 6ea62c8 Compare August 3, 2024 14:44
@renovate renovate bot changed the title Update module github.com/k3d-io/k3d/v5 to v5.7.2 Update module github.com/k3d-io/k3d/v5 to v5.7.3 Aug 3, 2024
@renovate renovate bot force-pushed the renovate/github.com-k3d-io-k3d-v5-5.x branch from 6ea62c8 to cf1bab7 Compare September 13, 2024 09:01
@renovate renovate bot changed the title Update module github.com/k3d-io/k3d/v5 to v5.7.3 Update module github.com/k3d-io/k3d/v5 to v5.7.4 Sep 13, 2024
@renovate renovate bot force-pushed the renovate/github.com-k3d-io-k3d-v5-5.x branch from cf1bab7 to ba7f7a0 Compare November 27, 2024 02:40
@renovate renovate bot changed the title Update module github.com/k3d-io/k3d/v5 to v5.7.4 Update module github.com/k3d-io/k3d/v5 to v5.7.5 Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants