Skip to content

Commit

Permalink
feat(deps): use go-plexhooks v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
acamilleri committed Aug 9, 2020
1 parent 2d1249a commit 4207744
Show file tree
Hide file tree
Showing 2 changed files with 320 additions and 1 deletion.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ module github.com/acamilleri/myplexhooks
go 1.14

require (
github.com/acamilleri/go-plexhooks v0.0.0-20200808211108-17b6512ea6f5
github.com/acamilleri/go-plexhooks v0.1.0
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/google/go-querystring v1.0.0
github.com/prometheus/common v0.11.1 // indirect
github.com/stretchr/testify v1.6.1 // indirect
golang.org/x/sys v0.0.0-20200808120158-1030fc2bf1d9 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)
Loading

0 comments on commit 4207744

Please sign in to comment.