Skip to content

Update all non-major dependencies - #699

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-non-major
Open

Update all non-major dependencies#699
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-non-major

Conversation

@renovate

@renovate renovate Bot commented Aug 7, 2026

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Pending Age Confidence
cimg/go docker minor 1.201.26 1.27 age confidence
github.com/Masterminds/semver/v3 require minor v3.2.0v3.5.0 age confidence
github.com/fatih/color require minor v1.14.1v1.19.0 age confidence
github.com/gookit/color require minor v1.5.2v1.6.1 age confidence
github.com/imdario/mergo require patch v0.3.13v0.3.16 age confidence
github.com/mattn/go-colorable require patch v0.1.13v0.1.15 age confidence
github.com/sergi/go-diff require minor v1.3.1v1.4.0 age confidence
github.com/spf13/cobra require minor v1.6.1v1.10.2 age confidence
github.com/spf13/pflag require patch v1.0.5v1.0.10 age confidence
github.com/stretchr/testify require minor v1.8.2v1.12.1 age confidence
goreleaser/goreleaser docker minor v2.15.4v2.18.0 age confidence
k8s.io/api require minor v0.26.2v0.36.4 v0.37.0 age confidence
k8s.io/apimachinery require minor v0.26.2v0.36.4 v0.37.0 age confidence
k8s.io/klog/v2 require minor v2.90.1v2.140.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

Masterminds/semver (github.com/Masterminds/semver/v3)

v3.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: Masterminds/semver@v3.4.0...v3.5.0

v3.4.0

Compare Source

There are a few changes in this release to highlight:

  1. Constraints now has a property IncludePrerelease. When set to true the Check and Validate methods will include prereleases.
  2. When an AND group has one constraint with a prerelease but more than one constraint then prereleases will be included. For example, >1.0.0-beta.1 < 2. In the past this would not have included prereleases because each constraint needed to have a prerelease. Now, only one constraint needs to have a prerelease. This is considered a long standing bug fix. Note, this does not carry across OR groups. For example, >1.0.0-beta.1 < 2 || > 3. In this case, prereleases will not be included when evaluating against >3.
  3. NewVersion coercion with leading "0"'s is restored. This can be disabled by setting the package level property CoerceNewVersion to false.

What's Changed

New Contributors

Full Changelog: Masterminds/semver@v3.3.1...v3.4.0

v3.3.1

Compare Source

What's Changed

Full Changelog: Masterminds/semver@v3.3.0...v3.3.1

v3.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: Masterminds/semver@v3.2.1...v3.3.0

v3.2.1

Compare Source

Changed
  • #​198: Improved testing around pre-release names
  • #​200: Improved code scanning with addition of CodeQL
  • #​201: Testing now includes Go 1.20. Go 1.17 has been dropped
  • #​202: Migrated Fuzz testing to Go built-in Fuzzing. CI runs daily
  • #​203: Docs updated for security details
Fixed
  • #​199: Fixed issue with range transformations

Full Changelog: Masterminds/semver@v3.2.0...v3.2.1

fatih/color (github.com/fatih/color)

v1.19.0

Compare Source

What's Changed

New Contributors

Full Changelog: fatih/color@v1.18.0...v1.19.0

v1.18.0

Compare Source

What's Changed

New Contributors

Full Changelog: fatih/color@v1.17.0...v1.18.0

v1.17.0

Compare Source

What's Changed

New Contributors

Full Changelog: fatih/color@v1.16.0...v1.17.0

v1.16.0

Compare Source

What's Changed

Dependency updates

New Contributors

Full Changelog: fatih/color@v1.15.0...v1.16.0

v1.15.0

Compare Source

What's Changed

New Contributors

Full Changelog: fatih/color@v1.14.1...v1.15.0

gookit/color (github.com/gookit/color)

v1.6.1

Compare Source

Change Log

Fixed
  • fix: re-apply color after nested reset in RenderString (#​119) e58a899
  • fix(detect): should enable VTP on windows CMD,PWSH 2bb27a5
  • fix(convert): incorrect conversion between integer types 1245572
Other
  • build(deps): bump github/codeql-action from 3 to 4 (#​113) 2e18426
  • build(deps): bump actions/checkout from 5 to 6 (#​115) ed1b9cc
  • Add 'stable' to Go version matrix and update action de1e243
  • ci(release): remove Go version matrix and simplify build steps in release action d232e11

v1.6.0

Compare Source

Change Log

Fixed
Feature
  • ✨ feat: add new convert func: HSVToRGB, RGBToHSV d95f213
Update
  • Optimize RenderCode performance with fast paths for string arguments (#​110) e532935
  • 🎨 up: Remove dependencies on stretchr/testify and use a lighter gookit/assert alternative. 4ac4e07
  • 👔 up: remove deprecated var isLikeInCmd, update some tests c5db0d0
  • 👔 up: update detect env, use internal Level* instead of the terminfo.ColorLevel* 173325a
  • 🔥 chore: remove any.go, merge printer.go to quickstart.go f46f52e
Other
  • build(deps): bump WillAbides/setup-go-faster from 1.8.0 to 1.9.0 (#​66) 62dd3d2
  • build(deps): bump golang.org/x/sys from 0.10.0 to 0.11.0 (#​68) b79b464
  • build(deps): bump WillAbides/setup-go-faster from 1.9.0 to 1.9.1 (#​69) ecb5570
  • build(deps): bump actions/checkout from 3 to 4 (#​73) 91529f0
  • build(deps): bump WillAbides/setup-go-faster from 1.9.1 to 1.10.1 (#​71) 3df6d41
  • build(deps): bump WillAbides/setup-go-faster from 1.10.1 to 1.11.0 (#​74) 8fa8954
  • build(deps): bump WillAbides/setup-go-faster from 1.11.0 to 1.12.0 (#​75) 9c0ef29
  • build(deps): bump golang.org/x/sys from 0.11.0 to 0.13.0 (#​76) 4af2bdd
  • build(deps): bump golang.org/x/sys from 0.13.0 to 0.14.0 (#​77) 44243ab
  • build(deps): bump golang.org/x/sys from 0.14.0 to 0.15.0 (#​78) 72fbeaf
  • build(deps): bump WillAbides/setup-go-faster from 1.12.0 to 1.13.0 (#​79) 0c83bae
  • build(deps): bump github/codeql-action from 2 to 3 (#​80) 1bc67c4
  • build(deps): bump golang.org/x/sys from 0.15.0 to 0.16.0 (#​81) 23187d9
  • build(deps): bump WillAbides/setup-go-faster from 1.13.0 to 1.14.0 (#​82) d7e962b
  • build(deps): bump golang.org/x/sys from 0.16.0 to 0.17.0 (#​83) f6fd20f
  • build(deps): bump golang.org/x/sys from 0.17.0 to 0.18.0 (#​86) 18d84cb
  • build(deps): bump softprops/action-gh-release from 1 to 2 (#​87) 7e68fa7
  • build(deps): bump golang.org/x/sys from 0.18.0 to 0.19.0 (#​88) 532f1f3
  • build(deps): bump golang.org/x/sys from 0.19.0 to 0.20.0 (#​89) c76538d
  • build(deps): bump golang.org/x/sys from 0.20.0 to 0.21.0 (#​90) 7eaf97a
  • Update utils_test.go to allow running in read-only mode. (#​91) fedc174
  • build(deps): bump golang.org/x/sys from 0.21.0 to 0.25.0 (#​96) 07ab70b
  • build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#​85) 4bcc6db
  • build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#​99) 992eecf
  • build(deps): bump golang.org/x/sys from 0.25.0 to 0.30.0 (#​100) 90a1068
  • build(deps): bump golang.org/x/sys from 0.30.0 to 0.31.0 (#​101) 860732e
  • 📝 chore: add ci test on go1.21+, remove test on go1.18 5a49561
  • Add comprehensive GitHub Copilot instructions for gookit/color repository (#​108) db128cf
  • ⬆️ dep: upgrade actions and deps to latest version 5eae38c
  • 💚 ci: revert the go version to 1.18 on go.mod 370e227
  • 🎨 doc: update readme and format the.github/copilot-instructions.md c34c15e
  • 📝 chore: update some code style and some tests f14a7b8
  • 🎨 chore: update some go file code style cc45966
  • ⬆️ dep: upgrade gookit/assert to v0.1.1, update some tests fa47891
  • ✅ demo: update the examples deps and some codes 0b1dc4c

New Contributors

Full Changelog: gookit/color@v1.5.4...v1.6.0

v1.5.4

Compare Source

Change Log

Fixed
  • 🐛 fix: fix convert basic color to rgb color fail 74bb513
Feature
  • ✨ feat: RGBColor add new method: ToFg(), ToBg() for quick convert fe2b251
  • ✨ feat: Color add new method: IsBg(), IsFg(), IsOption() for check color 9027b9d
Other
  • build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.2 (#​57) a43d137
  • build(deps): bump golang.org/x/sys from 0.6.0 to 0.7.0 (#​59) 13c3e97
  • build(deps): bump golang.org/x/sys from 0.7.0 to 0.8.0 (#​60) 264b64f
  • build(deps): bump golang.org/x/sys from 0.8.0 to 0.9.0 (#​63) dd23b12
  • build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (#​62) 0354c4a
  • build(deps): bump golang.org/x/sys from 0.9.0 to 0.10.0 (#​64) 7da3fe3

v1.5.3

Compare Source

Change Log

Feature
  • ✨ feat: add new pkg colorp for quickly print message 6037df8
Other
  • build(deps): bump WillAbides/setup-go-faster from 1.7.0 to 1.8.0 3cee7ac
  • {type}:chore: update some deps to latest version 64f6508
  • ci: will be not support go < 1.17 b564cab
  • {type}:chore: replace all interface{} type to any c0a8b52
imdario/mergo (github.com/imdario/mergo)

v0.3.16: Announcement: v1.0.0 will be released on June 18th

Compare Source

This release doesn't contain code changes.

After 10 years, with many corner cases covered, very few issues pending (at least, comparing them with the usage of the library as part of Docker, Kubernetes, Datadog's agent, etc.), and a very stable API, I think it's time to release a 1.0.0 version.

This version will be released under a vanity URL: dario.cat/mergo

PS: although I'll make sure that github.com/imdario/mergo will be available, I'm going to also change my GitHub handle, so expect for a few minutes to not be able to pull from github.com/imdario as I fork it from the new handle to the old one.

PS2: I'm creating a discussion for this release to make sure we can have a conversation around the topic, and anything else about Mergo that you care about.

v0.3.15: Issues #​131, #​170, #​220, and #​202 fixed

Compare Source

v0.3.14: fix: Respect overwriteWithEmptySrc when merging maps #​231

Compare Source

mattn/go-colorable (github.com/mattn/go-colorable)

v0.1.15

Compare Source

v0.1.14

Compare Source

sergi/go-diff (github.com/sergi/go-diff)

v1.4.0

Compare Source

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

v1.10.2

Compare Source

🔧 Dependencies

  • chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 by @​dims in #​2336 - the gopkg.in/yaml.v3 package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers of spf13/cobra

📈 CI/CD

🔥✍🏼 Docs

🍂 Refactors

🤗 New Contributors

Full Changelog: spf13/cobra@v1.10.1...v1.10.2

Thank you to our amazing contributors!!!!! 🐍 🚀

v1.10.1

Compare Source

🐛 Fix

v1.0.9 of pflags brought back ParseErrorsWhitelist and marked it as deprecated

Full Changelog: spf13/cobra@v1.10.0...v1.10.1

v1.10.0

Compare Source

What's Changed

🚨 Attention!

This version of pflag carried a breaking change: it renamed ParseErrorsWhitelist to ParseErrorsAllowlist which can break builds if both pflag and cobra are dependencies in your project.

  • If you use both pflag and cobra, upgrade pflagto 1.0.8 andcobrato1.10.0`
  • or use the newer, fixed version of pflag v1.0.9 which keeps the deprecated ParseErrorsWhitelist

More details can be found here: #​2303 (comment)

✨ Features
🐛 Fix
🪠 Testing
📝 Docs

New Contributors

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

v1.9.1

Compare Source

🐛 Fixes

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

v1.9.0

Compare Source

✨ Features

🐛 Fixes

🤖 Completions

🧪 Testing

✍🏼 Documentation

🔧 Dependency upgrades


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

👋🏼 New Contributors

Note

PR body was truncated to here.


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 sudermanjr as a code owner August 7, 2026 16:15
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Aug 7, 2026
@renovate
renovate Bot requested a review from AbdulAhadAkhter as a code owner August 7, 2026 16:15
@renovate

renovate Bot commented Aug 7, 2026

Copy link
Copy Markdown
Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 20 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.20 -> 1.26.0
github.com/davecgh/go-spew v1.1.1 -> v1.1.2-0.20180830191138-d8f796af33cc
k8s.io/api v0.26.2 -> v0.36.4
github.com/emicklei/go-restful/v3 v3.10.1 -> v3.13.0
github.com/go-logr/logr v1.2.3 -> v1.4.3
github.com/go-openapi/jsonpointer v0.19.6 -> v0.21.0
github.com/go-openapi/swag v0.22.3 -> v0.23.0
github.com/mattn/go-isatty v0.0.17 -> v0.0.20
github.com/modern-go/reflect2 v1.0.2 -> v1.0.3-0.20250322232337-35a7c28c31ee
golang.org/x/crypto v0.7.0 -> v0.53.0
golang.org/x/mod v0.9.0 -> v0.37.0
golang.org/x/net v0.8.0 -> v0.56.0
golang.org/x/oauth2 v0.6.0 -> v0.34.0
golang.org/x/sys v0.6.0 -> v0.46.0
golang.org/x/term v0.6.0 -> v0.44.0
golang.org/x/text v0.8.0 -> v0.39.0
golang.org/x/time v0.3.0 -> v0.14.0
k8s.io/kube-openapi v0.0.0-20230303024457-afdc3dddf62d -> v0.0.0-20260317180543-43fb72c5454a
k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 -> v0.0.0-20260210185600-b8788abfbbc2
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd -> v0.0.0-20250730193827-2d320260d730
sigs.k8s.io/yaml v1.3.0 -> v1.6.0

@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@renovate
renovate Bot force-pushed the renovate/all-non-major branch 2 times, most recently from 5781f0b to 37502a1 Compare August 16, 2026 03:35
@renovate
renovate Bot force-pushed the renovate/all-non-major branch from 37502a1 to c9fde7f Compare August 21, 2026 08:12
@renovate
renovate Bot force-pushed the renovate/all-non-major branch from c9fde7f to 9c1516a Compare August 29, 2026 06:57
@renovate
renovate Bot force-pushed the renovate/all-non-major branch from 9c1516a to be6b2e5 Compare September 1, 2026 08:07
@renovate

renovate Bot commented Sep 1, 2026

Copy link
Copy Markdown
Author

⚠️ 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: downloading github.com/blang/semver v3.5.1+incompatible
go: downloading github.com/fatih/color v1.19.0
go: downloading github.com/gookit/color v1.6.1
go: downloading github.com/mattn/go-colorable v0.1.15
go: downloading github.com/rhysd/go-github-selfupdate v1.2.3
go: downloading github.com/spf13/cobra v1.10.2
go: downloading github.com/spf13/pflag v1.0.10
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading k8s.io/klog/v2 v2.140.0
go: downloading github.com/stretchr/testify v1.12.1
go: downloading github.com/thoas/go-funk v0.9.3
go: downloading github.com/xeipuuv/gojsonschema v1.2.0
go: downloading github.com/Masterminds/semver/v3 v3.5.0
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading github.com/go-git/go-git/v5 v5.6.0
go: downloading github.com/imdario/mergo v0.3.16
go: downloading github.com/sergi/go-diff v1.4.0
go: downloading k8s.io/api v0.36.4
go: downloading k8s.io/apimachinery v0.36.4
go: downloading k8s.io/client-go v0.26.2
go: downloading sigs.k8s.io/controller-runtime v0.14.5
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading golang.org/x/sys v0.46.0
go: downloading github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
go: downloading github.com/google/go-github/v30 v30.1.0
go: downloading github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
go: downloading github.com/tcnksm/go-gitconfig v0.1.2
go: downloading github.com/ulikunitz/xz v0.5.11
go: downloading golang.org/x/oauth2 v0.6.0
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/go-logr/logr v1.4.3
go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
go: downloading github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8
go: downloading github.com/go-git/go-billy/v5 v5.4.1
go: downloading k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2
go: downloading sigs.k8s.io/randfill v1.0.0
go: downloading github.com/google/go-querystring v1.1.0
go: downloading golang.org/x/crypto v0.53.0
go: downloading go.yaml.in/yaml/v3 v3.0.5
go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
go: downloading github.com/emirpasic/gods v1.18.1
go: downloading github.com/acomagu/bufpipe v1.0.4
go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
go: downloading github.com/pjbgf/sha1cd v0.3.0
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading k8s.io/kube-openapi v0.0.0-20260317180543-43fb72c5454a
go: downloading sigs.k8s.io/structured-merge-diff/v6 v6.3.3
go: downloading sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730
go: downloading github.com/golang/protobuf v1.5.2
go: downloading github.com/google/gnostic v0.6.9
go: downloading golang.org/x/net v0.56.0
go: downloading golang.org/x/time v0.14.0
go: downloading golang.org/x/term v0.44.0
go: downloading github.com/evanphx/json-patch v5.6.0+incompatible
go: downloading google.golang.org/appengine v1.6.7
go: downloading github.com/cloudflare/circl v1.3.2
go: downloading github.com/go-git/gcfg v1.5.0
go: downloading github.com/kevinburke/ssh_config v1.2.0
go: downloading github.com/skeema/knownhosts v1.1.0
go: downloading github.com/xanzy/ssh-agent v0.3.3
go: downloading github.com/json-iterator/go v1.1.12
go: downloading go.yaml.in/yaml/v2 v2.4.3
go: downloading github.com/fxamacker/cbor/v2 v2.9.0
go: downloading google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af
go: downloading sigs.k8s.io/yaml v1.6.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading gopkg.in/warnings.v0 v0.1.2
go: downloading github.com/Microsoft/go-winio v0.6.0
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/x448/float16 v0.8.4
go: downloading github.com/google/gnostic-models v0.7.0
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3
go: downloading golang.org/x/text v0.39.0
go: downloading github.com/go-openapi/jsonreference v0.20.2
go: downloading github.com/go-openapi/swag v0.23.0
go: downloading golang.org/x/tools v0.47.0
go: downloading github.com/emicklei/go-restful/v3 v3.11.0
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/go-openapi/jsonpointer v0.21.0
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/josharian/intern v1.0.0
go: downloading golang.org/x/sync v0.21.0
go: downloading golang.org/x/mod v0.37.0
go: downloading k8s.io/api v0.37.0
go: github.com/fairwindsops/reckoner/pkg/reckoner imports
	k8s.io/client-go/kubernetes imports
	k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1 imports
	k8s.io/api/autoscaling/v2beta1: cannot find module providing package k8s.io/api/autoscaling/v2beta1
go: github.com/fairwindsops/reckoner/pkg/reckoner imports
	k8s.io/client-go/kubernetes imports
	k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2 imports
	k8s.io/api/autoscaling/v2beta2: cannot find module providing package k8s.io/api/autoscaling/v2beta2
go: github.com/fairwindsops/reckoner/pkg/reckoner imports
	k8s.io/client-go/kubernetes imports
	k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1 imports
	k8s.io/api/flowcontrol/v1alpha1: cannot find module providing package k8s.io/api/flowcontrol/v1alpha1
go: github.com/fairwindsops/reckoner/pkg/reckoner imports
	k8s.io/client-go/kubernetes imports
	k8s.io/client-go/kubernetes/typed/networking/v1alpha1 imports
	k8s.io/api/networking/v1alpha1: cannot find module providing package k8s.io/api/networking/v1alpha1
go: github.com/fairwindsops/reckoner/pkg/reckoner imports
	k8s.io/client-go/kubernetes imports
	k8s.io/client-go/kubernetes/typed/resource/v1alpha1 imports
	k8s.io/api/resource/v1alpha1: cannot find module providing package k8s.io/api/resource/v1alpha1
go: github.com/fairwindsops/reckoner/pkg/reckoner imports
	k8s.io/client-go/kubernetes imports
	k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1 imports
	k8s.io/api/scheduling/v1alpha1: cannot find module providing package k8s.io/api/scheduling/v1alpha1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant