INFRA-3437 : Compilation error fix (#429)

This commit is contained in:
Vijay Joshi
2024-06-18 18:01:30 +05:30
committed by GitHub
parent 3a3a0a7c26
commit 4ccbc55c60

View File

@@ -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"