|
1 | | -module go.indent.com/terraform-provider-indent |
| 1 | +module github.com/indentapis/terraform-provider-indent |
2 | 2 |
|
3 | 3 | go 1.18 |
4 | 4 |
|
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 | +) |
6 | 9 |
|
7 | 10 | require ( |
8 | 11 | cloud.google.com/go v0.34.0 // indirect |
@@ -39,20 +42,19 @@ require ( |
39 | 42 | github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect |
40 | 43 | github.com/vmihailenco/tagparser v0.1.1 // indirect |
41 | 44 | github.com/zclconf/go-cty v1.12.1 // indirect |
42 | | - go.indent.com/indent-go v0.0.9-0.20230130182250-ded99026d98d // indirect |
43 | 45 | go.uber.org/atomic v1.5.0 // indirect |
44 | 46 | go.uber.org/multierr v1.3.0 // indirect |
45 | 47 | go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee // indirect |
46 | 48 | go.uber.org/zap v1.14.0 // indirect |
47 | 49 | 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 |
49 | 51 | golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10 // indirect |
50 | 52 | golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect |
51 | 53 | golang.org/x/sys v0.3.0 // indirect |
52 | 54 | 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 |
54 | 56 | 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 |
56 | 58 | google.golang.org/grpc v1.50.1 // indirect |
57 | 59 | google.golang.org/protobuf v1.28.1 // indirect |
58 | 60 | honnef.co/go/tools v0.0.1-2019.2.3 // indirect |
|
0 commit comments