File tree Expand file tree Collapse file tree 4 files changed +1
-5
lines changed
Expand file tree Collapse file tree 4 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,8 @@ import (
2222 "sync"
2323 "time"
2424
25- "github.com/cloudwego/kitex/internal/utils/singleflightutil"
26-
2725 "github.com/bytedance/gopkg/util/xxhash3"
26+ "github.com/cloudwego/kitex/internal/utils/singleflightutil"
2827 "github.com/cloudwego/kitex/pkg/discovery"
2928 "github.com/cloudwego/kitex/pkg/utils"
3029)
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ import (
2525 "time"
2626
2727 "github.com/cloudwego/kitex/internal/utils/singleflightutil"
28-
2928 "github.com/cloudwego/kitex/pkg/diagnosis"
3029 "github.com/cloudwego/kitex/pkg/discovery"
3130 "github.com/cloudwego/kitex/pkg/klog"
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ import (
2121 "time"
2222
2323 "github.com/cloudwego/kitex/internal/utils/singleflightutil"
24-
2524 "github.com/cloudwego/kitex/pkg/utils"
2625)
2726
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ import (
2020 "sync"
2121
2222 "github.com/cloudwego/kitex/internal/utils/singleflightutil"
23-
2423 "github.com/cloudwego/kitex/pkg/discovery"
2524 "github.com/cloudwego/kitex/pkg/klog"
2625)
You can’t perform that action at this time.
0 commit comments