move sender package to common

This commit is contained in:
Ulric Qin 2022-03-31 15:31:21 +08:00
parent a4158c476e
commit 9d016212c8
6 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ import (
"context"
"time"
"github.com/didi/nightingale/v5/src/server/common/sender"
"github.com/didi/nightingale/v5/src/server/config"
"github.com/didi/nightingale/v5/src/server/sender"
promstat "github.com/didi/nightingale/v5/src/server/stat"
)

View File

@ -22,9 +22,9 @@ import (
"github.com/didi/nightingale/v5/src/models"
"github.com/didi/nightingale/v5/src/pkg/sys"
"github.com/didi/nightingale/v5/src/server/common/sender"
"github.com/didi/nightingale/v5/src/server/config"
"github.com/didi/nightingale/v5/src/server/memsto"
"github.com/didi/nightingale/v5/src/server/sender"
"github.com/didi/nightingale/v5/src/storage"
)