mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
fix(indexers): indexers store and update (#318)
* fix(indexers): store and update set map * chore: update go to 1.18
This commit is contained in:
parent
f9cf837486
commit
aa500fd13d
4 changed files with 13 additions and 17 deletions
4
go.mod
4
go.mod
|
@ -1,6 +1,6 @@
|
|||
module github.com/autobrr/autobrr
|
||||
|
||||
go 1.17
|
||||
go 1.18
|
||||
|
||||
require (
|
||||
github.com/Masterminds/squirrel v1.5.1
|
||||
|
@ -8,7 +8,7 @@ require (
|
|||
github.com/asaskevich/EventBus v0.0.0-20200907212545-49d423059eef
|
||||
github.com/dcarbone/zadapters/zstdlog v0.3.1
|
||||
github.com/dustin/go-humanize v1.0.0
|
||||
github.com/ergochat/irc-go v0.1.0
|
||||
github.com/ergochat/irc-go v0.1.1-0.20220619021632-5b9a0365c50a
|
||||
github.com/fsnotify/fsnotify v1.5.4
|
||||
github.com/gdm85/go-libdeluge v0.5.5
|
||||
github.com/go-chi/chi v1.5.4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue