From e9f3aa5b223d3e0b1ee187a24251550e34abf020 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=8C?= <259278618@qq.com> Date: Wed, 26 Nov 2025 11:10:01 +0800 Subject: [PATCH] =?UTF-8?q?consul.go=E5=8C=85=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- consul/consul.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/consul/consul.go b/consul/consul.go index 177a74b..d674451 100644 --- a/consul/consul.go +++ b/consul/consul.go @@ -2,12 +2,9 @@ package consul import ( "context" - _ "github.com/gogf/gf/contrib/drivers/mysql/v2" - _ "github.com/gogf/gf/contrib/nosql/redis/v2" "github.com/gogf/gf/contrib/registry/consul/v2" "github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/net/gsvc" - _ "go.mongodb.org/mongo-driver/mongo" ) func init() {