mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
feat(api): add apikey support (#408)
* feat(api): add apikey support * feat(web): api settings crud
This commit is contained in:
parent
9c036033e9
commit
fa20978d58
31 changed files with 834 additions and 70 deletions
4
go.mod
4
go.mod
|
@ -12,7 +12,8 @@ require (
|
|||
github.com/ergochat/irc-go v0.2.0
|
||||
github.com/fsnotify/fsnotify v1.5.4
|
||||
github.com/gdm85/go-libdeluge v0.5.6
|
||||
github.com/go-chi/chi v1.5.4
|
||||
github.com/go-chi/chi/v5 v5.0.7
|
||||
github.com/go-chi/render v1.0.2
|
||||
github.com/gorilla/sessions v1.2.1
|
||||
github.com/gosimple/slug v1.12.0
|
||||
github.com/hashicorp/go-version v1.6.0
|
||||
|
@ -38,6 +39,7 @@ require (
|
|||
)
|
||||
|
||||
require (
|
||||
github.com/ajg/form v1.5.1 // indirect
|
||||
github.com/anacrolix/dht/v2 v2.18.0 // indirect
|
||||
github.com/anacrolix/missinggo v1.3.0 // indirect
|
||||
github.com/anacrolix/missinggo/v2 v2.7.0 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue