via git clone git@github.com:k3d-io/k3d.git or go get github.com/k3d-io/k3d/v5@main Inside the repo run 'make install-tools' to make sure required go packages are installed Inside the repo run one of the foll
k3d/5.8.3-r1: fix CVE-2025-22869 Advisory data: https://github.com/wolfi-dev/advisories/blob/main/k3d.advisories.yaml Source code for this service: https://go/cve-remedy-automation-source Logs for this execution: https://go/cve-remedy-automation-logs Docs for this service: _(not provi...
LDFLAGS := -w -s -X github.com/iwilltry42/k3d-tools/version.Version=${GIT_TAG} GOFLAGS := BINDIR := $(CURDIR)/bin BINARIES := k3d-tools # Go Package required PKG_GOX := github.com/mitchellh/gox PKG_GOLANGCI_LINT := github.com/golangci/golangci-lint/cmd/golangci-lint expor...
.github cmd docgen docs design faq .pages compatibility.md faq.md static usage .pages CNAME index.md requirements.txt pkg proxy scripts tests tools vendor version .all-contributorsrc .dockerignore .gitignore .golangci.yml CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md Dockerfile LICENSE Makefile...
// - https://github.com/libp2p/go-reuseport // - https://github.com/Yelp/ephemeral-port-reserve func reserveEphemeralPort(network string) (int, error) { lc := net.ListenConfig{ Control: func(network, address string, c syscall.RawConn) error { var optErr error ctrlErr := c.Contro...
deps: golang.org/x/net@v0.33.0 google.golang.org/protobuf@v1.33.0 github.com/golang/protobuf@v1.5.4 github.com/go-jose/go-jose/v3@v3.0.4 github.com/hashicorp/go-retryablehttp@v0.7.7 golang.org/x/crypto@v0.31.0 79 + deps: golang.org/x/net@v0.33.0 google.golang.org/proto...
Go version: go1.22.11 Git commit: 9f9e405 Built: Wed Jan 22 13:41:44 2025 OS/Arch: windows/amd64 Context: desktop-linux Server: Docker Desktop 4.38.0 (181591) Engine: Version: 27.5.1 API version: 1.47 (minimum version 1.24)
- name: GO111MODULE value: "on" - name: GOPROXY value: "https://proxy.golang.org" command: - entrypoint - bash - -c - |- export PATH=$HOME/go/bin:$PATH echo starting go get github.com/rancher/k3d@v1.3.1 docker pull alpine k3d c --wait 60 k3d i alpine || k3d d k3d...
github.com/petergtz/pegomock v2.9.0+incompatible github.com/rakyll/hey v0.1.4 @@ -26,29 +26,29 @@ require ( golang.design/x/clipboard v0.6.2 golang.org/x/text v0.3.7 gopkg.in/yaml.v2 v2.4.0 helm.sh/helm/v3 v3.9.2 k8s.io/api v0.24.3 k8s.io/apiextensions-apiserver v0....
- 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...