Update module github.com/micro/go-micro/v2 to v3 #4

Closed
renovate[bot] wants to merge 1 commits from renovate/github.com-micro-go-micro-v2-3.x into upstream
renovate[bot] commented 2021-03-08 11:41:01 +03:00 (Migrated from github.com)

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/micro/go-micro/v2 require major v2.9.1 -> v3.5.1

Release Notes

micro/go-micro

v3.5.1

Compare Source

Minor fixes

v3.5.0

Compare Source

Destroy all bugs with new tag

v3.0.1

Compare Source

Includes protoc-gen-micro changes for v3

v3.0.0

Compare Source

Go Micro v3 consolidates examples, plugins and protoc-gen-micro into one place. It strips all but the default plugin out into a separate plugins directory that has go.mod per plugin and cleans up some of the sub packaged things like config/cmd and client/selector by bringing them to the top level. V3 also moves imports to github.com/asim/go-micro so its a hard break in that regard for anyone who wants to use v3.


Configuration

📅 Schedule: 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 has been generated by WhiteSource Renovate. View repository job log here.

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/micro/go-micro/v2](https://togithub.com/micro/go-micro) | require | major | `v2.9.1` -> `v3.5.1` | --- ### Release Notes <details> <summary>micro/go-micro</summary> ### [`v3.5.1`](https://togithub.com/micro/go-micro/releases/v3.5.1) [Compare Source](https://togithub.com/micro/go-micro/compare/v3.5.0...v3.5.1) Minor fixes ### [`v3.5.0`](https://togithub.com/micro/go-micro/releases/v3.5.0) [Compare Source](https://togithub.com/micro/go-micro/compare/v3.0.1...v3.5.0) Destroy all bugs with new tag ### [`v3.0.1`](https://togithub.com/micro/go-micro/releases/v3.0.1) [Compare Source](https://togithub.com/micro/go-micro/compare/v3.0.0...v3.0.1) Includes protoc-gen-micro changes for v3 ### [`v3.0.0`](https://togithub.com/micro/go-micro/releases/v3.0.0) [Compare Source](https://togithub.com/micro/go-micro/compare/v2.9.1...v3.0.0) Go Micro v3 consolidates examples, plugins and protoc-gen-micro into one place. It strips all but the default plugin out into a separate plugins directory that has go.mod per plugin and cleans up some of the sub packaged things like config/cmd and client/selector by bringing them to the top level. V3 also moves imports to github.com/asim/go-micro so its a hard break in that regard for anyone who wants to use v3. </details> --- ### Configuration 📅 **Schedule**: 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/unistack-org/micro-wrapper-client-version).
renovate[bot] commented 2021-03-08 11:41:03 +03:00 (Migrated from github.com)

⚠️ 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 check 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: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/unistack-org/micro-wrapper-client-version":"/mnt/renovate/gh/unistack-org/micro-wrapper-client-version" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e CGO_ENABLED -w "/mnt/renovate/gh/unistack-org/micro-wrapper-client-version" docker.io/renovate/go:1.13.15 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./... && go mod tidy && go mod tidy"
go: github.com/micro/go-micro/v3@v3.5.1: parsing go.mod:
	module declares its path as: github.com/asim/go-micro/v3
	        but was required as: github.com/micro/go-micro/v3

### :warning: Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. :recycle: 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 check 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: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/unistack-org/micro-wrapper-client-version":"/mnt/renovate/gh/unistack-org/micro-wrapper-client-version" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e CGO_ENABLED -w "/mnt/renovate/gh/unistack-org/micro-wrapper-client-version" docker.io/renovate/go:1.13.15 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./... && go mod tidy && go mod tidy" go: github.com/micro/go-micro/v3@v3.5.1: parsing go.mod: module declares its path as: github.com/asim/go-micro/v3 but was required as: github.com/micro/go-micro/v3 ```

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unistack-org/micro-wrapper-client-version#4
No description provided.