chore(deps): update go deps (#287)

This commit is contained in:
Ludvig Lundgren 2022-06-01 20:00:11 +02:00 committed by GitHub
parent a5ade5ef24
commit 7957733254
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 219 additions and 70 deletions

View file

@ -14,7 +14,7 @@ import (
"github.com/autobrr/autobrr/internal/scheduler"
"github.com/gosimple/slug"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
)
type Service interface {