chore(deps): update module github.com/lib/pq to v1.10.6 #18

Closed
CSRBot wants to merge 0 commits from renovate/github.com-lib-pq-1.x into master
Collaborator

This PR contains the following updates:

Package Type Update Change
github.com/lib/pq require patch v1.10.5 -> v1.10.6

Release Notes

lib/pq

v1.10.6

Compare Source


Configuration

πŸ“… Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

β™» Rebasing: Whenever PR is behind base branch, 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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/lib/pq](https://github.com/lib/pq) | require | patch | `v1.10.5` -> `v1.10.6` | --- ### Release Notes <details> <summary>lib/pq</summary> ### [`v1.10.6`](https://github.com/lib/pq/compare/v1.10.5...v1.10.6) [Compare Source](https://github.com/lib/pq/compare/v1.10.5...v1.10.6) </details> --- ### Configuration πŸ“… **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled due to failing status checks. β™» **Rebasing**: Whenever PR is behind base branch, 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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
CSRBot added 1 commit 2022-05-16 18:43:30 +00:00
continuous-integration/drone/pr Build was killed Details
continuous-integration/drone/push Build is passing Details
7d6d3845a9
chore(deps): update module github.com/lib/pq to v1.10.6
Author
Collaborator

⚠ 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: docker run --rm --name=renovate_go --label=renovate_child -v "/tmp/renovate/repos/gitea/flucky/flucky":"/tmp/renovate/repos/gitea/flucky/flucky" -v "/tmp/renovate/cache":"/tmp/renovate/cache" -e GOPATH -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e GIT_CONFIG_KEY_3 -e GIT_CONFIG_VALUE_3 -e GIT_CONFIG_KEY_4 -e GIT_CONFIG_VALUE_4 -e GIT_CONFIG_KEY_5 -e GIT_CONFIG_VALUE_5 -e GIT_CONFIG_KEY_6 -e GIT_CONFIG_VALUE_6 -e GIT_CONFIG_KEY_7 -e GIT_CONFIG_VALUE_7 -e GIT_CONFIG_KEY_8 -e GIT_CONFIG_VALUE_8 -w "/tmp/renovate/repos/gitea/flucky/flucky" docker.io/renovate/go:1.18.3 bash -l -c "go get -d -t ./... && go mod tidy && go mod tidy"
git.cryptic.systems/volker.raschek/flucky imports
	github.com/golang-migrate/migrate/v4/database/postgres: cannot find module providing package github.com/golang-migrate/migrate/v4/database/postgres
git.cryptic.systems/volker.raschek/flucky imports
	github.com/golang-migrate/migrate/v4/database/sqlite3: cannot find module providing package github.com/golang-migrate/migrate/v4/database/sqlite3
git.cryptic.systems/volker.raschek/flucky/pkg/repository imports
	github.com/golang-migrate/migrate/v4: cannot find module providing package github.com/golang-migrate/migrate/v4
git.cryptic.systems/volker.raschek/flucky/pkg/repository imports
	github.com/johejo/golang-migrate-extra/source/iofs imports
	github.com/golang-migrate/migrate/v4/source: cannot find module providing package github.com/golang-migrate/migrate/v4/source

### ⚠ 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: docker run --rm --name=renovate_go --label=renovate_child -v "/tmp/renovate/repos/gitea/flucky/flucky":"/tmp/renovate/repos/gitea/flucky/flucky" -v "/tmp/renovate/cache":"/tmp/renovate/cache" -e GOPATH -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e GIT_CONFIG_KEY_3 -e GIT_CONFIG_VALUE_3 -e GIT_CONFIG_KEY_4 -e GIT_CONFIG_VALUE_4 -e GIT_CONFIG_KEY_5 -e GIT_CONFIG_VALUE_5 -e GIT_CONFIG_KEY_6 -e GIT_CONFIG_VALUE_6 -e GIT_CONFIG_KEY_7 -e GIT_CONFIG_VALUE_7 -e GIT_CONFIG_KEY_8 -e GIT_CONFIG_VALUE_8 -w "/tmp/renovate/repos/gitea/flucky/flucky" docker.io/renovate/go:1.18.3 bash -l -c "go get -d -t ./... && go mod tidy && go mod tidy" git.cryptic.systems/volker.raschek/flucky imports github.com/golang-migrate/migrate/v4/database/postgres: cannot find module providing package github.com/golang-migrate/migrate/v4/database/postgres git.cryptic.systems/volker.raschek/flucky imports github.com/golang-migrate/migrate/v4/database/sqlite3: cannot find module providing package github.com/golang-migrate/migrate/v4/database/sqlite3 git.cryptic.systems/volker.raschek/flucky/pkg/repository imports github.com/golang-migrate/migrate/v4: cannot find module providing package github.com/golang-migrate/migrate/v4 git.cryptic.systems/volker.raschek/flucky/pkg/repository imports github.com/johejo/golang-migrate-extra/source/iofs imports github.com/golang-migrate/migrate/v4/source: cannot find module providing package github.com/golang-migrate/migrate/v4/source ```
CSRBot force-pushed renovate/github.com-lib-pq-1.x from 7d6d3845a9 to 9ffbb28579 2022-06-13 22:02:13 +00:00 Compare
CSRBot force-pushed renovate/github.com-lib-pq-1.x from 9ffbb28579 to 0d860ba5be 2022-06-13 23:12:56 +00:00 Compare
CSRBot force-pushed renovate/github.com-lib-pq-1.x from 0d860ba5be to a15185f13f 2022-06-13 23:41:54 +00:00 Compare
volker.raschek closed this pull request 2022-06-14 05:05:23 +00:00
Author
Collaborator

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (v1.10.6). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

### Renovate Ignore Notification As this PR has been closed unmerged, Renovate will now ignore this update (v1.10.6). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the `ignoreDeps` array of your renovate config. If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.
All checks were successful
continuous-integration/drone/pr Build is passing
Required
Details
continuous-integration/drone/push Build is passing
Required
Details

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
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: flucky/flucky#18
No description provided.