Skip to content

Update go dependencies - #1689

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go-dependencies
Open

Update go dependencies#1689
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go-dependencies

Conversation

@renovate

@renovate renovate Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/go-openapi/loads v0.25.2v0.25.3 age confidence
github.com/go-openapi/runtime v0.33.1v0.33.2 age confidence
github.com/go-openapi/strfmt v0.27.0v0.27.2 age confidence
github.com/pressly/goose/v3 v3.27.3v3.28.0 age confidence
golang.org/x/sync v0.22.0v0.23.0 age confidence

Release Notes

go-openapi/loads (github.com/go-openapi/loads)

v0.25.3

Compare Source

0.25.3 - 2026-09-04

Full Changelog: go-openapi/loads@v0.25.2...v0.25.3

4 commits in this release.


Documentation
Miscellaneous tasks
Updates

People who contributed to this release

loads license terms

License

go-openapi/runtime (github.com/go-openapi/runtime)

v0.33.2

Compare Source

0.33.2 - 2026-09-03

Full Changelog: go-openapi/runtime@v0.33.1...v0.33.2

11 commits in this release.


Documentation
Miscellaneous tasks
Updates
Other (technical)

People who contributed to this release

runtime license terms

License

Per-module changes


client-middleware/opentracing (0.33.2)

Miscellaneous tasks
Updates
Other (technical)

docs/examples (0.33.2)

Miscellaneous tasks
Updates
Other (technical)

server-middleware (0.33.2)

Miscellaneous tasks
Updates
go-openapi/strfmt (github.com/go-openapi/strfmt)

v0.27.2

Compare Source

0.27.2 - 2026-09-03

Full Changelog: go-openapi/strfmt@v0.27.1...v0.27.2

2 commits in this release.


Miscellaneous tasks

People who contributed to this release

strfmt license terms

License

Per-module changes


enable/mongodb (0.27.2)

Miscellaneous tasks

internal/testintegration (0.27.2)

Miscellaneous tasks

v0.27.1

Compare Source

0.27.1 - 2026-09-03

Full Changelog: go-openapi/strfmt@v0.27.0...v0.27.1

18 commits in this release.


Fixed bugs
  • fix(hostname): go1.27 idna valid label no longer tolerates trailing d… by @​fredbi in #​297 ...
Documentation
Miscellaneous tasks
Updates

People who contributed to this release

strfmt license terms

License

Per-module changes


enable/mongodb (0.27.1)

Miscellaneous tasks
Updates

internal/testintegration (0.27.1)

Miscellaneous tasks
Updates
pressly/goose (github.com/pressly/goose/v3)

v3.28.0

Compare Source

Added
  • CLI: azuresql driver for Azure SQL with Microsoft Entra ID (Azure AD) authentication via
    fedauth connection string parameters, e.g.
    goose azuresql "sqlserver://host?database=mydb&fedauth=ActiveDirectoryDefault" status.
    Excluded when building with the no_mssql or no_azuresql tags (#​1109)
  • MySQL/MariaDB table-based Locker via lock.NewMySQLTableLocker, the MySQL counterpart to the
    Postgres table locker from #​993, accepting the same TableLockerOption set (#​1075)
Changed
  • Minimum Go version is now 1.26

  • ClickHouse: new goose_db_version tables are created with ORDER BY (version_id) instead of
    ORDER BY (date). Existing tables are unchanged (#​1085)

  • MySQL/TiDB: the tstamp column is now DATETIME instead of TIMESTAMP, which is capped at
    2038-01-19 (#​1053). Only newly created tables are affected; existing tables can be updated with:

    ALTER TABLE goose_db_version MODIFY tstamp datetime NULL DEFAULT CURRENT_TIMESTAMP;
  • Various dependency upgrades

Fixed
  • goose create returns a clear "file exists" error, including the path, instead of %!w(<nil>)
    when the migration file already exists (#​1104)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 4am every 2 weeks on Monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Sep 7, 2026
@renovate

renovate Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ 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: console/service/go.sum
Command failed: go get -t ./...
go: module github.com/go-openapi/loads@v0.25.3 requires go >= 1.26.0; switching to go1.26.8
go: downloading go1.26.8 (linux/amd64)
go: downloading github.com/rs/zerolog v1.35.1
go: downloading github.com/kelseyhightower/envconfig v1.4.0
go: downloading github.com/go-openapi/runtime v0.33.2
go: downloading github.com/segmentio/asm v1.2.1
go: downloading go.openly.dev/pointy v1.3.0
go: downloading github.com/go-openapi/strfmt v0.27.2
go: downloading github.com/gdex-lab/go-render v1.0.1
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/jackc/pgx/v5 v5.10.0
go: downloading github.com/go-openapi/loads v0.25.3
go: downloading github.com/jessevdk/go-flags v1.6.1
go: downloading gotest.tools/v3 v3.5.2
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading golang.org/x/sync v0.23.0
go: downloading github.com/docker/docker v28.5.2+incompatible
go: downloading github.com/docker/go-connections v0.8.1
go: downloading github.com/goombaio/namegenerator v0.0.0-20181006234301-989e774b106e
go: downloading github.com/pressly/goose/v3 v3.28.0
go: downloading github.com/go-openapi/errors v0.22.8
go: downloading github.com/mattn/go-colorable v0.1.14
go: downloading github.com/go-openapi/analysis v1.0.0
go: downloading github.com/go-openapi/runtime/server-middleware v0.33.2
go: downloading github.com/go-openapi/spec v1.0.1
go: downloading github.com/go-openapi/swag/conv v0.29.1
go: downloading github.com/go-openapi/swag/stringutils v0.29.1
go: downloading github.com/go-openapi/swag/typeutils v0.29.1
go: downloading github.com/go-openapi/validate v1.0.0
go: downloading github.com/go-viper/mapstructure/v2 v2.5.0
go: downloading github.com/oklog/ulid/v2 v2.1.2
go: downloading golang.org/x/net v0.58.0
go: downloading golang.org/x/text v0.41.0
go: downloading github.com/jackc/puddle/v2 v2.2.2
go: downloading github.com/go-openapi/swag/jsonutils v0.29.1
go: downloading github.com/go-openapi/swag/loading v0.29.1
go: downloading github.com/go-openapi/swag/yamlutils v0.29.1
go: downloading golang.org/x/sys v0.47.0
go: downloading github.com/google/go-cmp v0.7.0
go: downloading github.com/docker/go-units v0.5.0
go: downloading github.com/moby/docker-image-spec v1.3.1
go: downloading github.com/opencontainers/image-spec v1.1.1
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading github.com/Microsoft/go-winio v0.6.2
go: downloading github.com/containerd/errdefs v1.0.0
go: downloading github.com/containerd/errdefs/pkg v0.3.0
go: downloading github.com/distribution/reference v0.6.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.71.0
go: downloading go.opentelemetry.io/otel/trace v1.46.0
go: downloading go.opentelemetry.io/otel v1.46.0
go: downloading github.com/sethvargo/go-retry v0.4.0
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/go-openapi/swag/fileutils v0.29.1
go: downloading github.com/mattn/go-isatty v0.0.24
go: downloading github.com/go-openapi/jsonpointer v1.0.1
go: downloading github.com/go-openapi/swag/mangling v0.29.1
go: downloading github.com/go-openapi/jsonreference v1.0.2
go: downloading github.com/go-openapi/swag/pools v0.29.1
go: downloading github.com/jackc/pgpassfile v1.0.0
go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
go: downloading go.yaml.in/yaml/v3 v3.0.5
go: downloading github.com/felixge/httpsnoop v1.1.0
go: downloading go.opentelemetry.io/otel/metric v1.46.0
go: downloading github.com/mfridman/interpolate v0.0.2
go: downloading github.com/go-logr/logr v1.4.4
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading go.opentelemetry.io/auto/sdk v1.2.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: postgresql-cluster-console/internal/controllers imports
	postgresql-cluster-console/models: package postgresql-cluster-console/models is not in std (/runner/cache/others/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.26.8.linux-amd64/src/postgresql-cluster-console/models)
go: postgresql-cluster-console/internal/controllers/cluster imports
	postgresql-cluster-console/restapi/operations/cluster: package postgresql-cluster-console/restapi/operations/cluster is not in std (/runner/cache/others/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.26.8.linux-amd64/src/postgresql-cluster-console/restapi/operations/cluster)
go: postgresql-cluster-console/internal/controllers/dictionary imports
	postgresql-cluster-console/restapi/operations/dictionary: package postgresql-cluster-console/restapi/operations/dictionary is not in std (/runner/cache/others/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.26.8.linux-amd64/src/postgresql-cluster-console/restapi/operations/dictionary)
go: postgresql-cluster-console/internal/controllers/environment imports
	postgresql-cluster-console/restapi/operations/environment: package postgresql-cluster-console/restapi/operations/environment is not in std (/runner/cache/others/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.26.8.linux-amd64/src/postgresql-cluster-console/restapi/operations/environment)
go: postgresql-cluster-console/internal/controllers/operation imports
	postgresql-cluster-console/restapi/operations/operation: package postgresql-cluster-console/restapi/operations/operation is not in std (/runner/cache/others/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.26.8.linux-amd64/src/postgresql-cluster-console/restapi/operations/operation)
go: postgresql-cluster-console/internal/controllers/project imports
	postgresql-cluster-console/restapi/operations/project: package postgresql-cluster-console/restapi/operations/project is not in std (/runner/cache/others/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.26.8.linux-amd64/src/postgresql-cluster-console/restapi/operations/project)
go: postgresql-cluster-console/internal/controllers/secret imports
	postgresql-cluster-console/restapi/operations/secret: package postgresql-cluster-console/restapi/operations/secret is not in std (/runner/cache/others/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.26.8.linux-amd64/src/postgresql-cluster-console/restapi/operations/secret)
go: postgresql-cluster-console/internal/controllers/setting imports
	postgresql-cluster-console/restapi/operations/setting: package postgresql-cluster-console/restapi/operations/setting is not in std (/runner/cache/others/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.26.8.linux-amd64/src/postgresql-cluster-console/restapi/operations/setting)
go: postgresql-cluster-console/internal/service imports
	postgresql-cluster-console/restapi/operations: package postgresql-cluster-console/restapi/operations is not in std (/runner/cache/others/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.26.8.linux-amd64/src/postgresql-cluster-console/restapi/operations)
go: postgresql-cluster-console/internal/service imports
	postgresql-cluster-console/restapi/operations/system: package postgresql-cluster-console/restapi/operations/system is not in std (/runner/cache/others/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.26.8.linux-amd64/src/postgresql-cluster-console/restapi/operations/system)

@renovate
renovate Bot force-pushed the renovate/go-dependencies branch 2 times, most recently from a707ee6 to 2bb14c0 Compare September 7, 2026 11:11
@renovate
renovate Bot force-pushed the renovate/go-dependencies branch from 2bb14c0 to 02c01ed Compare September 8, 2026 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants