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

Bump the go-modules group across 1 directory with 28 updates #10

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 30, 2024

Bumps the go-modules group with 22 updates in the / directory:

Package From To
github.com/RichardKnop/machinery/v2 2.0.11 2.0.13
github.com/bytedance/sonic 1.10.1 1.11.8
github.com/gabriel-vasile/mimetype 1.4.2 1.4.4
github.com/glebarez/go-sqlite 1.21.2 1.22.0
github.com/glebarez/sqlite 1.9.0 1.11.0
github.com/go-sql-driver/mysql 1.7.1 1.8.1
github.com/golang-jwt/jwt/v5 5.0.0 5.2.1
github.com/golang-migrate/migrate/v4 4.16.2 4.17.1
github.com/golang-module/carbon/v2 2.2.8 2.3.12
github.com/golang/protobuf 1.5.3 1.5.4
github.com/google/wire 0.5.0 0.6.0
github.com/gookit/validate 1.5.1 1.5.2
github.com/goravel/file-rotatelogs/v2 2.4.1 2.4.2
github.com/spf13/cast 1.5.1 1.6.0
github.com/spf13/viper 1.16.0 1.18.2
github.com/urfave/cli/v2 2.25.7 2.27.2
gorm.io/driver/mysql 1.5.1 1.5.6
gorm.io/driver/postgres 1.5.2 1.5.7
gorm.io/driver/sqlserver 1.5.1 1.5.3
gorm.io/gorm 1.25.7 1.25.10
gorm.io/plugin/dbresolver 1.4.7 1.5.1
github.com/brianvoe/gofakeit/v6 6.23.2 6.28.0

Updates github.com/RichardKnop/machinery/v2 from 2.0.11 to 2.0.13

Release notes

Sourced from github.com/RichardKnop/machinery/v2's releases.

v2.0.13

Full Changelog: RichardKnop/machinery@v2.0.12...v2.0.13

v2.0.12

What's Changed

New Contributors

Full Changelog: RichardKnop/machinery@v2.0.11...v2.0.12

Commits

Updates github.com/bytedance/sonic from 1.10.1 to 1.11.8

Release notes

Sourced from github.com/bytedance/sonic's releases.

v1.11.8

Feature

  • #630 feat:(ast) Visitor support skip object and array

Bugfix

  • #632 fix: better compile error info in 32-bit arch
  • #642 fix: check empty when validating utf8
  • #636 fix: add mssing max pc-sp of natives

Full Changelog: bytedance/sonic@v1.11.7...v1.11.8

v1.11.7

What's Changed

BugFix

Full Changelog: bytedance/sonic@v1.11.6...v1.11.7

v1.11.6

What's Changed

Full Changelog: bytedance/sonic@v1.11.4...v1.11.6

v1.11.4

What's Changed

  • #607 feat:(ast) support arm64
  • #618 chore: immigrate some dependencies to cloudwego
  • #619 build:(native) full inline native C funcs

New Contributors

Full Changelog: bytedance/sonic@v1.11.2...v1.11.4

v1.11.2

Bugfix

  • #603 fix:(ast) SortKeys(true) panic when not loaded-all

Full Changelog: bytedance/sonic@v1.11.1...v1.11.2

v1.11.1

Feature

  • #594 (ast) add new node method "IndexOrGetWithIdx"

... (truncated)

Commits

Updates github.com/gabriel-vasile/mimetype from 1.4.2 to 1.4.4

Release notes

Sourced from github.com/gabriel-vasile/mimetype's releases.

v1.4.4

What's Changed

Security fixes:

Update golang.org/x/net to latest. Fixes: CVE-2023-45288

Performance improvements:

Benchmarks:

before:
BenchmarkText/application/x-ndjson-8              663314              2027 ns/op            4306 B/op          6 allocs/op
BenchmarkSliceRand-8                              688160              1690 ns/op             728 B/op         75 allocs/op
BenchmarkSrt-8                                    946042              1089 ns/op            4240 B/op          5 allocs/op
after:
BenchmarkText/application/x-ndjson-8             1930292               678.6 ns/op           160 B/op          4 allocs/op
BenchmarkSliceRand-8                             1232066              1173 ns/op             160 B/op          4 allocs/op
BenchmarkSrt-8                                   3235448               368.8 ns/op            64 B/op          2 allocs/op

New Contributors

Full Changelog: gabriel-vasile/mimetype@v1.4.3...v1.4.4

v1.4.3

What's Changed

New Contributors

Full Changelog: gabriel-vasile/mimetype@v1.4.2...v1.4.3

Commits
  • 43192c8 Bump the github-actions group across 1 directory with 3 updates (#534)
  • 07821d3 Using io.ReadAll instead of ioutil.ReadAll (#525)
  • 9bd6023 github actions & readme: remove codecov badge (#533)
  • ff4d3d0 improve performance for text detection (#532)
  • bc511b8 add defaultLimit and use it when resetting back (#531)
  • 341c422 Improve x-subrip detection performance (#524)
  • 043efb9 fix benchmark files order (#518)
  • fd7639e ftyp: exit asap to prevent mem allocs (#517)
  • 889166d Merge pull request #505 from gabriel-vasile/dependabot/github_actions/github-...
  • e938b0c Merge pull request #502 from gabriel-vasile/dependabot/go_modules/gomod-82d2d...
  • Additional commits viewable in compare view

Updates github.com/glebarez/go-sqlite from 1.21.2 to 1.22.0

Release notes

Sourced from github.com/glebarez/go-sqlite's releases.

v1.22.0

Add compat package that register driver as sqlite3 (glebarez/go-sqlite#150)

Commits
  • 74f6648 Add compat package that register driver as sqlite3
  • 7c372d4 build(deps): bump actions/setup-go from 4 to 5
  • d60c446 update go versions in workflows
  • 58b2c87 update deps
  • d52e825 build(deps): bump schneegans/dynamic-badges-action from 1.6.0 to 1.7.0
  • ee56392 build(deps): bump actions/checkout from 3 to 4
  • See full diff in compare view

Updates github.com/glebarez/sqlite from 1.9.0 to 1.11.0

Release notes

Sourced from github.com/glebarez/sqlite's releases.

GORM 1.25.7 and upstream merge

What's Changed

Full Changelog: glebarez/sqlite@v1.10.0...v1.11.0

Update GORM to 1.25.5 & Merge upstream

What's Changed

Full Changelog: glebarez/sqlite@v1.9.0...v1.10.0

Commits
  • 2051f80 build(deps): bump actions/cache from 3 to 4
  • 1b64a74 build(deps): bump gorm.io/gorm from 1.25.5 to 1.25.7
  • a871805 Merge upstream
  • 7544227 Update github action
  • 00ab012 fix: double quoted string literals in migrator (#183)
  • 87158cf refactor: distinguish between Unique and UniqueIndex (#156)
  • 084ab1e build(deps): bump actions/upload-artifact from 3 to 4
  • 0cc98c4 build(deps): bump dawidd6/action-download-artifact from 2 to 3
  • 1d689f0 build(deps): bump actions/setup-go from 4 to 5
  • 869dd96 fix ddl from exists table (#172)
  • Additional commits viewable in compare view

Updates github.com/go-sql-driver/mysql from 1.7.1 to 1.8.1

Release notes

Sourced from github.com/go-sql-driver/mysql's releases.

v1.8.1

What's Changed

Bugfixes:

  • fix race condition when context is canceled in #1562 and #1570

Full Changelog: go-sql-driver/mysql@v1.8.0...v1.8.1

v1.8.0

What's Changed

Major changes

  • Use SET NAMES charset COLLATE collation. by @​methane in go-sql-driver/mysql#1437

    • Older go-mysql-driver used collation_id in the handshake packet. But it caused collation mismatch in some situation.
    • If you don't specify charset nor collation, go-mysql-driver sends SET NAMES utf8mb4 for new connection. This uses server's default collation for utf8mb4.
    • If you specify charset, go-mysql-driver sends SET NAMES <charset>. This uses the server's default collation for <charset>.
    • If you specify collation and/or charset, go-mysql-driver sends SET NAMES charset COLLATE collation.
  • PathEscape dbname in DSN. by @​methane in go-sql-driver/mysql#1432

    • This is backward incompatible in rare case. Check your DSN.
  • Drop Go 1.13-17 support by @​methane in go-sql-driver/mysql#1420

    • Use Go 1.18+
  • Parse numbers on text protocol too by @​methane in go-sql-driver/mysql#1452

    • When text protocol is used, go-mysql-driver passed bare []byte to database/sql for avoid unnecessary allocation and conversion.
    • If user specified *any to Scan(), database/sql passed the []byte into the target variabe.
    • This confused users because most user doesn't know when text/binary protocol used.
    • go-mysql-driver 1.8 converts integer/float values into int64/double even in text protocol. This doesn't increase allocation compared to []byte and conversion cost is negilible.
  • New options start using the Functional Option Pattern to avoid increasing technical debt in the Config object. Future version may introduce Functional Option for existing options, but not for now.

Other changes

... (truncated)

Changelog

Sourced from github.com/go-sql-driver/mysql's changelog.

Version 1.8.1 (2024-03-26)

Bugfixes:

  • fix race condition when context is canceled in #1562 and #1570

Version 1.8.0 (2024-03-09)

Major Changes:

  • Use SET NAMES charset COLLATE collation. by @​methane in #1437
    • Older go-mysql-driver used collation_id in the handshake packet. But it caused collation mismatch in some situation.
    • If you don't specify charset nor collation, go-mysql-driver sends SET NAMES utf8mb4 for new connection. This uses server's default collation for utf8mb4.
    • If you specify charset, go-mysql-driver sends SET NAMES <charset>. This uses the server's default collation for <charset>.
    • If you specify collation and/or charset, go-mysql-driver sends SET NAMES charset COLLATE collation.
  • PathEscape dbname in DSN. by @​methane in #1432
    • This is backward incompatible in rare case. Check your DSN.
  • Drop Go 1.13-17 support by @​methane in #1420
    • Use Go 1.18+
  • Parse numbers on text protocol too by @​methane in #1452
    • When text protocol is used, go-mysql-driver passed bare []byte to database/sql for avoid unnecessary allocation and conversion.
    • If user specified *any to Scan(), database/sql passed the []byte into the target variable.
    • This confused users because most user doesn't know when text/binary protocol used.
    • go-mysql-driver 1.8 converts integer/float values into int64/double even in text protocol. This doesn't increase allocation compared to []byte and conversion cost is negatable.
  • New options start using the Functional Option Pattern to avoid increasing technical debt in the Config object. Future version may introduce Functional Option for existing options, but not for now.

Other changes:

Commits

Updates github.com/golang-jwt/jwt/v5 from 5.0.0 to 5.2.1

Release notes

Sourced from github.com/golang-jwt/jwt/v5's releases.

v5.2.1

What's Changed

New Contributors

Full Changelog: golang-jwt/jwt@v5.2.0...v5.2.1

v5.2.0

What's Changed

New Contributors

Full Changelog: golang-jwt/jwt@v5.1.0...v5.2.0

v5.1.0

What's Changed

New Contributors

... (truncated)

Commits

Updates github.com/golang-migrate/migrate/v4 from 4.16.2 to 4.17.1

Release notes

Sourced from github.com/golang-migrate/migrate/v4's releases.

v4.17.1

Changelog

  • 4bc6777 Add dktesting.Cleanup() method
  • bead4a9 Added documentation and test for lock strategy
  • 129922a Added support for pgx locking table
  • a860f0c Bump github.com/dvsekhvalnov/jose2go from 1.5.0 to 1.6.0
  • d1df97b Bump github.com/jackc/pgx/v4 from 4.18.1 to 4.18.2
  • a78d1ab Bump github.com/jackc/pgx/v5 from 5.3.1 to 5.5.4
  • 2e0872f Bump google.golang.org/protobuf from 1.31.0 to 1.33.0
  • 1b707a7 Cleanup cassandra images after tests run
  • 49cac86 Cleanup mongodb images after tests run
  • 2884a8e Cleanup postgres images after tests run
  • b1d02e2 Cleanup sqlserver images after tests run
  • 06614d9 Cleanup yugabytedb images after tests run
  • e913336 Drop support for Go 1.20 and add support for Go 1.22
  • f4950c1 Fallback to dktest.DefaultCleanupTimeout if the dktest.Options doesn't have one specified
  • 5aa4670 Fix GoReleaser deprecations
  • d63a5c2 Only test against YugabyteDB LTS releases
  • 091ad5d Quote locktable from config in queries
  • 1a002d0 Set golangci-lint to 1.54.2 (latest is broken) (#1046)
  • f100226 Update dktest from v0.4.0 to v0.4.1 to fix docker vulnerability
  • ff8a961 Update yugabyte test images
  • 0350a00 [sqlserver] Always access version table with explicit schema
  • 8147693 [sqlserver] Ensure version table in provided schema
  • 7f85f9c chore: fix some typos
  • 9d70a39 chore: fix some typos in comments
  • 94b8fa5 rqlite is spelled with all lowercase

v4.17.0

Changelog

  • cf03803 Add rqlite 8.0.0 to tested database versions
  • 12968a7 Add syntax highlighting to Postgres example
  • 50112e7 Add to clickhouse README.md database creation
  • 5ded96d Bump golang.org/x/crypto from 0.14.0 to 0.17.0
  • c3ebd52 Bump google.golang.org/grpc from 1.55.0 to 1.56.3
  • 5026488 Clean up require directive grouping
  • 3b02b18 Correct a spelling mistake
  • cd17c5a Drop support for Go 1.19 and add support for Go 1.21
  • 839421e Leverage quoteIdentifier from pgx
  • bad30b5 Mention migradaptor
  • fb22436 Merge remote-tracking branch 'origin/master' into upgrade-spanner
  • bfedabb Merge remote-tracking branch 'upstream/master'
  • 92dec35 Move supported go version to standard place
  • 4078ef8 New release prep
  • 9fe7383 Quote in drop as well
  • 691f687 Reformat ScyllaDB/Cassandra docs
  • 90a3ac4 Remove cluster adaptation for tables to pass tests
  • 64755d0 Update README.md
  • f2c4b52 Update aws-sdk-go from v1.44.301 to v1.49.6

... (truncated)

Commits
  • 0c456c4 Merge pull request #1068 from goodfirm/master
  • f100226 Update dktest from v0.4.0 to v0.4.1 to fix docker vulnerability
  • c523775 Merge pull request #1055 from golang-migrate/dependabot/go_modules/github.com...
  • a78d1ab Bump github.com/jackc/pgx/v5 from 5.3.1 to 5.5.4
  • 837776f Merge pull request #1054 from golang-migrate/dependabot/go_modules/google.gol...
  • 128b650 Merge pull request #1050 from golang-migrate/dependabot/go_modules/github.com...
  • 2e0872f Bump google.golang.org/protobuf from 1.31.0 to 1.33.0
  • d1df97b Bump github.com/jackc/pgx/v4 from 4.18.1 to 4.18.2
  • 1a002d0 Set golangci-lint to 1.54.2 (latest is broken) (#1046)
  • 2c5df87 Merge pull request #1072 from dhui/dktesting-cleanup
  • Additional commits viewable in compare view

Updates github.com/golang-module/carbon/v2 from 2.2.8 to 2.3.12

Release notes

Sourced from github.com/golang-module/carbon/v2's releases.

v2.3.12

  • Add bulgarian language support, translated by yuksbg #234
  • Restore Datetime, Date, Time,Timestamp and other structures
  • Restore ToDateTimeStruct, ToDateStruct, ToTimeStruct,ToTimestampStruct and other methods

v2.3.11

  • Add parsing support for 2006-01-02 15:04:05-0700 MST format in Parse method
  • Return the original value instead of returning null when parsing the zero value time 0001-01-01 00:00:00 in Parse method #232
  • Optimize the judgment logic in IsValid and IsInvalid methods
  • Implement Abs method by itself in DiffAbsInDuration method #226
  • Unified unit test format

v2.3.10

  • Fixed bug when json.Unmarshaler decoded a json string containing null value
  • Add ISO8601ZuluLayout,ISO8601ZuluMilliLayout,ISO8601ZuluMicroLayout,ISO8601ZuluNanoLayout constants
  • Add FormattedDateLayout,FormattedDayDateLayout constants
  • Add ISO8601ZuluFormat,ISO8601ZuluMilliFormat,ISO8601ZuluMicroFormat,ISO8601ZuluNanoFormat constants
  • Add FormattedDateFormat,FormattedDayDateFormat constants
  • Add ToIso8601ZuluString,ToIso8601ZuluMilliString,ToIso8601ZuluMicroString,ToIso8601ZuluNanoString methods
  • Add ToFormattedDateString,ToFormattedDayDateString methods
  • Add GoString method
  • Support json strings containing null when using json.Unmarshaler #225
  • Remove deprecatedToFormatString method, use Format method instead
  • Remove deprecated ToLayoutString method, use Layout method instead

v2.3.9

  • Add DiffInDuration and DiffAbsInDuration methods
  • Add package comment for calendar/persian
  • Simplified code in calendar.go and constellation.go
  • Unified Unit Testing Method Naming Format

v2.3.8

  • Add support for Persian(Jalaali) Calendar #197
  • Add support for Polish language
  • Add W3cLayout const in carbon.go file
  • Add StdTime method to replace ToStdTime method, ToStdTime method will be deprecated in the future
  • Fix ToJulian method in calendar/julian.go file

v2.3.7

  • Support julian day and modified julian day #197
  • Fix overflow int in windows386 #219
  • Remove lunar DoubleHour, IsXXXDoubleHour methods

v2.3.6

... (truncated)

Commits
  • a3061c6 Update content about json
  • 930876e Update content about json
  • 23802fe Restore Datetime, Date, Time and other structures
  • 93cc1e6 Implement GormDataType interface

Bumps the go-modules group with 22 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/RichardKnop/machinery/v2](https://github.com/RichardKnop/machinery) | `2.0.11` | `2.0.13` |
| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.10.1` | `1.11.8` |
| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.2` | `1.4.4` |
| [github.com/glebarez/go-sqlite](https://github.com/glebarez/go-sqlite) | `1.21.2` | `1.22.0` |
| [github.com/glebarez/sqlite](https://github.com/glebarez/sqlite) | `1.9.0` | `1.11.0` |
| [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) | `1.7.1` | `1.8.1` |
| [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) | `5.0.0` | `5.2.1` |
| [github.com/golang-migrate/migrate/v4](https://github.com/golang-migrate/migrate) | `4.16.2` | `4.17.1` |
| [github.com/golang-module/carbon/v2](https://github.com/golang-module/carbon) | `2.2.8` | `2.3.12` |
| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |
| [github.com/google/wire](https://github.com/google/wire) | `0.5.0` | `0.6.0` |
| [github.com/gookit/validate](https://github.com/gookit/validate) | `1.5.1` | `1.5.2` |
| [github.com/goravel/file-rotatelogs/v2](https://github.com/goravel/file-rotatelogs) | `2.4.1` | `2.4.2` |
| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.1` | `1.6.0` |
| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.16.0` | `1.18.2` |
| [github.com/urfave/cli/v2](https://github.com/urfave/cli) | `2.25.7` | `2.27.2` |
| [gorm.io/driver/mysql](https://github.com/go-gorm/mysql) | `1.5.1` | `1.5.6` |
| [gorm.io/driver/postgres](https://github.com/go-gorm/postgres) | `1.5.2` | `1.5.7` |
| [gorm.io/driver/sqlserver](https://github.com/go-gorm/sqlserver) | `1.5.1` | `1.5.3` |
| [gorm.io/gorm](https://github.com/go-gorm/gorm) | `1.25.7` | `1.25.10` |
| [gorm.io/plugin/dbresolver](https://github.com/go-gorm/dbresolver) | `1.4.7` | `1.5.1` |
| [github.com/brianvoe/gofakeit/v6](https://github.com/brianvoe/gofakeit) | `6.23.2` | `6.28.0` |



Updates `github.com/RichardKnop/machinery/v2` from 2.0.11 to 2.0.13
- [Release notes](https://github.com/RichardKnop/machinery/releases)
- [Commits](RichardKnop/machinery@v2.0.11...v2.0.13)

Updates `github.com/bytedance/sonic` from 1.10.1 to 1.11.8
- [Release notes](https://github.com/bytedance/sonic/releases)
- [Commits](bytedance/sonic@v1.10.1...v1.11.8)

Updates `github.com/gabriel-vasile/mimetype` from 1.4.2 to 1.4.4
- [Release notes](https://github.com/gabriel-vasile/mimetype/releases)
- [Commits](gabriel-vasile/mimetype@v1.4.2...v1.4.4)

Updates `github.com/glebarez/go-sqlite` from 1.21.2 to 1.22.0
- [Release notes](https://github.com/glebarez/go-sqlite/releases)
- [Commits](glebarez/go-sqlite@v1.21.2...v1.22.0)

Updates `github.com/glebarez/sqlite` from 1.9.0 to 1.11.0
- [Release notes](https://github.com/glebarez/sqlite/releases)
- [Commits](glebarez/sqlite@v1.9.0...v1.11.0)

Updates `github.com/go-sql-driver/mysql` from 1.7.1 to 1.8.1
- [Release notes](https://github.com/go-sql-driver/mysql/releases)
- [Changelog](https://github.com/go-sql-driver/mysql/blob/master/CHANGELOG.md)
- [Commits](go-sql-driver/mysql@v1.7.1...v1.8.1)

Updates `github.com/golang-jwt/jwt/v5` from 5.0.0 to 5.2.1
- [Release notes](https://github.com/golang-jwt/jwt/releases)
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
- [Commits](golang-jwt/jwt@v5.0.0...v5.2.1)

Updates `github.com/golang-migrate/migrate/v4` from 4.16.2 to 4.17.1
- [Release notes](https://github.com/golang-migrate/migrate/releases)
- [Changelog](https://github.com/golang-migrate/migrate/blob/master/.goreleaser.yml)
- [Commits](golang-migrate/migrate@v4.16.2...v4.17.1)

Updates `github.com/golang-module/carbon/v2` from 2.2.8 to 2.3.12
- [Release notes](https://github.com/golang-module/carbon/releases)
- [Commits](golang-module/carbon@v2.2.8...v2.3.12)

Updates `github.com/golang/protobuf` from 1.5.3 to 1.5.4
- [Release notes](https://github.com/golang/protobuf/releases)
- [Commits](golang/protobuf@v1.5.3...v1.5.4)

Updates `github.com/google/uuid` from 1.3.1 to 1.5.0
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](google/uuid@v1.3.1...v1.5.0)

Updates `github.com/google/wire` from 0.5.0 to 0.6.0
- [Release notes](https://github.com/google/wire/releases)
- [Commits](google/wire@v0.5.0...v0.6.0)

Updates `github.com/gookit/validate` from 1.5.1 to 1.5.2
- [Release notes](https://github.com/gookit/validate/releases)
- [Changelog](https://github.com/gookit/validate/blob/master/CHANGELOG.md)
- [Commits](gookit/validate@v1.5.1...v1.5.2)

Updates `github.com/goravel/file-rotatelogs/v2` from 2.4.1 to 2.4.2
- [Release notes](https://github.com/goravel/file-rotatelogs/releases)
- [Commits](goravel/file-rotatelogs@v2.4.1...v2.4.2)

Updates `github.com/spf13/cast` from 1.5.1 to 1.6.0
- [Release notes](https://github.com/spf13/cast/releases)
- [Commits](spf13/cast@v1.5.1...v1.6.0)

Updates `github.com/spf13/viper` from 1.16.0 to 1.18.2
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](spf13/viper@v1.16.0...v1.18.2)

Updates `github.com/stretchr/testify` from 1.8.4 to 1.9.0
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.8.4...v1.9.0)

Updates `github.com/urfave/cli/v2` from 2.25.7 to 2.27.2
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v2.25.7...v2.27.2)

Updates `golang.org/x/crypto` from 0.13.0 to 0.23.0
- [Commits](golang/crypto@v0.13.0...v0.23.0)

Updates `golang.org/x/exp` from 0.0.0-20230315142452-642cacee5cc0 to 0.0.0-20230905200255-921286631fa9
- [Commits](https://github.com/golang/exp/commits)

Updates `google.golang.org/grpc` from 1.58.2 to 1.59.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.58.2...v1.59.0)

Updates `gorm.io/driver/mysql` from 1.5.1 to 1.5.6
- [Commits](go-gorm/mysql@v1.5.1...v1.5.6)

Updates `gorm.io/driver/postgres` from 1.5.2 to 1.5.7
- [Commits](go-gorm/postgres@v1.5.2...v1.5.7)

Updates `gorm.io/driver/sqlserver` from 1.5.1 to 1.5.3
- [Commits](go-gorm/sqlserver@v1.5.1...v1.5.3)

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 `gorm.io/plugin/dbresolver` from 1.4.7 to 1.5.1
- [Commits](go-gorm/dbresolver@v1.4.7...v1.5.1)

Updates `github.com/brianvoe/gofakeit/v6` from 6.23.2 to 6.28.0
- [Release notes](https://github.com/brianvoe/gofakeit/releases)
- [Commits](brianvoe/gofakeit@v6.23.2...v6.28.0)

Updates `golang.org/x/text` from 0.13.0 to 0.15.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.13.0...v0.15.0)

---
updated-dependencies:
- dependency-name: github.com/RichardKnop/machinery/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/bytedance/sonic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/gabriel-vasile/mimetype
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/glebarez/go-sqlite
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/glebarez/sqlite
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/go-sql-driver/mysql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/golang-jwt/jwt/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/golang-migrate/migrate/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/golang-module/carbon/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/golang/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/google/wire
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/gookit/validate
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/goravel/file-rotatelogs/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/spf13/cast
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/urfave/cli/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: golang.org/x/exp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: gorm.io/driver/mysql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: gorm.io/driver/postgres
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: gorm.io/driver/sqlserver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: gorm.io/gorm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: gorm.io/plugin/dbresolver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/brianvoe/gofakeit/v6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Author

dependabot bot commented on behalf of github May 30, 2024

The following labels could not be found: 🤖 Dependencies.

Copy link
Author

dependabot bot commented on behalf of github Jun 3, 2024

Superseded by #11.

@dependabot dependabot bot closed this Jun 3, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/go-modules-d72327c141 branch June 3, 2024 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants