diff options
author | zberwaldt <17715430+zberwaldt@users.noreply.github.com> | 2024-03-21 11:25:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-21 11:25:44 -0400 |
commit | 7f9a8d74d7c0c66e7bf69892fbf893d45f1bfb82 (patch) | |
tree | 3e2355a4ec3d07df8337bcaf1ab9e500a1827b67 /api/internal/controllers/auth.go | |
parent | 8cdb9b7f15afc69fe903f2be566bbc8f3605e53f (diff) | |
parent | e370616213d92b66685e0fdb0e76c97e08d0b1b6 (diff) |
Staging
Diffstat (limited to 'api/internal/controllers/auth.go')
-rw-r--r-- | api/internal/controllers/auth.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/internal/controllers/auth.go b/api/internal/controllers/auth.go index b06c6ef..2599550 100644 --- a/api/internal/controllers/auth.go +++ b/api/internal/controllers/auth.go | |||
@@ -12,7 +12,7 @@ import ( | |||
12 | 12 | ||
13 | "water/api/internal/database" | 13 | "water/api/internal/database" |
14 | 14 | ||
15 | _ "github.com/mattn/go-sqlite3" | 15 | _ "github.com/glebarez/go-sqlite" |
16 | "golang.org/x/crypto/bcrypt" | 16 | "golang.org/x/crypto/bcrypt" |
17 | ) | 17 | ) |
18 | 18 | ||