From b2158f6b7db437ef48f507aa7779fa123b009539 Mon Sep 17 00:00:00 2001 From: black Date: Sat, 17 Jun 2023 19:32:56 +0800 Subject: [PATCH] update test mod --- tests/go.mod | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/go.mod b/tests/go.mod index a617cf38..fbbee489 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -9,7 +9,6 @@ require ( github.com/lib/pq v1.10.8 github.com/mattn/go-sqlite3 v1.14.16 // indirect github.com/stretchr/testify v1.8.1 - golang.org/x/crypto v0.8.0 // indirect gorm.io/driver/mysql v1.5.0 gorm.io/driver/postgres v1.5.0 gorm.io/driver/sqlite v1.5.0