Merge pull request #1473 from Tinyblargon/bump-dep-1
Some checks failed
Go / verify-dependencies (push) Has been cancelled
Go / build (push) Has been cancelled
Go / vet (push) Has been cancelled
Go / staticcheck (push) Has been cancelled
Go / test (push) Has been cancelled

chore: bump proxmox-api-go
This commit is contained in:
Okean 2025-12-16 23:39:32 +01:00 committed by GitHub
commit 93f843646a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -3,7 +3,7 @@ module github.com/Telmate/terraform-provider-proxmox/v2
go 1.24.9
require (
github.com/Telmate/proxmox-api-go v0.0.0-20251124001151-81c14ce502d8
github.com/Telmate/proxmox-api-go v0.0.0-20251216222634-898857dc25c5
github.com/google/uuid v1.6.0
github.com/hashicorp/go-cty v1.5.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.37.0

4
go.sum
View file

@ -4,8 +4,8 @@ github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERo
github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=
github.com/ProtonMail/go-crypto v1.2.0 h1:+PhXXn4SPGd+qk76TlEePBfOfivE0zkWFenhGhFLzWs=
github.com/ProtonMail/go-crypto v1.2.0/go.mod h1:9whxjD8Rbs29b4XWbB8irEcE8KHMqaR2e7GWU1R+/PE=
github.com/Telmate/proxmox-api-go v0.0.0-20251124001151-81c14ce502d8 h1:jMLVmxoHzfFxg/fCWaF1es5mYwsW/fjAlaVfqEyOz8U=
github.com/Telmate/proxmox-api-go v0.0.0-20251124001151-81c14ce502d8/go.mod h1:HGPbpwiVsrpYYuQAygnnU04ZdGLYc8fdP9qhJIBw2Bg=
github.com/Telmate/proxmox-api-go v0.0.0-20251216222634-898857dc25c5 h1:gDpz+HaPk7rMUr2hhfKszYRT/FBRz/ZFAbhJ06UDd10=
github.com/Telmate/proxmox-api-go v0.0.0-20251216222634-898857dc25c5/go.mod h1:HGPbpwiVsrpYYuQAygnnU04ZdGLYc8fdP9qhJIBw2Bg=
github.com/agext/levenshtein v1.2.3 h1:YB2fHEn0UJagG8T1rrWknE3ZQzWM06O8AMAatNn7lmo=
github.com/agext/levenshtein v1.2.3/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558=
github.com/apparentlymart/go-textseg/v12 v12.0.0/go.mod h1:S/4uRK2UtaQttw1GenVJEynmyUenKwP++x/+DdGV/Ec=