mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00

- Uses bcrypt package for hashing the password - Adds password hashing in common.DummyPopulateDB() for testing
26 lines
1.2 KiB
Modula-2
26 lines
1.2 KiB
Modula-2
module git.rwth-aachen.de/acs/public/villas/villasweb-backend-go
|
|
|
|
require (
|
|
github.com/denisenkom/go-mssqldb v0.0.0-20190401154936-ce35bd87d4b3 // indirect
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
|
|
github.com/gin-contrib/sse v0.0.0-20190301062529-5545eab6dad3 // indirect
|
|
github.com/gin-gonic/gin v1.3.0
|
|
github.com/go-sql-driver/mysql v1.4.1 // indirect
|
|
github.com/gofrs/uuid v3.2.0+incompatible // indirect
|
|
github.com/jinzhu/gorm v1.9.2
|
|
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
|
|
github.com/jinzhu/now v1.0.0 // indirect
|
|
github.com/json-iterator/go v1.1.6 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/lib/pq v1.0.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.7 // indirect
|
|
github.com/mattn/go-sqlite3 v1.10.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/stretchr/testify v1.2.2
|
|
github.com/ugorji/go v1.1.4 // indirect
|
|
golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c
|
|
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
|
|
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
|
|
)
|