build(deps): bump the gomod-dependencies group across 1 directory with 11 updates #188
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the gomod-dependencies group with 9 updates in the /server directory:
0.17.2
0.18.4
25.0.4+incompatible
26.1.1+incompatible
1.7.0
1.7.2
5.11.0
5.12.0
0.19.0
0.19.1
1.3.5
1.4.0
0.11.3
0.11.4
1.25.7
1.25.10
1.29.3
1.29.9
Updates
github.com/disgoorg/disgo
from 0.17.2 to 0.18.4Release notes
Sourced from github.com/disgoorg/disgo's releases.
... (truncated)
Commits
3ff4973
Rename some PollCreateBuilder funcs for consistencya587875
Add polls (#346)1c2e34f
Fix panics in emoji rest calls1254a6c
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)Updates
github.com/docker/docker
from 25.0.4+incompatible to 26.1.1+incompatibleRelease notes
Sourced from github.com/docker/docker's releases.
... (truncated)
Commits
ac2de55
Merge pull request #47775 from vvoland/v26.1-477719a2b531
Merge pull request #47774 from vvoland/v26.1-477692f5bbbe
Option to avoid deleting the kernel_ll address from bridges.4061808
Allow for a read-only "/proc/sys/net".21da192
Merge pull request #47767 from austinvazquez/cherry-pick-eeec716e332e5c058dfe...2c91196
Update containerd to v1.7.16a9a8787
Merge pull request #47762 from tonistiigi/26.1-update-buildkit-v0.13.2c9689ec
vendor: update buildkit to v0.13.2c8af8eb
Merge pull request #47738 from vvoland/c8d-walk-image-badimagetarget7d95fe8
c8d/list: Ignore unexpected image targetUpdates
github.com/gin-contrib/cors
from 1.7.0 to 1.7.2Release notes
Sourced from github.com/gin-contrib/cors's releases.
Commits
064064f
ci: update Go workflow linting action to v5c4d5284
chore: update dependencies and refactor importsf952c06
chore: improve changelog generation and categorization71a48a2
chore: update third-party dependencies to latest versions88cbcd0
ci: update GitHub Actions workflows for Go projects84d0919
test: refactor CORS tests and expand coverageUpdates
github.com/go-git/go-git/v5
from 5.11.0 to 5.12.0Release notes
Sourced from github.com/go-git/go-git/v5's releases.
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.7feaeb36
Merge pull request #937 from matejrisek/feature/rename-short-fields7959a42
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.23f77e6f
Merge pull request #1048 from pjbgf/fix-reset-validation6af38e0
Merge pull request #1047 from avoidalone/mastere6c3e58
Merge pull request #1044 from pjbgf/ff-merge04f7b23
*: fix some commentsf4f1a87
Merge pull request #971 from nodivbyzero/fix-177-diff-print-file-statsUpdates
github.com/google/go-containerregistry
from 0.19.0 to 0.19.1Release notes
Sourced from github.com/google/go-containerregistry's releases.
Commits
8b3c303
Bump golang.org/x/ packages (#1892)afec664
Bump golang.org/x/net from 0.10.0 to 0.17.0 in /pkg/authn/k8schain (#1815)Updates
github.com/jmoiron/sqlx
from 1.3.5 to 1.4.0Release notes
Sourced from github.com/jmoiron/sqlx's releases.
Commits
bc91699
Upgrade dependencies (#909)dcafbc9
Introduce CircleCI (#922)Updates
github.com/loopfz/gadgeto
from 0.11.3 to 0.11.4Release notes
Sourced from github.com/loopfz/gadgeto's releases.
Commits
deb3e10
chore: update go version and dependencies (#97)Updates
golang.org/x/crypto
from 0.21.0 to 0.22.0Commits
d042a39
go.mod: update golang.org/x dependenciesb92bf94
ssh: respect MaxAuthTries also for "none" auth attempts6f79b5a
ssh: add server side multi-step authentication8d0d405
x/crypto/chacha20: cleanup chacha_ppc64le.sb91329d
all: remove redundant words in comments and fix some typosUpdates
golang.org/x/net
from 0.22.0 to 0.24.0Commits
7bbe320
go.mod: update golang.org/x dependenciesc48da13
http2: fix TestServerContinuationFlood flakes762b58d
http2: fix tipos in commentba87210
http2: close connections when receiving too many headersebc8168
all: fix some typos3678185
http2: make TestCanonicalHeaderCacheGrowth faster448c44f
http2: remove clientTesterc7877ac
http2: convert the remaining clientTester tests to testClientConnd8870b0
http2: use synthetic time in TestIdleConnTimeoutd73acff
http2: only set up deadline when Server.IdleTimeout is positiveUpdates
gorm.io/gorm
from 1.25.7 to 1.25.10Commits
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 driverbc49365
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 valueUpdates
modernc.org/sqlite
from 1.29.3 to 1.29.9Commits
fed279c
Merge branch 'begin-use-context' into 'master'5bcefd1
use passed context in BeginTxab5c380
remove all traces of mattn/go-sqlite386f4fa0
upgrade to SQLite 3.45.3f6288a5
upgrade to SQLite 3.45.2, support linux/loong64 /3dc27467
upgrade to SQLite 3.45.2, support linux/loong64 /22baa790
upgrade to SQLite 3.45.2, support linux/loong6421d90b2
Merge branch 'feature/89/add-backup-commit-method' into 'master'01aa83b
fixup! sqlite: add Backup.Commit method27e480d
CONTRIBUTORS: added self as contributorDependabot 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