Browse Source

fix gin and gorm

xueshaojie 2 năm trước cách đây
mục cha
commit
db88ec51db
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      go.mod

+ 4 - 0
go.mod

@@ -39,3 +39,7 @@ require (
 	google.golang.org/protobuf v1.28.0 // indirect
 	gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
 )
+
+replace github.com/gin-gonic/gin v1.8.1 => github.com/cloudnative/gin v1.8.1
+
+replace github.com/jinzhu/inflection v1.0.0 => github.com/cloudnative/inflection v1.0.0