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:
Ludvig Lundgren 2022-06-19 22:22:27 +02:00 committed by GitHub
parent f9cf837486
commit aa500fd13d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 17 deletions

4
go.mod
View file

@ -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