Skip to content

Commit 05ce21e

Browse files
committed
#patch: bump deps, format image better
1 parent 85811b6 commit 05ce21e

File tree

3 files changed

+75
-54
lines changed

3 files changed

+75
-54
lines changed

go.mod

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ go 1.18
55
require (
66
github.com/circa10a/go-mailform v0.6.0
77
github.com/hashicorp/terraform-plugin-docs v0.13.0
8-
github.com/hashicorp/terraform-plugin-log v0.7.0
9-
github.com/hashicorp/terraform-plugin-sdk/v2 v2.24.1
8+
github.com/hashicorp/terraform-plugin-log v0.8.0
9+
github.com/hashicorp/terraform-plugin-sdk/v2 v2.25.0
1010
github.com/jung-kurt/gofpdf v1.16.2
11-
golang.org/x/exp v0.0.0-20230113213754-f9f960f08ad4
11+
golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2
1212
)
1313

1414
require (
@@ -19,8 +19,7 @@ require (
1919
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
2020
github.com/armon/go-radix v1.0.0 // indirect
2121
github.com/bgentry/speakeasy v0.1.0 // indirect
22-
github.com/davecgh/go-spew v1.1.1 // indirect
23-
github.com/fatih/color v1.13.0 // indirect
22+
github.com/fatih/color v1.14.1 // indirect
2423
github.com/go-resty/resty/v2 v2.7.0 // indirect
2524
github.com/golang/protobuf v1.5.2 // indirect
2625
github.com/google/go-cmp v0.5.9 // indirect
@@ -34,20 +33,20 @@ require (
3433
github.com/hashicorp/go-plugin v1.4.8 // indirect
3534
github.com/hashicorp/go-uuid v1.0.3 // indirect
3635
github.com/hashicorp/go-version v1.6.0 // indirect
37-
github.com/hashicorp/hc-install v0.4.0 // indirect
38-
github.com/hashicorp/hcl/v2 v2.15.0 // indirect
36+
github.com/hashicorp/hc-install v0.5.0 // indirect
37+
github.com/hashicorp/hcl/v2 v2.16.1 // indirect
3938
github.com/hashicorp/logutils v1.0.0 // indirect
4039
github.com/hashicorp/terraform-exec v0.17.3 // indirect
41-
github.com/hashicorp/terraform-json v0.14.0 // indirect
40+
github.com/hashicorp/terraform-json v0.15.0 // indirect
4241
github.com/hashicorp/terraform-plugin-go v0.14.3 // indirect
4342
github.com/hashicorp/terraform-registry-address v0.1.0 // indirect
44-
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 // indirect
43+
github.com/hashicorp/terraform-svchost v0.1.0 // indirect
4544
github.com/hashicorp/yamux v0.1.1 // indirect
4645
github.com/huandu/xstrings v1.3.2 // indirect
4746
github.com/imdario/mergo v0.3.13 // indirect
4847
github.com/mattn/go-colorable v0.1.13 // indirect
4948
github.com/mattn/go-isatty v0.0.17 // indirect
50-
github.com/mitchellh/cli v1.1.4 // indirect
49+
github.com/mitchellh/cli v1.1.5 // indirect
5150
github.com/mitchellh/copystructure v1.2.0 // indirect
5251
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
5352
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
@@ -61,13 +60,14 @@ require (
6160
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
6261
github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
6362
github.com/vmihailenco/tagparser v0.1.2 // indirect
64-
github.com/zclconf/go-cty v1.12.1 // indirect
65-
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
66-
golang.org/x/net v0.5.0 // indirect
67-
golang.org/x/sys v0.4.0 // indirect
68-
golang.org/x/text v0.6.0 // indirect
63+
github.com/zclconf/go-cty v1.13.0 // indirect
64+
golang.org/x/crypto v0.6.0 // indirect
65+
golang.org/x/mod v0.7.0 // indirect
66+
golang.org/x/net v0.7.0 // indirect
67+
golang.org/x/sys v0.5.0 // indirect
68+
golang.org/x/text v0.7.0 // indirect
6969
google.golang.org/appengine v1.6.7 // indirect
70-
google.golang.org/genproto v0.0.0-20230113154510-dbe35b8444a5 // indirect
71-
google.golang.org/grpc v1.52.0 // indirect
70+
google.golang.org/genproto v0.0.0-20230227214838-9b19f0bdc514 // indirect
71+
google.golang.org/grpc v1.53.0 // indirect
7272
google.golang.org/protobuf v1.28.1 // indirect
7373
)

0 commit comments

Comments
 (0)