Skip to content

Commit dc6e9a8

Browse files
authored
Merge pull request #237 from devopsarr/renovate/github.com-devopsarr-lidarr-go-1.x
2 parents 9c7a7d9 + 660e04f commit dc6e9a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/devopsarr/terraform-provider-lidarr
33
go 1.21
44

55
require (
6-
github.com/devopsarr/lidarr-go v1.1.1
6+
github.com/devopsarr/lidarr-go v1.2.0
77
github.com/hashicorp/terraform-plugin-docs v0.19.4
88
github.com/hashicorp/terraform-plugin-framework v1.11.0
99
github.com/hashicorp/terraform-plugin-framework-validators v0.13.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ github.com/cyphar/filepath-securejoin v0.2.4/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxG
3131
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
3232
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
3333
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
34-
github.com/devopsarr/lidarr-go v1.1.1 h1:qaRVWPI1NLOtP+VQTH5OXn5Lh8DWlmOKJuBPsKHlza8=
35-
github.com/devopsarr/lidarr-go v1.1.1/go.mod h1:l6uoYzFsExwp0zGNQGmMw2UueqXwL3Vaux+i2YspEOg=
34+
github.com/devopsarr/lidarr-go v1.2.0 h1:umU91TYu+Eh54dJMWSvwT1KBAzT/9+gckMDVu7e6oRk=
35+
github.com/devopsarr/lidarr-go v1.2.0/go.mod h1:l6uoYzFsExwp0zGNQGmMw2UueqXwL3Vaux+i2YspEOg=
3636
github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc=
3737
github.com/emirpasic/gods v1.18.1/go.mod h1:8tpGGwCnJ5H4r6BWwaV6OrWmMoPhUl5jm/FMNAnJvWQ=
3838
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=

0 commit comments

Comments
 (0)