sort imports

This commit is contained in:
chrislu
2024-06-14 11:44:42 -07:00
parent 32dbb6a2ce
commit cb1ba0275a

View File

@@ -1,8 +1,8 @@
package broker package broker
import ( import (
"github.com/seaweedfs/seaweedfs/weed/filer_client"
"context" "context"
"github.com/seaweedfs/seaweedfs/weed/filer_client"
"github.com/seaweedfs/seaweedfs/weed/glog" "github.com/seaweedfs/seaweedfs/weed/glog"
"github.com/seaweedfs/seaweedfs/weed/mq/pub_balancer" "github.com/seaweedfs/seaweedfs/weed/mq/pub_balancer"
"github.com/seaweedfs/seaweedfs/weed/mq/sub_coordinator" "github.com/seaweedfs/seaweedfs/weed/mq/sub_coordinator"