Skip to content

chore(deps): bump the go-minor-patch group across 1 directory with 6 updates#61

Open
dependabot[bot] wants to merge 1 commit into
DEVfrom
dependabot/go_modules/DEV/go-minor-patch-a8ff6f6fa9
Open

chore(deps): bump the go-minor-patch group across 1 directory with 6 updates#61
dependabot[bot] wants to merge 1 commit into
DEVfrom
dependabot/go_modules/DEV/go-minor-patch-a8ff6f6fa9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-minor-patch group with 5 updates in the / directory:

Package From To
github.com/paulmach/orb 0.11.1 0.13.0
github.com/swaggo/gin-swagger 1.6.0 1.6.1
github.com/swaggo/swag 1.16.3 1.16.6
golang.org/x/text 0.35.0 0.38.0
gorm.io/driver/postgres 1.5.0 1.6.0

Updates github.com/paulmach/orb from 0.11.1 to 0.13.0

Release notes

Sourced from github.com/paulmach/orb's releases.

v0.13.0

What's Changed

New Contributors

Full Changelog: paulmach/orb@v0.12.0...v0.13.0

v0.12.0

What's Changed

New Contributors

Full Changelog: paulmach/orb@v0.11.1...v0.12.0

Changelog

Sourced from github.com/paulmach/orb's changelog.

v0.13.0 - 2026-03-30

Fixed

Changed

Added

v0.12.0 - 2025-09-17

Fixed

Added

Commits
  • a12a48e update changelog for v0.12.0
  • 9610ef0 Merge pull request #176 from paulmach/pm/generic-geojson
  • e76ee9d geojson: add generic property support to features and collections
  • c2aa315 Merge pull request #177 from paulmach/cleanup
  • 9dea653 reduce go.mod's goversion 1.25 -> 1.18 for better compatibility
  • b3a81cb interface{} -> any
  • 75e83f3 Merge pull request #174 from lukasbindreiter/master
  • b9d09e5 Update bson encoding library to mongo-driver/v2
  • e0c9c1c Merge pull request #172 from OlafFlebbeBosch/master
  • 26f1977 upgrade golangci-lint and fix errors
  • Additional commits viewable in compare view

Updates github.com/swaggo/gin-swagger from 1.6.0 to 1.6.1

Release notes

Sourced from github.com/swaggo/gin-swagger's releases.

v1.6.1

Changelog

  • 19f4300ad05a57e2a7a2f3ef0a3acbac8f30a435 Allow to enable Proof Key for Code Exachange (PKCE) (#271)
  • 76a92d5db8f3d154f87d1feac1e46f23aeec9fdf Update Go versions in CI workflow (#324)
  • aa92a0ac3f26c587e4248afcf8d8b6318353e7b0 Update ReadMe (#291)
  • 08e4a929c9132200950fed601d0472142a20e0ce chore(deps): bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 (#270)
  • 7d8970259b5a77dde1462927b1b4d589fc938cd4 chore(deps): bump golang.org/x/net from 0.8.0 to 0.23.0 (#298)
  • 2b8554dea56a983cae644a52556125b6f4216020 chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 (#293)
  • 3b4340f1a7a6b24b9dcb4238954db4482db434ae move css and js to seperate files (#280)
Commits
  • 2b8554d chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 (#293)
  • 08e4a92 chore(deps): bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 (#270)
  • 7d89702 chore(deps): bump golang.org/x/net from 0.8.0 to 0.23.0 (#298)
  • 76a92d5 Update Go versions in CI workflow (#324)
  • 19f4300 Allow to enable Proof Key for Code Exachange (PKCE) (#271)
  • aa92a0a Update ReadMe (#291)
  • 3b4340f move css and js to seperate files (#280)
  • See full diff in compare view

Updates github.com/swaggo/swag from 1.16.3 to 1.16.6

Release notes

Sourced from github.com/swaggo/swag's releases.

v1.16.6

What's Changed

New Contributors

Full Changelog: swaggo/swag@v1.16.5...v1.16.6

v1.16.5

What's Changed

New Contributors

... (truncated)

Commits

Updates golang.org/x/text from 0.35.0 to 0.38.0

Commits
  • f4bb632 go.mod: update golang.org/x dependencies
  • 3ef517e go.mod: update golang.org/x dependencies
  • 8577a70 go.mod: update golang.org/x dependencies
  • See full diff in compare view

Updates gorm.io/driver/postgres from 1.5.0 to 1.6.0

Commits

Updates gorm.io/gorm from 1.25.0 to 1.25.10

Commits
  • 9d370bc Fix handling of unknown column types (#6540)
  • 7892019 Fix panic bug in migrator due to lack of nil check for stmt.Schema (#6932)
  • ac59252 Add new error for "Violation Check Constraint" (#6992)
  • 207f1ac fix: not clause with or condition (#6984)
  • 85299bf perf: merge nested preload query when using join (#6990)
  • 5553ff3 downgrade mssql driver
  • bc49365 Faster utils.FileWithLineNum (#6981)
  • d0b4ceb Added comment describing Unscoped() method (#6969)
  • 9a61ef2 fix: duplicated preload (#6948)
  • 1e13fd7 Fix duplicated columns in INSERT SQL for some fields with default value
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jun 25, 2026
…updates

Bumps the go-minor-patch group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/paulmach/orb](https://github.com/paulmach/orb) | `0.11.1` | `0.13.0` |
| [github.com/swaggo/gin-swagger](https://github.com/swaggo/gin-swagger) | `1.6.0` | `1.6.1` |
| [github.com/swaggo/swag](https://github.com/swaggo/swag) | `1.16.3` | `1.16.6` |
| [golang.org/x/text](https://github.com/golang/text) | `0.35.0` | `0.38.0` |
| [gorm.io/driver/postgres](https://github.com/go-gorm/postgres) | `1.5.0` | `1.6.0` |



Updates `github.com/paulmach/orb` from 0.11.1 to 0.13.0
- [Release notes](https://github.com/paulmach/orb/releases)
- [Changelog](https://github.com/paulmach/orb/blob/master/CHANGELOG.md)
- [Commits](paulmach/orb@v0.11.1...v0.13.0)

Updates `github.com/swaggo/gin-swagger` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/swaggo/gin-swagger/releases)
- [Commits](swaggo/gin-swagger@v1.6.0...v1.6.1)

Updates `github.com/swaggo/swag` from 1.16.3 to 1.16.6
- [Release notes](https://github.com/swaggo/swag/releases)
- [Commits](swaggo/swag@v1.16.3...v1.16.6)

Updates `golang.org/x/text` from 0.35.0 to 0.38.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.35.0...v0.38.0)

Updates `gorm.io/driver/postgres` from 1.5.0 to 1.6.0
- [Commits](go-gorm/postgres@v1.5.0...v1.6.0)

Updates `gorm.io/gorm` from 1.25.0 to 1.25.10
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](go-gorm/gorm@v1.25.0...v1.25.10)

---
updated-dependencies:
- dependency-name: github.com/paulmach/orb
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/swaggo/gin-swagger
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: github.com/swaggo/swag
  dependency-version: 1.16.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: golang.org/x/text
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: gorm.io/driver/postgres
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: gorm.io/gorm
  dependency-version: 1.25.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump the go-minor-patch group with 6 updates chore(deps): bump the go-minor-patch group across 1 directory with 6 updates Jun 30, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/DEV/go-minor-patch-a8ff6f6fa9 branch from b5eee15 to 8dec5d4 Compare June 30, 2026 22:44
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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants