fix: duplicate imports
This commit is contained in:
parent
94fd1a6af0
commit
04948bde2c
|
@ -14,10 +14,8 @@ import (
|
|||
"github.com/spf13/viper"
|
||||
"go.uber.org/fx"
|
||||
"go.uber.org/fx/fxevent"
|
||||
_ "go.uber.org/fx/fxevent"
|
||||
"go.uber.org/zap"
|
||||
"go.uber.org/zap/zapcore"
|
||||
_ "go.uber.org/zap/zapcore"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue