feat: extract auth into provider (#663)

* extract auth into provider

* bump go version

* use pointer

* rebase
This commit is contained in:
Hayden 2023-12-12 08:49:46 -06:00 committed by GitHub
parent 522943687e
commit 8538877f52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 155 additions and 46 deletions

View file

@ -1,6 +1,6 @@
module github.com/hay-kot/homebox/backend
go 1.20
go 1.21
require (
ariga.io/atlas v0.15.0