Skip to content

Commit 11cbdda

Browse files
committed
sync(provider): pull from indent core
GitOrigin-RevId: 413da3998c7959e5306eaca2c1d5669a67250bfb
1 parent b88eddc commit 11cbdda

File tree

3 files changed

+11
-170
lines changed

3 files changed

+11
-170
lines changed

go.mod

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
module go.indent.com/terraform-provider-indent
1+
module github.com/indentapis/terraform-provider-indent
22

33
go 1.18
44

5-
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.24.1
5+
require (
6+
github.com/hashicorp/terraform-plugin-sdk/v2 v2.24.1
7+
go.indent.com/indent-go v0.0.9-0.20230119081731-51229bc93f9b
8+
)
69

710
require (
811
cloud.google.com/go v0.34.0 // indirect
@@ -39,20 +42,19 @@ require (
3942
github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
4043
github.com/vmihailenco/tagparser v0.1.1 // indirect
4144
github.com/zclconf/go-cty v1.12.1 // indirect
42-
go.indent.com/indent-go v0.0.9-0.20230130182250-ded99026d98d // indirect
4345
go.uber.org/atomic v1.5.0 // indirect
4446
go.uber.org/multierr v1.3.0 // indirect
4547
go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee // indirect
4648
go.uber.org/zap v1.14.0 // indirect
4749
golang.org/x/lint v0.0.0-20190930215403-16217165b5de // indirect
48-
golang.org/x/mod v0.6.0 // indirect
50+
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
4951
golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10 // indirect
5052
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
5153
golang.org/x/sys v0.3.0 // indirect
5254
golang.org/x/text v0.5.0 // indirect
53-
golang.org/x/tools v0.2.0 // indirect
55+
golang.org/x/tools v0.1.12 // indirect
5456
google.golang.org/appengine v1.6.6 // indirect
55-
google.golang.org/genproto v0.0.0-20201019141844-1ed22bb0c154 // indirect
57+
google.golang.org/genproto v0.0.0-20200711021454-869866162049 // indirect
5658
google.golang.org/grpc v1.50.1 // indirect
5759
google.golang.org/protobuf v1.28.1 // indirect
5860
honnef.co/go/tools v0.0.1-2019.2.3 // indirect

0 commit comments

Comments
 (0)