Skip to content

Commit 2760fb2

Browse files
authored
Merge pull request #995 from threefoldtech/development_update_zos_base
update sdk + zos
2 parents 4d85e9c + 5345631 commit 2760fb2

File tree

3 files changed

+13
-16
lines changed

3 files changed

+13
-16
lines changed

go.mod

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ require (
1313
github.com/hashicorp/terraform-plugin-sdk/v2 v2.34.0
1414
github.com/pkg/errors v0.9.1
1515
github.com/stretchr/testify v1.11.1
16-
github.com/threefoldtech/tfgrid-sdk-go/grid-client v0.17.1
17-
github.com/threefoldtech/tfgrid-sdk-go/grid-proxy v0.17.1
18-
github.com/threefoldtech/tfgrid-sdk-go/rmb-sdk-go v0.17.1
19-
github.com/threefoldtech/zos v0.5.6-0.20240902110349-172a0a29a6ee
20-
github.com/threefoldtech/zosbase v1.0.0
16+
github.com/threefoldtech/tfgrid-sdk-go/grid-client v0.17.3
17+
github.com/threefoldtech/tfgrid-sdk-go/grid-proxy v0.17.3
18+
github.com/threefoldtech/tfgrid-sdk-go/rmb-sdk-go v0.17.3
19+
github.com/threefoldtech/zosbase v1.0.3
2120
golang.org/x/crypto v0.37.0
2221
golang.org/x/sync v0.13.0
2322
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20210803171230-4253848d036c

go.sum

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -680,16 +680,14 @@ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu
680680
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
681681
github.com/threefoldtech/tfchain/clients/tfchain-client-go v0.0.0-20250929084418-b950278ead30 h1:sH/hiHxCEpeIm2gJsmu4GxKskfQVPZMz9PAgDwk1BfY=
682682
github.com/threefoldtech/tfchain/clients/tfchain-client-go v0.0.0-20250929084418-b950278ead30/go.mod h1:cOL5YgHUmDG5SAXrsZxFjUECRQQuAqOoqvXhZG5sEUw=
683-
github.com/threefoldtech/tfgrid-sdk-go/grid-client v0.17.1 h1:QPk3mVbc9DC8kjJ1B83K5WcOgeIHGSjLMioQ/EFfwXI=
684-
github.com/threefoldtech/tfgrid-sdk-go/grid-client v0.17.1/go.mod h1:irDaFRAtMiCdeUdgCqC9JRhNR/8VeNF3B7N4ygdbczs=
685-
github.com/threefoldtech/tfgrid-sdk-go/grid-proxy v0.17.1 h1:wwDh51dGEtlh68HWo5KyuYNG42c5v2tcLvwL+SrpKKI=
686-
github.com/threefoldtech/tfgrid-sdk-go/grid-proxy v0.17.1/go.mod h1:yTKo1xuB1FU3Yh7u2EhDWEeZ58XjV1+Nj1H6lkeKO9U=
687-
github.com/threefoldtech/tfgrid-sdk-go/rmb-sdk-go v0.17.1 h1:GKCA2yVHWtQlnW84c1BwR1IY5QPgAlB43wEM6FyNUB4=
688-
github.com/threefoldtech/tfgrid-sdk-go/rmb-sdk-go v0.17.1/go.mod h1:T+PZydVl3fxywqoUhCmzs+hUarfE1q9IMRl9xa+GIYo=
689-
github.com/threefoldtech/zos v0.5.6-0.20240902110349-172a0a29a6ee h1:pqpYVM0qkXujplHNfH6w5GDqcY5sLJAgOc4/hlR6+Xw=
690-
github.com/threefoldtech/zos v0.5.6-0.20240902110349-172a0a29a6ee/go.mod h1:lut72yYMJhgK0QRvF0Wd/mB3+OfIoXWz04DQuXck3Sw=
691-
github.com/threefoldtech/zosbase v1.0.0 h1:pXcVIVD7AKGrNFRT6jLhezmP+GsLole4YqQyYf0qa80=
692-
github.com/threefoldtech/zosbase v1.0.0/go.mod h1:Gz2af8Y35gqplt5dTIOqoRUpDI1mNal1hKzD2BoqWpU=
683+
github.com/threefoldtech/tfgrid-sdk-go/grid-client v0.17.3 h1:7APcgPtJlJMQvjayZXaE2ajuH7WAmgVvp59FDlTLelg=
684+
github.com/threefoldtech/tfgrid-sdk-go/grid-client v0.17.3/go.mod h1:K2RR8SBfTny1elVZ+kEd928wzte1kMhf+Z/Eyt60uuc=
685+
github.com/threefoldtech/tfgrid-sdk-go/grid-proxy v0.17.3 h1:mRFhb6rt4h2fAppvveYsuhWOs7MKkC1ng5pJgL8PhVw=
686+
github.com/threefoldtech/tfgrid-sdk-go/grid-proxy v0.17.3/go.mod h1:G9M3b1RXUcxEeoWl9iZRI86T1+pUatAi5XIbdPgcpzo=
687+
github.com/threefoldtech/tfgrid-sdk-go/rmb-sdk-go v0.17.3 h1:NkDEy9pzuGpO6fp5t6UnhLMsmDim5t02jvoCxMlx004=
688+
github.com/threefoldtech/tfgrid-sdk-go/rmb-sdk-go v0.17.3/go.mod h1:T+PZydVl3fxywqoUhCmzs+hUarfE1q9IMRl9xa+GIYo=
689+
github.com/threefoldtech/zosbase v1.0.3 h1:e03oz+KTvuu8Hsm2hDpf/nOIkCz1K6xsXsVvZaahVBc=
690+
github.com/threefoldtech/zosbase v1.0.3/go.mod h1:3tWVlnT9nZ0r/u1L1JCIZpwSlnvi20FG6Z/yTOCT/7U=
693691
github.com/tklauser/go-sysconf v0.3.12 h1:0QaGUFOdQaIVdPgfITYzaTegZvdCjmYO52cSFAEVmqU=
694692
github.com/tklauser/go-sysconf v0.3.12/go.mod h1:Ho14jnntGE1fpdOqQEEaiKRpvIavV0hSfmBq8nJbHYI=
695693
github.com/tklauser/numcpus v0.6.1 h1:ng9scYS7az0Bk4OZLvrNXNSAO2Pxr1XXRAPyjhIx+Fk=

internal/provider/resource_scheduler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"github.com/threefoldtech/terraform-provider-grid/internal/provider/scheduler"
1414
"github.com/threefoldtech/tfgrid-sdk-go/grid-client/deployer"
1515
"github.com/threefoldtech/tfgrid-sdk-go/rmb-sdk-go/peer"
16-
"github.com/threefoldtech/zos/pkg/gridtypes"
16+
"github.com/threefoldtech/zosbase/pkg/gridtypes"
1717
)
1818

1919
func resourceScheduler() *schema.Resource {

0 commit comments

Comments
 (0)