Skip to content

Commit 4c51b8e

Browse files
committed
go mod tidy
1 parent 329b35a commit 4c51b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ module github.com/labd/terraform-provider-commercetools
22

33
require (
44
github.com/elliotchance/orderedmap/v2 v2.0.1
5+
github.com/elliotchance/pie/v2 v2.0.1
56
github.com/hashicorp/terraform-plugin-docs v0.10.1
67
github.com/hashicorp/terraform-plugin-sdk/v2 v2.16.0
78
github.com/labd/commercetools-go-sdk v1.1.0
@@ -19,7 +20,6 @@ require (
1920
github.com/armon/go-radix v1.0.0 // indirect
2021
github.com/bgentry/speakeasy v0.1.0 // indirect
2122
github.com/davecgh/go-spew v1.1.1 // indirect
22-
github.com/elliotchance/pie/v2 v2.0.1 // indirect
2323
github.com/fatih/color v1.13.0 // indirect
2424
github.com/golang/protobuf v1.5.2 // indirect
2525
github.com/google/go-cmp v0.5.8 // indirect

0 commit comments

Comments
 (0)