We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
go mod tidy
1 parent 329b35a commit 4c51b8eCopy full SHA for 4c51b8e
go.mod
@@ -2,6 +2,7 @@ module github.com/labd/terraform-provider-commercetools
2
3
require (
4
github.com/elliotchance/orderedmap/v2 v2.0.1
5
+ github.com/elliotchance/pie/v2 v2.0.1
6
github.com/hashicorp/terraform-plugin-docs v0.10.1
7
github.com/hashicorp/terraform-plugin-sdk/v2 v2.16.0
8
github.com/labd/commercetools-go-sdk v1.1.0
@@ -19,7 +20,6 @@ require (
19
20
github.com/armon/go-radix v1.0.0 // indirect
21
github.com/bgentry/speakeasy v0.1.0 // indirect
22
github.com/davecgh/go-spew v1.1.1 // indirect
- github.com/elliotchance/pie/v2 v2.0.1 // indirect
23
github.com/fatih/color v1.13.0 // indirect
24
github.com/golang/protobuf v1.5.2 // indirect
25
github.com/google/go-cmp v0.5.8 // indirect
0 commit comments