Added validation for structs #19

Merged
konrad merged 8 commits from feature/validation into master 2018-11-16 23:17:38 +00:00
2 changed files with 0 additions and 8 deletions
Showing only changes of commit 34f5fbb92f - Show all commits

1
go.mod
View File

@ -57,7 +57,6 @@ require (
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3
golang.org/x/tools v0.0.0-20181026183834-f60e5f99f081 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/go-playground/validator.v9 v9.23.0
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/testfixtures.v2 v2.4.5
)

7
vendor/modules.txt vendored
View File

@ -31,11 +31,6 @@ github.com/go-openapi/jsonreference
github.com/go-openapi/spec
# github.com/go-openapi/swag v0.17.2
github.com/go-openapi/swag
# github.com/go-playground/locales v0.12.1
github.com/go-playground/locales
github.com/go-playground/locales/currency
# github.com/go-playground/universal-translator v0.16.0
github.com/go-playground/universal-translator
# github.com/go-sql-driver/mysql v0.0.0-20171007150158-ee359f95877b
github.com/go-sql-driver/mysql
# github.com/go-xorm/builder v0.0.0-20170519032130-c8871c857d25
@ -150,8 +145,6 @@ golang.org/x/tools/go/internal/cgo
golang.org/x/tools/go/internal/gcimporter
# gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc
gopkg.in/alexcesaro/quotedprintable.v3
# gopkg.in/go-playground/validator.v9 v9.23.0
gopkg.in/go-playground/validator.v9
# gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/gomail.v2
# gopkg.in/testfixtures.v2 v2.4.5