Skip to content

Commit

Permalink
fix(pvr): only support v3 apis going forward (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
l3uddz committed Jun 13, 2021
1 parent 8287d90 commit b656dc1
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 53 deletions.
21 changes: 11 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,21 @@ module github.com/l3uddz/plexarr
go 1.14

require (
github.com/alecthomas/kong v0.2.12
github.com/alecthomas/kong v0.2.17
github.com/blang/semver v3.5.1+incompatible
github.com/golang/protobuf v1.4.3 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
github.com/mattn/go-sqlite3 v1.14.5
github.com/mattn/go-sqlite3 v1.14.7
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/pkg/errors v0.9.1
github.com/rhysd/go-github-selfupdate v1.2.2
github.com/rs/zerolog v1.20.0
github.com/ulikunitz/xz v0.5.9 // indirect
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
golang.org/x/net v0.0.0-20201216054612-986b41b23924 // indirect
golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5 // indirect
golang.org/x/sys v0.0.0-20201221093633-bc327ba9c2f0
github.com/rhysd/go-github-selfupdate v1.2.3
github.com/rs/zerolog v1.23.0
github.com/ulikunitz/xz v0.5.10 // indirect
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/net v0.0.0-20210610132358-84b48f89b13b // indirect
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c // indirect
golang.org/x/sys v0.0.0-20210611083646-a4fc73990273
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/yaml.v2 v2.4.0
Expand Down
Loading

0 comments on commit b656dc1

Please sign in to comment.