feat: improvements in structures

This commit is contained in:
Elton Minetto
2020-09-29 21:51:18 -03:00
parent 201f7607e1
commit 2c7f87e73a
41 changed files with 821 additions and 1265 deletions
+2 -1
View File
@@ -7,7 +7,7 @@ require (
github.com/codegangsta/negroni v0.3.0
github.com/eminetto/clean-architecture-go v0.0.0-20200312132632-3195811c74a3
github.com/go-sql-driver/mysql v1.5.0
github.com/golang/mock v1.4.3
github.com/golang/mock v1.4.4
github.com/google/uuid v1.1.1
github.com/gorilla/context v1.1.1
github.com/gorilla/mux v1.6.2
@@ -17,4 +17,5 @@ require (
github.com/stretchr/testify v1.6.1
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce
rsc.io/quote/v3 v3.1.0 // indirect
)