Skip to content

Commit

Permalink
fix: update VMmanager api
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Mar 26, 2024
1 parent 02e33d4 commit e00b451
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ require (
github.com/hashicorp/terraform-plugin-sdk/v2 v2.14.0
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/rs/zerolog v1.26.1
github.com/usaafko/vmmanager6-api-go v0.0.23
github.com/usaafko/vmmanager6-api-go v0.0.24
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ github.com/usaafko/vmmanager6-api-go v0.0.22 h1:ufYmriIEiY01u1b662BEc4P8+5d1QuGg
github.com/usaafko/vmmanager6-api-go v0.0.22/go.mod h1:3RSu8vvMTBiAInPrrwPVfm+r8pRGs532zBpn8tHC1DY=
github.com/usaafko/vmmanager6-api-go v0.0.23 h1:7GqIcWPtinD8ib9rdbCYUo2XG6NXxfbL/uJVquyYzdY=
github.com/usaafko/vmmanager6-api-go v0.0.23/go.mod h1:3RSu8vvMTBiAInPrrwPVfm+r8pRGs532zBpn8tHC1DY=
github.com/usaafko/vmmanager6-api-go v0.0.24 h1:li/mgigGncdajMUMcBEnU/xxgmaT+t0eI5uVnwGQLiA=
github.com/usaafko/vmmanager6-api-go v0.0.24/go.mod h1:3RSu8vvMTBiAInPrrwPVfm+r8pRGs532zBpn8tHC1DY=
github.com/vmihailenco/msgpack v3.3.3+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk=
github.com/vmihailenco/msgpack v4.0.4+incompatible h1:dSLoQfGFAo3F6OoNhwUmLwVgaUXK79GlxNBwueZn0xI=
github.com/vmihailenco/msgpack v4.0.4+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk=
Expand Down

0 comments on commit e00b451

Please sign in to comment.