Update tests go.mod

This commit is contained in:
Jinzhu 2021-06-11 16:00:26 +08:00
parent e425ed6f6a
commit 5b65b02805
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ module gorm.io/gorm/tests
go 1.14
require (
github.com/google/uuid v1.1.1
github.com/google/uuid v1.2.0
github.com/jinzhu/now v1.1.2
github.com/lib/pq v1.6.0
gorm.io/driver/mysql v1.0.5

View File

@ -11,6 +11,7 @@ then
cd tests
go get -u ./...
go mod download
go mod tidy
cd ..
fi