-
Notifications
You must be signed in to change notification settings - Fork 7
chore(deps): update go dependencies to v1 (major) #453
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
base: main
Are you sure you want to change the base?
Conversation
Reviewer's GuideThis PR upgrades two major Go dependencies to their v1 releases by bumping version constraints in the go.mod files. State Diagram of Dependency Version UpdatesstateDiagram-v2
direction LR
state "github.com/cavaliercoder/go-rpm" as GoRpm {
state "v0.0.0-20200122174316-8cb9fd9c31a8" as gorpm_old
state "v1.3.0" as gorpm_new
gorpm_old --> gorpm_new : Updated
}
state "github.com/imdario/mergo" as Mergo {
state "v0.3.16" as mergo_old
state "v1.0.2" as mergo_new
mergo_old --> mergo_new : Updated
}
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: red-hat-konflux[bot] The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
609ce09
to
2a4591d
Compare
2a4591d
to
a404e1c
Compare
/retest |
1 similar comment
/retest |
308ee28
to
63119f9
Compare
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
63119f9
to
7d3fb84
Compare
This PR contains the following updates:
v0.0.0-20200122174316-8cb9fd9c31a8
->v1.3.0
v0.3.16
->v1.0.2
Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
cavaliercoder/go-rpm (github.com/cavaliercoder/go-rpm)
v1.3.0
Compare Source
What's Changed
New Contributors
Full Changelog: cavaliergopher/rpm@v1.2.0...v1.3.0
v1.2.0
Compare Source
v1.1.1
Compare Source
v1.1.0
Compare Source
v1.0.1
Compare Source
imdario/mergo (github.com/imdario/mergo)
v1.0.2
Compare Source
What's Changed
gopkg.in/yaml.v3
, only used for loading fixtures. Thanks @trim21 for bringing to my attention (#262) that this library is no longer maintained.Full Changelog: darccio/mergo@v1.0.1...v1.0.2
v1.0.1
Compare Source
What's Changed
WithoutDereference
should respect non-nil struct pointers by @joshkaplinsky in https://github.com/darccio/mergo/pull/251New Contributors
Full Changelog: darccio/mergo@v1.0.0...v1.0.1
v1.0.0
: 1.0.0 released with new module URL: dario.cat/mergoCompare Source
This PR is a release containing 0.3.15 features but changing the module URL to
dario.cat/mergo
.What's Changed
Full Changelog: darccio/mergo@v0.3.16...v1.0.0
Configuration
📅 Schedule: Branch creation - "after 5am on sunday" (UTC), 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 these updates again.
To execute skipped test pipelines write comment
/ok-to-test
.This PR has been generated by MintMaker (powered by Renovate Bot).