Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
oucema001 committed Jan 25, 2024
1 parent 6bd8071 commit 4351b83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/Telmate/terraform-provider-proxmox/v2
go 1.20

require (
github.com/Telmate/proxmox-api-go v0.0.0-20240120172859-e1cc84906875
github.com/frostyfab/proxmox-api-go v0.0.0-20231117222322-ac75783be16d // indirect
github.com/google/uuid v1.5.0
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
github.com/hashicorp/terraform-plugin-sdk/v2 v2.31.0
Expand Down
2 changes: 1 addition & 1 deletion proxmox/resource_vm_qemu.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"strings"
"time"

pxapi "github.com/Telmate/proxmox-api-go/proxmox"
pxapi "github.com/frostyfab/proxmox-api-go/proxmox"

Check failure on line 18 in proxmox/resource_vm_qemu.go

View workflow job for this annotation

GitHub Actions / audit

missing go.sum entry for module providing package github.com/frostyfab/proxmox-api-go/proxmox (imported by github.com/Telmate/terraform-provider-proxmox/v2/proxmox); to add:

Check failure on line 18 in proxmox/resource_vm_qemu.go

View workflow job for this annotation

GitHub Actions / goreleaser

missing go.sum entry for module providing package github.com/frostyfab/proxmox-api-go/proxmox (imported by github.com/Telmate/terraform-provider-proxmox/v2/proxmox); to add:
"github.com/google/uuid"
"github.com/hashicorp/go-cty/cty"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
Expand Down
2 changes: 1 addition & 1 deletion proxmox/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"testing"
"time"

pxapi "github.com/Telmate/proxmox-api-go/proxmox"
pxapi "github.com/frostyfab/proxmox-api-go/proxmox"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
"github.com/rs/zerolog"
)
Expand Down

0 comments on commit 4351b83

Please sign in to comment.