From 5b65b028059fd6119d956beeb919f403243934c9 Mon Sep 17 00:00:00 2001 From: Jinzhu Date: Fri, 11 Jun 2021 16:00:26 +0800 Subject: [PATCH] Update tests go.mod --- tests/go.mod | 2 +- tests/tests_all.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/go.mod b/tests/go.mod index e688cac0..815f8986 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -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 diff --git a/tests/tests_all.sh b/tests/tests_all.sh index e0ed97a4..f5657df1 100755 --- a/tests/tests_all.sh +++ b/tests/tests_all.sh @@ -11,6 +11,7 @@ then cd tests go get -u ./... go mod download + go mod tidy cd .. fi