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.13.4 to 0.13.5 in /provider #176

Closed
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
2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/pulumi/pulumi/pkg/v3 v3.99.0
github.com/pulumi/pulumi/sdk/v3 v3.99.0
github.com/stretchr/testify v1.8.4
github.com/threefoldtech/tfgrid-sdk-go/grid-client v0.13.4
github.com/threefoldtech/tfgrid-sdk-go/grid-client v0.13.5
github.com/threefoldtech/tfgrid-sdk-go/grid-proxy v0.13.4
github.com/threefoldtech/zos v0.5.6-0.20231029102142-baf8d9ee77fe
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6
Expand Down
4 changes: 2 additions & 2 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1664,8 +1664,8 @@ github.com/texttheater/golang-levenshtein v1.0.1 h1:+cRNoVrfiwufQPhoMzB6N0Yf/Mqa
github.com/texttheater/golang-levenshtein v1.0.1/go.mod h1:PYAKrbF5sAiq9wd+H82hs7gNaen0CplQ9uvm6+enD/8=
github.com/threefoldtech/tfchain/clients/tfchain-client-go v0.0.0-20240102110309-5d6a2dd91630 h1:ey1PnIqYxzs3maxhIPDMFpHsSwL45dvfqGIInlIRXSU=
github.com/threefoldtech/tfchain/clients/tfchain-client-go v0.0.0-20240102110309-5d6a2dd91630/go.mod h1:dtDKAPiUDxAwIkfHV7xcAFZcOm+xwNIuOI1MLFS+MeQ=
github.com/threefoldtech/tfgrid-sdk-go/grid-client v0.13.4 h1:Bbob0BAfAFViJJ4rB13qJr87cGnMAeMgJnJLZxTvdkM=
github.com/threefoldtech/tfgrid-sdk-go/grid-client v0.13.4/go.mod h1:yG37ODUbs916PF8k64ISXA4+1tfvehbjhvRISrMBSUI=
github.com/threefoldtech/tfgrid-sdk-go/grid-client v0.13.5 h1:ei3/11o2GdIP8BswrBeyKtrm9MFOU0quHk305DOhcm0=
github.com/threefoldtech/tfgrid-sdk-go/grid-client v0.13.5/go.mod h1:S3fHpoNtxNkZ2cWIZLAnXuU8lxGiaipPEa3u9Muq5rA=
github.com/threefoldtech/tfgrid-sdk-go/grid-proxy v0.13.4 h1:XS/73lKojtYTez7YePMID/W6Lk1zzMwAJXtow/PO7fI=
github.com/threefoldtech/tfgrid-sdk-go/grid-proxy v0.13.4/go.mod h1:SKy++v5EhG0eoCkwCf6+aUiCNb65iudVR+A/ZyoS7ho=
github.com/threefoldtech/tfgrid-sdk-go/rmb-sdk-go v0.13.4 h1:3vkgJXfFLu+i7mFcRZQiOBtQ9XQY8B8KV0Hc9FcgPak=
Expand Down
Loading