diff --git a/service/incident/impl/incident_service_v2.go b/service/incident/impl/incident_service_v2.go index 8d8fece..d68b7b2 100644 --- a/service/incident/impl/incident_service_v2.go +++ b/service/incident/impl/incident_service_v2.go @@ -8,6 +8,7 @@ import ( slackUtil "github.com/slack-go/slack" "github.com/spf13/viper" "go.uber.org/zap" + "golang.org/x/exp/slices" "gorm.io/gorm" "houston/common/metrics" "houston/common/util" @@ -64,7 +65,6 @@ import ( "net/http" "reflect" "regexp" - "slices" "strconv" "strings" "sync"