diff options
| author | Ryan Mehri <[email protected]> | 2020-05-10 17:32:31 -0600 |
|---|---|---|
| committer | Ryan Mehri <[email protected]> | 2020-05-10 17:32:31 -0600 |
| commit | 01d3631b893b09ec4c5f9daade727e8f88aa8d22 (patch) | |
| tree | e35a25eef106f58ebc7d222e3f51ac5013f04f6e /backend/go.mod | |
| parent | Update post to return hash and password (diff) | |
| download | ctrl-v-01d3631b893b09ec4c5f9daade727e8f88aa8d22.tar.xz ctrl-v-01d3631b893b09ec4c5f9daade727e8f88aa8d22.zip | |
Add password hashing
Diffstat (limited to 'backend/go.mod')
| -rw-r--r-- | backend/go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/go.mod b/backend/go.mod index fc4b4dd..0832637 100644 --- a/backend/go.mod +++ b/backend/go.mod @@ -8,6 +8,7 @@ require ( github.com/joho/godotenv v1.3.0 github.com/kr/pretty v0.2.0 // indirect github.com/sirupsen/logrus v1.6.0 + golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 golang.org/x/sys v0.0.0-20200413165638-669c56c373c4 // indirect gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect ) |