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 gorm.io/driver/mysql from 1.2.3 to 1.5.7 #135

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ require (
github.com/gofiber/fiber/v2 v2.27.0
github.com/hart87/GoFlake v0.0.0-20210517135841-c95a47da3eb9
github.com/hart87/goflake v0.0.0-20210517135841-c95a47da3eb9 // indirect
github.com/hashicorp/consul/api v1.12.0 // indirect
github.com/hashicorp/vault/api v1.3.1 // indirect
github.com/heetch/confita v0.10.0 // indirect
github.com/kelindar/binary v1.0.17
github.com/mattn/go-zglob v0.0.3
github.com/mitchellh/mapstructure v1.4.2
Expand All @@ -34,10 +31,10 @@ require (
golang.org/x/mod v0.5.1
golang.org/x/text v0.3.7
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
gorm.io/driver/mysql v1.2.3
gorm.io/driver/mysql v1.5.7
gorm.io/driver/postgres v1.2.3
gorm.io/driver/sqlite v1.2.6
gorm.io/driver/sqlserver v1.2.1
gorm.io/gorm v1.22.5
gorm.io/gorm v1.25.7
gorm.io/plugin/dbresolver v1.1.0
)
Loading