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

Update module github.com/lib/pq to v1.10.9 #15

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 26, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/lib/pq v1.10.8 -> v1.10.9 age adoption passing confidence

Release Notes

lib/pq (github.com/lib/pq)

v1.10.9

Compare Source

  • Fixes backwards incompat bug with 1.13.
  • Fixes pgpass issue

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, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Apr 26, 2023

⚠ 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_sidecar --label=renovate_child -v "/mnt/renovate/gh/Amad3eu/TodoAPI":"/mnt/renovate/gh/Amad3eu/TodoAPI" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e GOPATH -e GOPROXY -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 BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/mnt/renovate/gh/Amad3eu/TodoAPI" ghcr.io/containerbase/sidecar bash -l -c "install-tool golang 1.20.3 && go get -d -t ./..."
go: downloading github.com/go-chi/chi/v5 v5.0.8
go: downloading github.com/spf13/viper v1.15.0
go: downloading github.com/lib/pq v1.10.9
go: downloading github.com/fsnotify/fsnotify v1.6.0
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading github.com/spf13/afero v1.9.3
go: downloading github.com/spf13/cast v1.5.0
go: downloading github.com/spf13/jwalterweatherman v1.1.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading golang.org/x/sys v0.3.0
go: downloading golang.org/x/text v0.5.0
go: downloading github.com/subosito/gotenv v1.4.2
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading gopkg.in/ini.v1 v1.67.0
go: downloading github.com/magiconair/properties v1.8.7
go: downloading github.com/pelletier/go-toml/v2 v2.0.6
go: downloading github.com/pelletier/go-toml v1.9.5
go: downloading gopkg.in/yaml.v3 v3.0.1
github.com/Amad3eu/api-pstg-go/handlers imports
	http: package http is not in GOROOT (/opt/buildpack/tools/golang/1.20.3/src/http)
github.com/Amad3eu/api-pstg-go/handlers imports
	json: package json is not in GOROOT (/opt/buildpack/tools/golang/1.20.3/src/json)
github.com/Amad3eu/api-pstg-go/handlers imports
	models: package models is not in GOROOT (/opt/buildpack/tools/golang/1.20.3/src/models)
github.com/Amad3eu/api-pstg-go/handlers imports
	srtconv: package srtconv is not in GOROOT (/opt/buildpack/tools/golang/1.20.3/src/srtconv)

@renovate renovate bot changed the title Update module github.com/lib/pq to v1.10.9 Update module github.com/lib/pq to v1.10.9 - autoclosed Oct 27, 2024
@renovate renovate bot closed this Oct 27, 2024
@renovate renovate bot deleted the renovate/github.com-lib-pq-1.x branch October 27, 2024 04:22
@renovate renovate bot changed the title Update module github.com/lib/pq to v1.10.9 - autoclosed Update module github.com/lib/pq to v1.10.9 Oct 27, 2024
@renovate renovate bot reopened this Oct 27, 2024
@renovate renovate bot restored the renovate/github.com-lib-pq-1.x branch October 27, 2024 06:21
Copy link
Contributor Author

renovate bot commented Oct 27, 2024

⚠️ 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 -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: downloading github.com/go-chi/chi/v5 v5.0.8
go: downloading github.com/spf13/viper v1.15.0
go: downloading github.com/lib/pq v1.10.9
go: downloading github.com/fsnotify/fsnotify v1.6.0
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading github.com/spf13/afero v1.9.3
go: downloading github.com/spf13/cast v1.5.0
go: downloading github.com/spf13/jwalterweatherman v1.1.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading golang.org/x/sys v0.3.0
go: downloading golang.org/x/text v0.5.0
go: downloading github.com/subosito/gotenv v1.4.2
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading gopkg.in/ini.v1 v1.67.0
go: downloading github.com/magiconair/properties v1.8.7
go: downloading github.com/pelletier/go-toml/v2 v2.0.6
go: downloading github.com/pelletier/go-toml v1.9.5
go: downloading gopkg.in/yaml.v3 v3.0.1
go: github.com/Amad3eu/api-pstg-go/handlers imports
	http: package http is not in std (/opt/containerbase/tools/golang/1.23.5/src/http)
go: github.com/Amad3eu/api-pstg-go/handlers imports
	json: package json is not in std (/opt/containerbase/tools/golang/1.23.5/src/json)
go: github.com/Amad3eu/api-pstg-go/handlers imports
	models: package models is not in std (/opt/containerbase/tools/golang/1.23.5/src/models)
go: github.com/Amad3eu/api-pstg-go/handlers imports
	srtconv: package srtconv is not in std (/opt/containerbase/tools/golang/1.23.5/src/srtconv)

@renovate renovate bot force-pushed the renovate/github.com-lib-pq-1.x branch from 199202c to 8a78005 Compare October 27, 2024 06:22
@renovate renovate bot changed the title Update module github.com/lib/pq to v1.10.9 Update module github.com/lib/pq to v1.10.9 - autoclosed Dec 17, 2024
@renovate renovate bot closed this Dec 17, 2024
@renovate renovate bot deleted the renovate/github.com-lib-pq-1.x branch December 17, 2024 15:48
@renovate renovate bot changed the title Update module github.com/lib/pq to v1.10.9 - autoclosed Update module github.com/lib/pq to v1.10.9 Dec 17, 2024
@renovate renovate bot reopened this Dec 17, 2024
@renovate renovate bot force-pushed the renovate/github.com-lib-pq-1.x branch from 2e1ecbf to 8a78005 Compare December 17, 2024 19:18
@renovate renovate bot changed the title Update module github.com/lib/pq to v1.10.9 Update module github.com/lib/pq to v1.10.9 - autoclosed Jan 17, 2025
@renovate renovate bot closed this Jan 17, 2025
@renovate renovate bot changed the title Update module github.com/lib/pq to v1.10.9 - autoclosed Update module github.com/lib/pq to v1.10.9 Jan 17, 2025
@renovate renovate bot reopened this Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant