mirror of https://github.com/go-gorm/gorm.git
Update tests go.mod
This commit is contained in:
parent
e425ed6f6a
commit
5b65b02805
|
@ -3,7 +3,7 @@ module gorm.io/gorm/tests
|
||||||
go 1.14
|
go 1.14
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/google/uuid v1.1.1
|
github.com/google/uuid v1.2.0
|
||||||
github.com/jinzhu/now v1.1.2
|
github.com/jinzhu/now v1.1.2
|
||||||
github.com/lib/pq v1.6.0
|
github.com/lib/pq v1.6.0
|
||||||
gorm.io/driver/mysql v1.0.5
|
gorm.io/driver/mysql v1.0.5
|
||||||
|
|
|
@ -11,6 +11,7 @@ then
|
||||||
cd tests
|
cd tests
|
||||||
go get -u ./...
|
go get -u ./...
|
||||||
go mod download
|
go mod download
|
||||||
|
go mod tidy
|
||||||
cd ..
|
cd ..
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue