feat(notifications): on update available (#352)

This commit is contained in:
Ludvig Lundgren 2022-07-12 14:47:08 +02:00 committed by GitHub
parent b4589243de
commit 2a3a839081
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 326 additions and 18 deletions

1
go.mod
View file

@ -15,6 +15,7 @@ require (
github.com/go-chi/chi v1.5.4
github.com/gorilla/sessions v1.2.1
github.com/gosimple/slug v1.12.0
github.com/hashicorp/go-version v1.6.0
github.com/hekmon/transmissionrpc/v2 v2.0.1
github.com/lib/pq v1.10.4
github.com/mattn/go-shellwords v1.0.12