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