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() {