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

fix(deps): update module github.com/infobloxopen/protoc-gen-gorm to v0.21.0 #177

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 15, 2021

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/infobloxopen/protoc-gen-gorm require minor v0.20.0 -> v0.21.0

Release Notes

infobloxopen/protoc-gen-gorm

v0.21.0

Compare Source

Changes:

  • update to grpc-gateway v2
  • Fix generateDeleteSetHandler func to not override the primary key name with the column name #​210

v0.20.1

Compare Source


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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot force-pushed the renovate/github.com-infobloxopen-protoc-gen-gorm-0.x branch from f3d710e to 11dec3b Compare October 18, 2021 14:48
@renovate renovate bot changed the title fix(deps): update module github.com/infobloxopen/protoc-gen-gorm to v0.20.1 fix(deps): update module github.com/infobloxopen/protoc-gen-gorm to v0.21.0 Oct 18, 2021
@renovate
Copy link
Author

renovate bot commented Oct 18, 2021

⚠ 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/xmlking/micro-starter-kit":"/mnt/renovate/gh/xmlking/micro-starter-kit" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -e GOPATH -e GOFLAGS -e CGO_ENABLED -w "/mnt/renovate/gh/xmlking/micro-starter-kit" docker.io/renovate/go:1.17.2 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: downloading github.com/infobloxopen/atlas-app-toolkit v0.24.1-0.20210416193901-4c7518b07e08
go: downloading github.com/infobloxopen/protoc-gen-gorm v0.21.0
go: downloading google.golang.org/genproto v0.0.0-20210426193834-eac7f76ac494
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading google.golang.org/protobuf v1.26.0
go: downloading golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.4.0
go: downloading golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4
go: downloading go.uber.org/zap v1.16.0
go: downloading go.uber.org/atomic v1.7.0
go: downloading go.uber.org/multierr v1.6.0
go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
go: downloading github.com/infobloxopen/atlas-app-toolkit v1.1.1
go: downloading google.golang.org/genproto v0.0.0-20210617175327-b9e0b3197ced
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.5.0
go: module github.com/golang/protobuf is deprecated: Use the "google.golang.org/protobuf" module instead.
go get: upgraded github.com/DATA-DOG/go-sqlmock v1.4.1 => v1.5.0
go get: upgraded github.com/gogo/protobuf v1.3.1 => v1.3.2
go get: upgraded github.com/golang/protobuf v1.4.2 => v1.5.2
go get: upgraded github.com/infobloxopen/atlas-app-toolkit v0.24.1-0.20210416193901-4c7518b07e08 => v1.1.1
go get: upgraded github.com/jinzhu/gorm v1.9.13 => v1.9.16
go get: upgraded github.com/stretchr/testify v1.6.1 => v1.7.0
go get: upgraded google.golang.org/genproto v0.0.0-20210426193834-eac7f76ac494 => v0.0.0-20210617175327-b9e0b3197ced
go get: upgraded google.golang.org/grpc v1.37.0 => v1.38.0
go: downloading github.com/stretchr/testify v1.7.0
go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
go: downloading github.com/jinzhu/now v1.1.1
go: downloading github.com/google/go-cmp v0.5.6
go: downloading google.golang.org/grpc/examples v0.0.0-20210715165331-ce7bdf50abb1
go: downloading github.com/denisenkom/go-mssqldb v0.9.0
go: downloading github.com/golang/glog v0.0.0-20210429001901-424d2337a529
go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
go: downloading golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
go: downloading honnef.co/go/tools v0.0.1-2020.1.4
go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
go: downloading golang.org/x/tools v0.1.3
go: downloading github.com/gorilla/websocket v1.4.2
go: downloading golang.org/x/mod v0.4.2
github.com/xmlking/micro-starter-kit/shared/util/micro imports
	github.com/micro/go-micro/v2/client/grpc tested by
	github.com/micro/go-micro/v2/client/grpc.test imports
	google.golang.org/grpc/examples/helloworld/helloworld: ambiguous import: found package google.golang.org/grpc/examples/helloworld/helloworld in multiple modules:
	google.golang.org/grpc v1.38.0 (/tmp/renovate-cache/others/go/pkg/mod/google.golang.org/[email protected]/examples/helloworld/helloworld)
	google.golang.org/grpc/examples v0.0.0-20210715165331-ce7bdf50abb1 (/tmp/renovate-cache/others/go/pkg/mod/google.golang.org/grpc/[email protected]/helloworld/helloworld)

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

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

Successfully merging this pull request may close these issues.

1 participant