From db0721e9820f399727b933088a276184e9565c9d Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 30 Jul 2024 19:05:09 +0900 Subject: feat(backend): implement password-based authentication --- backend/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/go.mod') diff --git a/backend/go.mod b/backend/go.mod index 8cb206d..eba1726 100644 --- a/backend/go.mod +++ b/backend/go.mod @@ -12,6 +12,7 @@ require ( github.com/oapi-codegen/oapi-codegen/v2 v2.3.0 github.com/oapi-codegen/runtime v1.1.1 github.com/sqlc-dev/sqlc v1.26.0 + golang.org/x/crypto v0.23.0 ) require ( @@ -63,7 +64,6 @@ require ( go.uber.org/atomic v1.11.0 // indirect go.uber.org/multierr v1.11.0 // indirect go.uber.org/zap v1.26.0 // indirect - golang.org/x/crypto v0.23.0 // indirect golang.org/x/exp v0.0.0-20231108232855-2478ac86f678 // indirect golang.org/x/mod v0.17.0 // indirect golang.org/x/net v0.25.0 // indirect -- cgit v1.2.3-70-g09d2