Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/threefoldtech/tfgrid-sdk-go/grid-client from 0.9.2 to 0.10.0 in /server #354

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/sendgrid/sendgrid-go v3.12.0+incompatible
github.com/spf13/cobra v1.7.0
github.com/stretchr/testify v1.8.4
github.com/threefoldtech/tfgrid-sdk-go/grid-client v0.9.2
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/zos v0.5.6-0.20230526112430-f620733482d7
golang.org/x/crypto v0.11.0
Expand Down Expand Up @@ -68,7 +68,7 @@ require (
github.com/rs/cors v1.9.0 // indirect
github.com/sendgrid/rest v2.6.9+incompatible // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/threefoldtech/tfchain/clients/tfchain-client-go v0.0.0-20230530114457-e57ee9560f79 // indirect
github.com/threefoldtech/tfchain/clients/tfchain-client-go v0.0.0-20230718094615-0e20bc81b066 // indirect
github.com/threefoldtech/tfgrid-sdk-go/rmb-sdk-go v0.9.1 // indirect
github.com/tyler-smith/go-bip39 v1.1.0 // indirect
github.com/vedhavyas/go-subkey v1.0.3 // indirect
Expand Down
8 changes: 4 additions & 4 deletions server/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,10 @@ github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/threefoldtech/tfchain/clients/tfchain-client-go v0.0.0-20230530114457-e57ee9560f79 h1:raL62fseJwRAQoaUn5h1M5RLPCjLWLvyDOhpW9E1TNI=
github.com/threefoldtech/tfchain/clients/tfchain-client-go v0.0.0-20230530114457-e57ee9560f79/go.mod h1:dtDKAPiUDxAwIkfHV7xcAFZcOm+xwNIuOI1MLFS+MeQ=
github.com/threefoldtech/tfgrid-sdk-go/grid-client v0.9.2 h1:L6LHNxqIjKew6A2Rn8kOJ/kf9toX++zgKbKZQEgyfUY=
github.com/threefoldtech/tfgrid-sdk-go/grid-client v0.9.2/go.mod h1:vLBdH/KM9r1Cmppc1+R7RPnGbxShC8ej5ovLiG/d2Ew=
github.com/threefoldtech/tfchain/clients/tfchain-client-go v0.0.0-20230718094615-0e20bc81b066 h1:hqR7Wseie3+rezngt1358W5GX5OyHQtkaAUUzX6F7N0=
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/rmb-sdk-go v0.9.1 h1:UkNvNefuAQtEigNgW+D7zIF8lrPKhRa57D9Hz2R8Qxo=
Expand Down
Loading