Skip to content

Commit

Permalink
build(deps): bump the go-modules group with 7 updates
Browse files Browse the repository at this point in the history
Bumps the go-modules group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.2` | `1.4.3` |
| [github.com/golang-module/carbon/v2](https://github.com/golang-module/carbon) | `2.2.9` | `2.2.11` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.58.2` | `1.58.3` |
| [gorm.io/driver/mysql](https://github.com/go-gorm/mysql) | `1.5.1` | `1.5.2` |
| [gorm.io/driver/postgres](https://github.com/go-gorm/postgres) | `1.5.2` | `1.5.3` |
| [gorm.io/driver/sqlserver](https://github.com/go-gorm/sqlserver) | `1.5.1` | `1.5.2` |
| [gorm.io/gorm](https://github.com/go-gorm/gorm) | `1.25.4` | `1.25.5` |


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

Updates `github.com/golang-module/carbon/v2` from 2.2.9 to 2.2.11
- [Release notes](https://github.com/golang-module/carbon/releases)
- [Commits](https://github.com/golang-module/carbon/compare/v2.2.9...v2.2.11)

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

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

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

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

Updates `gorm.io/gorm` from 1.25.4 to 1.25.5
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](go-gorm/gorm@v1.25.4...v1.25.5)

---
updated-dependencies:
- 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/golang-module/carbon/v2
  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-patch
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 1fe58aa commit ba1efcc
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 33 deletions.
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ require (
github.com/RichardKnop/machinery/v2 v2.0.11
github.com/bytedance/sonic v1.10.2
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
github.com/gabriel-vasile/mimetype v1.4.2
github.com/gabriel-vasile/mimetype v1.4.3
github.com/glebarez/go-sqlite v1.21.2
github.com/glebarez/sqlite v1.9.0
github.com/go-redis/redis/v8 v8.11.5
github.com/go-sql-driver/mysql v1.7.1
github.com/golang-jwt/jwt/v5 v5.0.0
github.com/golang-migrate/migrate/v4 v4.16.2
github.com/golang-module/carbon/v2 v2.2.9
github.com/golang-module/carbon/v2 v2.2.11
github.com/golang/protobuf v1.5.3
github.com/google/uuid v1.3.1
github.com/google/wire v0.5.0
Expand All @@ -37,11 +37,11 @@ require (
go.uber.org/atomic v1.11.0
golang.org/x/crypto v0.14.0
golang.org/x/exp v0.0.0-20230905200255-921286631fa9
google.golang.org/grpc v1.58.2
gorm.io/driver/mysql v1.5.1
gorm.io/driver/postgres v1.5.2
gorm.io/driver/sqlserver v1.5.1
gorm.io/gorm v1.25.4
google.golang.org/grpc v1.58.3
gorm.io/driver/mysql v1.5.2
gorm.io/driver/postgres v1.5.3
gorm.io/driver/sqlserver v1.5.2
gorm.io/gorm v1.25.5
gorm.io/plugin/dbresolver v1.4.7
)

Expand Down Expand Up @@ -104,7 +104,7 @@ require (
github.com/imdario/mergo v0.3.13 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/pgx/v5 v5.3.1 // indirect
github.com/jackc/pgx/v5 v5.4.3 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
Expand All @@ -115,7 +115,7 @@ require (
github.com/lib/pq v1.10.2 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/microsoft/go-mssqldb v1.1.0 // indirect
github.com/microsoft/go-mssqldb v1.6.0 // indirect
github.com/mitchellh/mapstructure v1.5.0
github.com/moby/term v0.5.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
Expand Down Expand Up @@ -145,7 +145,7 @@ require (
go.opencensus.io v0.24.0 // indirect
golang.org/x/arch v0.3.0 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/net v0.15.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/oauth2 v0.12.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sys v0.13.0 // indirect
Expand Down
Loading

0 comments on commit ba1efcc

Please sign in to comment.