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

build(deps): bump the gomod-dependencies group across 1 directory with 11 updates #185

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2024

Bumps the gomod-dependencies group with 11 updates in the /server directory:

Package From To
github.com/disgoorg/disgo 0.17.2 0.18.4
github.com/docker/docker 25.0.4+incompatible 26.1.0+incompatible
github.com/gin-contrib/cors 1.7.0 1.7.1
github.com/go-git/go-git/v5 5.11.0 5.12.0
github.com/google/go-containerregistry 0.19.0 0.19.1
github.com/jmoiron/sqlx 1.3.5 1.4.0
github.com/loopfz/gadgeto 0.11.3 0.11.4
golang.org/x/crypto 0.21.0 0.22.0
golang.org/x/net 0.22.0 0.24.0
gorm.io/gorm 1.25.7 1.25.10
modernc.org/sqlite 1.29.3 1.29.8

Updates github.com/disgoorg/disgo from 0.17.2 to 0.18.4

Release notes

Sourced from github.com/disgoorg/disgo's releases.

v0.18.4 - Consistency fix

What's Changed

Breaking Changes

  • PollCreateBuilder.SetPollAnswers -> SetAnswers, PollCreateBuilder.AddPollAnswer -> AddAnswer

Full Changelog: disgoorg/disgo@v0.18.3...v0.18.4

v0.18.3 - Polls!

What's Changed

Full Changelog: disgoorg/disgo@v0.18.2...v0.18.3

v0.18.2 - More fixes

What's Changed

Full Changelog: disgoorg/disgo@v0.18.1...v0.18.2

v0.18.1

What's Changed

Full Changelog: disgoorg/disgo@v0.18.0...v0.18.1

v0.18.0 - User apps, fixes and more

What's Changed

[!CAUTION] User-installable apps are currently in preview. During the preview, there are major limitations and known bugs, and API details are subject to change.

Breaking Changes

  • handler middlewares now have a handler.InteractionEvent type which carries a context, path variables & provide convenient methods to respond to interactions
  • handler.XEvent.Variables has been renamed to handler.XEvent.Vars
  • refactor of oauth2.GenerateAuthorizationURL() & GenerateAuthorizationURLState() params into a struct to prevent breaking changes in the future

... (truncated)

Commits

Updates github.com/docker/docker from 25.0.4+incompatible to 26.1.0+incompatible

Release notes

Sourced from github.com/docker/docker's releases.

v26.1.0

26.1.0

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

New

Bug fixes and enhancements

  • Native Windows containers are configured with an internal DNS server for container name resolution, and external DNS servers for other lookups. Not all resolvers, including nslookup, fall back to the external resolvers when they get a SERVFAIL answer from the internal server. So, the internal DNS server can now be configured to forward requests to the external resolvers, by setting "features": {"windows-dns-proxy": true } in the daemon.json file. moby/moby#47584

[!NOTE] This will be the new default behavior in Docker Engine 27.0.

[!WARNING] The windows-dns-proxy feature flag will be removed in a future release.

  • Swarm: Fix Subpath not being passed to the container config. moby/moby#47711
  • Classic builder: Fix cache miss on WORKDIR <directory>/ build step (directory with a trailing slash). moby/moby#47723
  • containerd image store: Fix docker images failing when any image in the store has unexpected target. moby/moby#47738

v26.0.2

26.0.2

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Security

This release contains a security fix for CVE-2024-32473, an unexpected configuration of IPv6 on IPv4-only interfaces.

Bug fixes and enhancements

v26.0.1

... (truncated)

Commits
  • c8af8eb Merge pull request #47738 from vvoland/c8d-walk-image-badimagetarget
  • 7d95fe8 c8d/list: Ignore unexpected image target
  • 801fd16 Merge pull request #47735 from cpuguy83/better_walk_error
  • 6667e96 Include more details in errnotManifestOrIndex
  • ee8b788 Merge pull request #47734 from krissetto/image-history-timestamp-dereference
  • 96c9353 Merge pull request #47723 from vvoland/builder-fix-workdir-slash
  • ab570ab nil dereference fix on image history Created value
  • 7532420 container/SetupWorkingDirectory: Don't mutate config
  • a4d5b6b builder/normalizeWorkdir: Always return cleaned path
  • e829cca Merge pull request #47584 from robmry/upstream_dns_windows
  • Additional commits viewable in compare view

Updates github.com/gin-contrib/cors from 1.7.0 to 1.7.1

Release notes

Sourced from github.com/gin-contrib/cors's releases.

v1.7.1

Changelog

Enhancements

  • 71a48a2 chore: update third-party dependencies to latest versions

Others

  • 88cbcd0 ci: update GitHub Actions workflows for Go projects
  • 84d0919 test: refactor CORS tests and expand coverage
Commits
  • 71a48a2 chore: update third-party dependencies to latest versions
  • 88cbcd0 ci: update GitHub Actions workflows for Go projects
  • 84d0919 test: refactor CORS tests and expand coverage
  • See full diff in compare view

Updates github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0

Release notes

Sourced from github.com/go-git/go-git/v5's releases.

v5.12.0

What's Changed

New Contributors

Full Changelog: go-git/go-git@v5.11.0...v5.12.0

Commits
  • 302ddde Merge pull request #1060 from go-git/dependabot/go_modules/github.com/gliderl...
  • 6bba34d build: bump github.com/gliderlabs/ssh from 0.3.6 to 0.3.7
  • feaeb36 Merge pull request #937 from matejrisek/feature/rename-short-fields
  • 7959a42 Merge pull request #1052 from go-git/dependabot/go_modules/github.com/skeema/...
  • 4c17ce7 build: bump github.com/skeema/knownhosts from 1.2.1 to 1.2.2
  • 3f77e6f Merge pull request #1048 from pjbgf/fix-reset-validation
  • 6af38e0 Merge pull request #1047 from avoidalone/master
  • e6c3e58 Merge pull request #1044 from pjbgf/ff-merge
  • 04f7b23 *: fix some comments
  • f4f1a87 Merge pull request #971 from nodivbyzero/fix-177-diff-print-file-stats
  • Additional commits viewable in compare view

Updates github.com/google/go-containerregistry from 0.19.0 to 0.19.1

Release notes

Sourced from github.com/google/go-containerregistry's releases.

v0.19.1

What's Changed

Full Changelog: google/go-containerregistry@v0.19.0...v0.19.1

Commits

Updates github.com/jmoiron/sqlx from 1.3.5 to 1.4.0

Release notes

Sourced from github.com/jmoiron/sqlx's releases.

Update dependencies to their latest stable versions

This release has updated all dependencies to their latest stable version.

And now, for the auto-generated description:


What's Changed

New Contributors

Full Changelog: jmoiron/sqlx@v1.3.5...v1.4.0

Commits

Updates github.com/loopfz/gadgeto from 0.11.3 to 0.11.4

Release notes

Sourced from github.com/loopfz/gadgeto's releases.

v0.11.4

What's Changed

Full Changelog: loopfz/gadgeto@v0.11.3...v0.11.4

Commits

Updates golang.org/x/crypto from 0.21.0 to 0.22.0

Commits
  • d042a39 go.mod: update golang.org/x dependencies
  • b92bf94 ssh: respect MaxAuthTries also for "none" auth attempts
  • 6f79b5a ssh: add server side multi-step authentication
  • 8d0d405 x/crypto/chacha20: cleanup chacha_ppc64le.s
  • b91329d all: remove redundant words in comments and fix some typos
  • See full diff in compare view

Updates golang.org/x/net from 0.22.0 to 0.24.0

Commits
  • 7bbe320 go.mod: update golang.org/x dependencies
  • c48da13 http2: fix TestServerContinuationFlood flakes
  • 762b58d http2: fix tipos in comment
  • ba87210 http2: close connections when receiving too many headers
  • ebc8168 all: fix some typos
  • 3678185 http2: make TestCanonicalHeaderCacheGrowth faster
  • 448c44f http2: remove clientTester
  • c7877ac http2: convert the remaining clientTester tests to testClientConn
  • d8870b0 http2: use synthetic time in TestIdleConnTimeout
  • d73acff http2: only set up deadline when Server.IdleTimeout is positive
  • Additional commits viewable in compare view

Updates gorm.io/gorm from 1.25.7 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

Updates modernc.org/sqlite from 1.29.3 to 1.29.8

Commits
  • 86f4fa0 upgrade to SQLite 3.45.3
  • f6288a5 upgrade to SQLite 3.45.2, support linux/loong64 /3
  • dc27467 upgrade to SQLite 3.45.2, support linux/loong64 /2
  • 2baa790 upgrade to SQLite 3.45.2, support linux/loong64
  • 21d90b2 Merge branch 'feature/89/add-backup-commit-method' into 'master'
  • 01aa83b fixup! sqlite: add Backup.Commit method
  • 27e480d CONTRIBUTORS: added self as contributor
  • fc4ca38 functest: added a backup-commit-close test
  • d3c0a9c sqlite: add Backup.Commit method
  • 8167b21 Merge branch 'tyge-master-patch-33989' into 'master'
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…h 11 updates

Bumps the gomod-dependencies group with 11 updates in the /server directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/disgoorg/disgo](https://github.com/disgoorg/disgo) | `0.17.2` | `0.18.4` |
| [github.com/docker/docker](https://github.com/docker/docker) | `25.0.4+incompatible` | `26.1.0+incompatible` |
| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.7.0` | `1.7.1` |
| [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) | `5.11.0` | `5.12.0` |
| [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) | `0.19.0` | `0.19.1` |
| [github.com/jmoiron/sqlx](https://github.com/jmoiron/sqlx) | `1.3.5` | `1.4.0` |
| [github.com/loopfz/gadgeto](https://github.com/loopfz/gadgeto) | `0.11.3` | `0.11.4` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.21.0` | `0.22.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.22.0` | `0.24.0` |
| [gorm.io/gorm](https://github.com/go-gorm/gorm) | `1.25.7` | `1.25.10` |
| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.29.3` | `1.29.8` |



Updates `github.com/disgoorg/disgo` from 0.17.2 to 0.18.4
- [Release notes](https://github.com/disgoorg/disgo/releases)
- [Commits](disgoorg/disgo@v0.17.2...v0.18.4)

Updates `github.com/docker/docker` from 25.0.4+incompatible to 26.1.0+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v25.0.4...v26.1.0)

Updates `github.com/gin-contrib/cors` from 1.7.0 to 1.7.1
- [Release notes](https://github.com/gin-contrib/cors/releases)
- [Changelog](https://github.com/gin-contrib/cors/blob/master/.goreleaser.yaml)
- [Commits](gin-contrib/cors@v1.7.0...v1.7.1)

Updates `github.com/go-git/go-git/v5` from 5.11.0 to 5.12.0
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](go-git/go-git@v5.11.0...v5.12.0)

Updates `github.com/google/go-containerregistry` from 0.19.0 to 0.19.1
- [Release notes](https://github.com/google/go-containerregistry/releases)
- [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml)
- [Commits](google/go-containerregistry@v0.19.0...v0.19.1)

Updates `github.com/jmoiron/sqlx` from 1.3.5 to 1.4.0
- [Release notes](https://github.com/jmoiron/sqlx/releases)
- [Commits](jmoiron/sqlx@v1.3.5...v1.4.0)

Updates `github.com/loopfz/gadgeto` from 0.11.3 to 0.11.4
- [Release notes](https://github.com/loopfz/gadgeto/releases)
- [Commits](loopfz/gadgeto@v0.11.3...v0.11.4)

Updates `golang.org/x/crypto` from 0.21.0 to 0.22.0
- [Commits](golang/crypto@v0.21.0...v0.22.0)

Updates `golang.org/x/net` from 0.22.0 to 0.24.0
- [Commits](golang/net@v0.22.0...v0.24.0)

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

Updates `modernc.org/sqlite` from 1.29.3 to 1.29.8
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.29.3...v1.29.8)

---
updated-dependencies:
- dependency-name: github.com/disgoorg/disgo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-dependencies
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gomod-dependencies
- dependency-name: github.com/gin-contrib/cors
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-dependencies
- dependency-name: github.com/go-git/go-git/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-dependencies
- dependency-name: github.com/google/go-containerregistry
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-dependencies
- dependency-name: github.com/jmoiron/sqlx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-dependencies
- dependency-name: github.com/loopfz/gadgeto
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-dependencies
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-dependencies
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-dependencies
- dependency-name: gorm.io/gorm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-dependencies
- dependency-name: modernc.org/sqlite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github May 6, 2024

Superseded by #188.

@dependabot dependabot bot closed this May 6, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/server/gomod-dependencies-791985670c branch May 6, 2024 01:15
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.

0 participants