Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/hashicorp/terraform-plugin-go v0.29.0
github.com/hashicorp/terraform-plugin-log v0.10.0
github.com/hashicorp/terraform-plugin-testing v1.13.3
github.com/sander0542/nginxproxymanager-go v0.0.0-20250222131153-1ef4b0cdf206
github.com/sander0542/nginxproxymanager-go v1.1.1
)

require (
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU
github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4=
github.com/sander0542/nginxproxymanager-go v0.0.0-20250222131153-1ef4b0cdf206 h1:Fwp2e2waIkq5/26D+rjDg4yyNL+9qSdi8w20dtWHe5Q=
github.com/sander0542/nginxproxymanager-go v0.0.0-20250222131153-1ef4b0cdf206/go.mod h1:HnFC3z3IH1Q4Kh8mbaJv5izY+4uswSJFeirSOa9KQ54=
github.com/sander0542/nginxproxymanager-go v1.1.1 h1:Y9SGnvsEkXY2vYUeNSKj3hUvhhUD4eW1w5fLK/i5SFg=
github.com/sander0542/nginxproxymanager-go v1.1.1/go.mod h1:IBiwzLJU03wVKzjOIN1ZA4B+eSdS4yi69PMoXYDy19Q=
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 h1:n661drycOFuPLCN3Uc8sB6B/s6Z4t2xvBgU1htSHuq8=
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4=
github.com/skeema/knownhosts v1.3.1 h1:X2osQ+RAjK76shCbvhHHHVl3ZlgDm8apHEHFqRjnBY8=
Expand Down
Loading