Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Sep 19, 2024
1 parent c7c59da commit 92f4315
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 63 deletions.
39 changes: 20 additions & 19 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/Notifiarr/notifiarr

go 1.22
go 1.22.0

toolchain go1.22.6

// pflag and tail are pinned to master. 12/31/2022

Expand All @@ -23,21 +25,21 @@ require (
github.com/hekmon/transmissionrpc/v3 v3.0.0
github.com/hugelgupf/go-shlex v0.0.0-20200702092117-c80c9d0918fa
github.com/jackpal/gateway v1.0.15
github.com/jaypipes/ghw v0.12.0
github.com/jaypipes/ghw v0.13.0
github.com/jxeng/shortcut v1.0.2
github.com/lestrrat-go/apache-logformat/v2 v2.0.6
github.com/mitchellh/go-homedir v1.1.0
github.com/mrobinsn/go-rtorrent v1.8.0
github.com/nxadm/tail v1.4.11
github.com/shirou/gopsutil/v4 v4.24.7
github.com/shirou/gopsutil/v4 v4.24.8
github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace
github.com/stretchr/testify v1.9.0
github.com/swaggo/swag v1.16.3
github.com/vearutop/statigz v1.4.0
golang.org/x/crypto v0.26.0
golang.org/x/mod v0.20.0
golang.org/x/sys v0.24.0
golang.org/x/text v0.17.0
github.com/vearutop/statigz v1.4.3
golang.org/x/crypto v0.27.0
golang.org/x/mod v0.21.0
golang.org/x/sys v0.25.0
golang.org/x/text v0.18.0
golang.org/x/time v0.6.0
golift.io/cache v0.0.2
golift.io/cnfg v0.2.3
Expand All @@ -48,10 +50,10 @@ require (
golift.io/nzbget v0.1.5
golift.io/qbit v0.0.0-20240715191156-11930ac2546e
golift.io/rotatorr v0.0.0-20240723172740-cb73b9c4894c
golift.io/starr v1.0.1-0.20240717055349-aa3e015cc8a4
golift.io/starr v1.0.1-0.20240918221538-33c5229c6ddb
golift.io/version v0.0.2
golift.io/xtractr v0.2.2
modernc.org/sqlite v1.32.0
modernc.org/sqlite v1.33.1
)

require (
Expand All @@ -60,11 +62,10 @@ require (
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/bodgit/plumbing v1.3.0 // indirect
github.com/bodgit/sevenzip v1.5.1 // indirect
github.com/bodgit/sevenzip v1.5.2 // indirect
github.com/bodgit/windows v1.0.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/go-openapi/jsonpointer v0.21.0 // indirect
github.com/go-openapi/jsonreference v0.21.0 // indirect
Expand All @@ -84,8 +85,8 @@ require (
github.com/josharian/intern v1.0.0 // indirect
github.com/kdomanski/iso9660 v0.4.0 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/lestrrat-go/strftime v1.0.6 // indirect
github.com/lufia/plan9stats v0.0.0-20240513124658-fba389f38bae // indirect
github.com/lestrrat-go/strftime v1.1.0 // indirect
github.com/lufia/plan9stats v0.0.0-20240909124753-873cd0166683 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/ncruces/go-strftime v0.1.9 // indirect
Expand All @@ -105,15 +106,15 @@ require (
github.com/ulikunitz/xz v0.5.12 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
golang.org/x/net v0.29.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/tools v0.23.0 // indirect
golang.org/x/tools v0.25.0 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
howett.net/plist v1.0.1 // indirect
modernc.org/gc/v3 v3.0.0-20240304020402-f0dba7c97c2b // indirect
modernc.org/libc v1.55.3 // indirect
modernc.org/gc/v3 v3.0.0-20240801135723-a856999a2e4a // indirect
modernc.org/libc v1.61.0 // indirect
modernc.org/mathutil v1.6.0 // indirect
modernc.org/memory v1.8.0 // indirect
modernc.org/strutil v1.2.0 // indirect
Expand Down
Loading

0 comments on commit 92f4315

Please sign in to comment.