From 8a9fd3fecac8de80cd744e9df6074b6908190239 Mon Sep 17 00:00:00 2001 From: Jinzhu Date: Sat, 13 Nov 2021 13:54:30 +0800 Subject: [PATCH] Update go.mod --- tests/go.mod | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/go.mod b/tests/go.mod index 20b6076d..e321d3d8 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -5,7 +5,6 @@ go 1.14 require ( github.com/google/uuid v1.3.0 github.com/jinzhu/now v1.1.2 - github.com/juliangruber/go-intersect v1.1.0 // indirect github.com/lib/pq v1.10.4 gorm.io/driver/mysql v1.1.3 gorm.io/driver/postgres v1.2.2