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 in /server with 10 updates #183

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
github.com/disgoorg/disgo 0.17.2 0.18.2
github.com/docker/docker 25.0.4+incompatible 26.0.2+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/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.9
modernc.org/sqlite 1.29.3 1.29.8

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

Release notes

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

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

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

Commits
  • 1c2e34f Fix panics in emoji rest calls
  • 1254a6c fix MessageUpdateBuilder.RetainAttachments not removing all attachments when ...
  • c13ef9f Fix cdn endpoint issues for stickers & avatar decorations (#349)
  • d861eea Refactor oauth params into a struct (#345)
  • 7039b07 Add support for user apps (#341)
  • 2500da8 Update avatar decorations (#320)
  • 97864e4 Add ConnectionTypeBungie (#340)
  • 7782501 Add bulk ban endpoint (#342)
  • 9b1dddf allow multiple gateway closes without blocking forever (#339)
  • 223c084 Update example.go
  • Additional commits viewable in compare view

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

Release notes

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

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

26.0.1

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

Bug fixes and enhancements

  • Fix a regression that meant network interface specific --sysctl options prevented container startup. moby/moby#47646
  • Remove erroneous platform from image config OCI descriptor in docker save output. moby/moby#47694
  • containerd image store: OCI archives produced by docker save will now have a non-empty mediaType field in index.json moby/moby#47701
  • Fix a regression that prevented the internal resolver from forwarding requests from IPvlan L3 networks to external resolvers. moby/moby#47705
  • Prevent the use of external resolvers in IPvlan and Macvlan networks created with no parent interface specified. moby/moby#47705

Packaging updates

v26.0.0

26.0.0

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

... (truncated)

Commits
  • 7cef0d9 Merge pull request from GHSA-x84c-p2g9-rqv9
  • 841c4c8 Disable IPv6 for endpoints in '--ipv6=false' networks.
  • 60b9add Merge pull request #47705 from robmry/backport-26.0/47662_ipvlan_l3_dns
  • 8ad7f86 Run ipvlan tests even if 'modprobe ipvlan' fails
  • dc27552 Stop macvlan with no parent from using ext-dns
  • 7b570f0 Enable DNS proxying for ipvlan-l3
  • 8cdcc4f Move dummy DNS server to integration/internal/network
  • ed752f6 Merge pull request #47701 from vvoland/v26.0-47691
  • 9db1b6f Merge pull request #47702 from vvoland/v26.0-47647
  • 6261281 Merge pull request #47700 from vvoland/v26.0-47673
  • 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/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.9

Commits
  • 26195e6 fix: remove callback from callbacks if Remove() called (#6916)
  • 956f7ce fix: 'type XXXX int' will print wrong sql to terminal (#6917)
  • 0d6c534 Don't close prepared stmt for normal db error
  • 5760388 Only close bad conn prepared stmt
  • 81536f8 Fix insert id into map results, fix #6812
  • 1b0aa80 Fix AutoMigrate for bool fields with default value
  • e0c3be0 Fix tests in local
  • 303de6e chore: optimize regEnLetterAndMidline regular (#6908)
  • f7ebf04 fix(create): fix insert column order (#6855)
  • ab89d54 chore: UnixNano convert to UnixMilli (#6907)
  • 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

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

| Package | From | To |
| --- | --- | --- |
| [github.com/disgoorg/disgo](https://github.com/disgoorg/disgo) | `0.17.2` | `0.18.2` |
| [github.com/docker/docker](https://github.com/docker/docker) | `25.0.4+incompatible` | `26.0.2+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/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.9` |
| [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.2
- [Release notes](https://github.com/disgoorg/disgo/releases)
- [Commits](disgoorg/disgo@v0.17.2...v0.18.2)

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

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/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.9
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](go-gorm/gorm@v1.25.7...v1.25.9)

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/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 Apr 29, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 29, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/server/gomod-dependencies-1a1fc00a30 branch April 29, 2024 01:14
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