feat: extract auth into provider (#663)

* extract auth into provider

* bump go version

* use pointer

* rebase

Former-commit-id: 8538877f52
This commit is contained in:
Hayden 2023-12-12 08:49:46 -06:00 committed by GitHub
parent 3eb4c21263
commit 0c535aa8d8
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