Skip to content

Commit

Permalink
chore(deps): bump gorm.io/datatypes from 1.0.7 to 1.2.0
Browse files Browse the repository at this point in the history
Bumps [gorm.io/datatypes](https://github.com/go-gorm/datatypes) from 1.0.7 to 1.2.0.
- [Commits](go-gorm/datatypes@v1.0.7...v1.2.0)

---
updated-dependencies:
- dependency-name: gorm.io/datatypes
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 20, 2024
1 parent 670c4bc commit 39d1a8c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 147 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ require (
golang.org/x/sync v0.5.0
gopkg.in/go-playground/assert.v1 v1.2.1
gopkg.in/yaml.v3 v3.0.1
gorm.io/datatypes v1.0.7
gorm.io/driver/mysql v1.4.3
gorm.io/datatypes v1.2.0
gorm.io/driver/mysql v1.4.7
gorm.io/gorm v1.25.7
gotest.tools v2.2.0+incompatible
)
Expand Down Expand Up @@ -90,7 +90,7 @@ require (
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/go-playground/validator/v10 v10.11.1 // indirect
github.com/go-sql-driver/mysql v1.6.0 // indirect
github.com/go-sql-driver/mysql v1.7.0 // indirect
github.com/gofrs/flock v0.8.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
Expand Down
Loading

0 comments on commit 39d1a8c

Please sign in to comment.