diff --git a/server/go.mod b/server/go.mod index 7bd6ae50..d2bb9e96 100644 --- a/server/go.mod +++ b/server/go.mod @@ -15,7 +15,7 @@ require ( github.com/spf13/cobra v1.7.0 github.com/stretchr/testify v1.8.4 github.com/threefoldtech/tfgrid-sdk-go/grid-client v0.10.0 - github.com/threefoldtech/tfgrid-sdk-go/grid-proxy v0.9.2 + github.com/threefoldtech/tfgrid-sdk-go/grid-proxy v0.10.0 github.com/threefoldtech/zos v0.5.6-0.20230526112430-f620733482d7 golang.org/x/crypto v0.11.0 golang.org/x/text v0.11.0 diff --git a/server/go.sum b/server/go.sum index 49592cb7..581e6f25 100644 --- a/server/go.sum +++ b/server/go.sum @@ -180,8 +180,8 @@ github.com/threefoldtech/tfchain/clients/tfchain-client-go v0.0.0-20230718094615 github.com/threefoldtech/tfchain/clients/tfchain-client-go v0.0.0-20230718094615-0e20bc81b066/go.mod h1:dtDKAPiUDxAwIkfHV7xcAFZcOm+xwNIuOI1MLFS+MeQ= github.com/threefoldtech/tfgrid-sdk-go/grid-client v0.10.0 h1:ObAoP6JPsyWSMqymeel3Hv4+rgV4UBwM1cvkxhjByDc= github.com/threefoldtech/tfgrid-sdk-go/grid-client v0.10.0/go.mod h1:+LDI2AsFfxoBJFtykEup4KAvarH491bWyksXMyrlaqw= -github.com/threefoldtech/tfgrid-sdk-go/grid-proxy v0.9.2 h1:m1ekLX0QQMo77I/mp+RbRbt4w6e9RFFyuHWLDM+6s5Q= -github.com/threefoldtech/tfgrid-sdk-go/grid-proxy v0.9.2/go.mod h1:yf8DZlg6ETpfhZjipXSmvvH+RYMNN41cJDxnydQckb0= +github.com/threefoldtech/tfgrid-sdk-go/grid-proxy v0.10.0 h1:1TF41DI/5euG9wfZJP0FYz8hnai6CXDp7iG7g5j2FWU= +github.com/threefoldtech/tfgrid-sdk-go/grid-proxy v0.10.0/go.mod h1:FQA/A4B5IwSM8aO1dt+52B/vv8n8ol0wvsP0vpz0ef8= github.com/threefoldtech/tfgrid-sdk-go/rmb-sdk-go v0.9.1 h1:UkNvNefuAQtEigNgW+D7zIF8lrPKhRa57D9Hz2R8Qxo= github.com/threefoldtech/tfgrid-sdk-go/rmb-sdk-go v0.9.1/go.mod h1:XLF9uoFeuZr6WX4mjd+GbBypdTqSudlgHKcBQqdbHFw= github.com/threefoldtech/zos v0.5.6-0.20230526112430-f620733482d7 h1:4gkPADdVpLK4jciXvQHgYYWCzNRnY04Vg34iVofRk+0=