fix gorm dependency.

This commit is contained in:
Jason Kulatunga
2020-10-07 22:07:51 -06:00
parent 1cd5ebaa43
commit 9fac3c6308
4 changed files with 17 additions and 28 deletions
@@ -6,8 +6,8 @@ import (
dbModels "github.com/analogj/scrutiny/webapp/backend/pkg/models/db"
"github.com/analogj/scrutiny/webapp/backend/pkg/notify"
"github.com/gin-gonic/gin"
"github.com/jinzhu/gorm"
"github.com/sirupsen/logrus"
"gorm.io/gorm"
"net/http"
)