@@ -15,7 +15,7 @@ require (
15
15
github.com/hashicorp/terraform-plugin-go v0.19.0
16
16
github.com/hashicorp/terraform-plugin-log v0.9.0
17
17
github.com/hashicorp/terraform-plugin-mux v0.12.0
18
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.29 .0
18
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.30 .0
19
19
github.com/hashicorp/terraform-plugin-testing v1.5.1
20
20
github.com/jmoiron/sqlx v1.3.5
21
21
github.com/luna-duclos/instrumentedsql v1.1.3
@@ -24,9 +24,9 @@ require (
24
24
github.com/snowflakedb/gosnowflake v1.6.25
25
25
github.com/stretchr/testify v1.8.4
26
26
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a
27
- golang.org/x/crypto v0.14 .0
27
+ golang.org/x/crypto v0.15 .0
28
28
golang.org/x/exp v0.0.0-20230905200255-921286631fa9
29
- golang.org/x/text v0.13 .0
29
+ golang.org/x/text v0.14 .0
30
30
)
31
31
32
32
require (
@@ -43,16 +43,12 @@ require (
43
43
github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0 // indirect
44
44
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.1.0 // indirect
45
45
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c // indirect
46
- github.com/Masterminds/goutils v1.1.1 // indirect
47
- github.com/Masterminds/semver/v3 v3.1.1 // indirect
48
- github.com/Masterminds/sprig/v3 v3.2.2 // indirect
49
46
github.com/ProtonMail/go-crypto v0.0.0-20230923063757-afb1ddc0824c // indirect
50
47
github.com/agext/levenshtein v1.2.3 // indirect
51
48
github.com/andybalholm/brotli v1.0.5 // indirect
52
49
github.com/apache/arrow/go/v12 v12.0.1 // indirect
53
50
github.com/apache/thrift v0.19.0 // indirect
54
51
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
55
- github.com/armon/go-radix v1.0.0 // indirect
56
52
github.com/aws/aws-sdk-go-v2 v1.21.0 // indirect
57
53
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.13 // indirect
58
54
github.com/aws/aws-sdk-go-v2/credentials v1.13.41 // indirect
@@ -66,7 +62,6 @@ require (
66
62
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.15.4 // indirect
67
63
github.com/aws/aws-sdk-go-v2/service/s3 v1.40.0 // indirect
68
64
github.com/aws/smithy-go v1.14.2 // indirect
69
- github.com/bgentry/speakeasy v0.1.0 // indirect
70
65
github.com/cloudflare/circl v1.3.3 // indirect
71
66
github.com/danieljoos/wincred v1.2.0 // indirect
72
67
github.com/davecgh/go-spew v1.1.1 // indirect
@@ -89,17 +84,14 @@ require (
89
84
github.com/hashicorp/go-multierror v1.1.1 // indirect
90
85
github.com/hashicorp/go-plugin v1.5.2 // indirect
91
86
github.com/hashicorp/go-version v1.6.0 // indirect
92
- github.com/hashicorp/hc-install v0.6.0 // indirect
93
- github.com/hashicorp/hcl/v2 v2.18.0 // indirect
87
+ github.com/hashicorp/hc-install v0.6.1 // indirect
88
+ github.com/hashicorp/hcl/v2 v2.19.1 // indirect
94
89
github.com/hashicorp/logutils v1.0.0 // indirect
95
90
github.com/hashicorp/terraform-exec v0.19.0 // indirect
96
91
github.com/hashicorp/terraform-json v0.17.1 // indirect
97
- github.com/hashicorp/terraform-plugin-docs v0.16.0 // indirect
98
92
github.com/hashicorp/terraform-registry-address v0.2.2 // indirect
99
93
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
100
94
github.com/hashicorp/yamux v0.1.1 // indirect
101
- github.com/huandu/xstrings v1.3.2 // indirect
102
- github.com/imdario/mergo v0.3.15 // indirect
103
95
github.com/jmespath/go-jmespath v0.4.0 // indirect
104
96
github.com/klauspost/asmfmt v1.3.2 // indirect
105
97
github.com/klauspost/compress v1.17.0 // indirect
@@ -109,7 +101,6 @@ require (
109
101
github.com/mattn/go-isatty v0.0.19 // indirect
110
102
github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8 // indirect
111
103
github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3 // indirect
112
- github.com/mitchellh/cli v1.1.5 // indirect
113
104
github.com/mitchellh/copystructure v1.2.0 // indirect
114
105
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
115
106
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
@@ -120,22 +111,18 @@ require (
120
111
github.com/pierrec/lz4/v4 v4.1.18 // indirect
121
112
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
122
113
github.com/pmezard/go-difflib v1.0.0 // indirect
123
- github.com/posener/complete v1.2.3 // indirect
124
- github.com/russross/blackfriday v1.6.0 // indirect
125
- github.com/shopspring/decimal v1.3.1 // indirect
126
114
github.com/sirupsen/logrus v1.9.3 // indirect
127
- github.com/spf13/cast v1.5.0 // indirect
128
115
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
129
116
github.com/vmihailenco/msgpack/v5 v5.4.0 // indirect
130
117
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
131
118
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
132
- github.com/zclconf/go-cty v1.14.0 // indirect
119
+ github.com/zclconf/go-cty v1.14.1 // indirect
133
120
github.com/zeebo/xxh3 v1.0.2 // indirect
134
121
golang.org/x/mod v0.13.0 // indirect
135
122
golang.org/x/net v0.17.0 // indirect
136
123
golang.org/x/sync v0.4.0 // indirect
137
- golang.org/x/sys v0.13 .0 // indirect
138
- golang.org/x/term v0.13 .0 // indirect
124
+ golang.org/x/sys v0.14 .0 // indirect
125
+ golang.org/x/term v0.14 .0 // indirect
139
126
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
140
127
google.golang.org/appengine v1.6.8 // indirect
141
128
google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect
0 commit comments