diff --git a/server/go.mod b/server/go.mod index 4fbe6124..3f869744 100644 --- a/server/go.mod +++ b/server/go.mod @@ -14,7 +14,7 @@ require ( github.com/sendgrid/sendgrid-go v3.14.0+incompatible github.com/spf13/cobra v1.8.0 github.com/stretchr/testify v1.9.0 - github.com/threefoldtech/tfgrid-sdk-go/grid-client v0.14.13 + github.com/threefoldtech/tfgrid-sdk-go/grid-client v0.15.0 github.com/threefoldtech/tfgrid-sdk-go/grid-proxy v0.14.13 github.com/threefoldtech/zos v0.5.6-0.20240226114056-364e04acbed3 golang.org/x/crypto v0.21.0 diff --git a/server/go.sum b/server/go.sum index 903d2c49..5a3ffb4b 100644 --- a/server/go.sum +++ b/server/go.sum @@ -154,8 +154,8 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/threefoldtech/tfchain/clients/tfchain-client-go v0.0.0-20240227171040-f2a20ee3e965 h1:A4EF0webCGCQPym/uWrhhL6H3j/FKn60G99tR+Zl93o= github.com/threefoldtech/tfchain/clients/tfchain-client-go v0.0.0-20240227171040-f2a20ee3e965/go.mod h1:dtDKAPiUDxAwIkfHV7xcAFZcOm+xwNIuOI1MLFS+MeQ= -github.com/threefoldtech/tfgrid-sdk-go/grid-client v0.14.13 h1:iGh881XhiepTYXlEcRQWpv+jPNUDaBwmH3ArdkZSL3A= -github.com/threefoldtech/tfgrid-sdk-go/grid-client v0.14.13/go.mod h1:7nZWQe11mQE0kSkP3i/hDq57zrCo9QsY+gwKvfiVg3M= +github.com/threefoldtech/tfgrid-sdk-go/grid-client v0.15.0 h1:M6PlWeX4d8Ts3J9vPRp3PRMWLvh35CeSfZXT4mZEu34= +github.com/threefoldtech/tfgrid-sdk-go/grid-client v0.15.0/go.mod h1:7nZWQe11mQE0kSkP3i/hDq57zrCo9QsY+gwKvfiVg3M= github.com/threefoldtech/tfgrid-sdk-go/grid-proxy v0.14.13 h1:vnmq6KD894h+ufcrykVa/G2slyirjvzN7OXSd+67oLA= github.com/threefoldtech/tfgrid-sdk-go/grid-proxy v0.14.13/go.mod h1:uyvAL3vYwxXGDJU+8ilQdE1yfa3tbwFG0W9kyAtWEcQ= github.com/threefoldtech/tfgrid-sdk-go/rmb-sdk-go v0.14.12 h1:pOubbet/8YAhePnFLCgAm7b3kUoL88/2ga7f+WrPjao=