1
1
module github.com/mackerelio-labs/terraform-provider-mackerel
2
2
3
- go 1.22 .0
3
+ go 1.23 .0
4
4
5
5
toolchain go1.24.0
6
6
7
7
require (
8
8
github.com/golangci/golangci-lint v1.50.1
9
- github.com/google/go-cmp v0.6 .0
9
+ github.com/google/go-cmp v0.7 .0
10
10
github.com/hashicorp/terraform-plugin-framework v1.11.0
11
11
github.com/hashicorp/terraform-plugin-framework-jsontypes v0.1.0
12
12
github.com/hashicorp/terraform-plugin-framework-validators v0.12.0
13
- github.com/hashicorp/terraform-plugin-go v0.23 .0
14
- github.com/hashicorp/terraform-plugin-mux v0.16 .0
13
+ github.com/hashicorp/terraform-plugin-go v0.28 .0
14
+ github.com/hashicorp/terraform-plugin-mux v0.20 .0
15
15
github.com/hashicorp/terraform-plugin-sdk/v2 v2.34.0
16
16
github.com/hashicorp/terraform-plugin-testing v1.9.0
17
17
github.com/mackerelio/mackerel-client-go v0.36.0
@@ -41,7 +41,7 @@ require (
41
41
github.com/breml/bidichk v0.2.3 // indirect
42
42
github.com/breml/errchkjson v0.3.0 // indirect
43
43
github.com/butuzov/ireturn v0.1.1 // indirect
44
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
44
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
45
45
github.com/charithe/durationcheck v0.0.9 // indirect
46
46
github.com/chavacava/garif v0.0.0-20220630083739-93517212f375 // indirect
47
47
github.com/cloudflare/circl v1.3.7 // indirect
@@ -88,7 +88,7 @@ require (
88
88
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
89
89
github.com/hashicorp/go-hclog v1.6.3 // indirect
90
90
github.com/hashicorp/go-multierror v1.1.1 // indirect
91
- github.com/hashicorp/go-plugin v1.6.0 // indirect
91
+ github.com/hashicorp/go-plugin v1.6.3 // indirect
92
92
github.com/hashicorp/go-uuid v1.0.3 // indirect
93
93
github.com/hashicorp/go-version v1.7.0 // indirect
94
94
github.com/hashicorp/hc-install v0.7.0 // indirect
@@ -98,7 +98,7 @@ require (
98
98
github.com/hashicorp/terraform-exec v0.21.0 // indirect
99
99
github.com/hashicorp/terraform-json v0.22.1 // indirect
100
100
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
101
- github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
101
+ github.com/hashicorp/terraform-registry-address v0.2.5 // indirect
102
102
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
103
103
github.com/hashicorp/yamux v0.1.1 // indirect
104
104
github.com/hexops/gotextdiff v1.0.3 // indirect
@@ -176,7 +176,7 @@ require (
176
176
github.com/ssgreg/nlreturn/v2 v2.2.1 // indirect
177
177
github.com/stbenjam/no-sprintf-host-port v0.1.1 // indirect
178
178
github.com/stretchr/objx v0.5.0 // indirect
179
- github.com/stretchr/testify v1.8.1 // indirect
179
+ github.com/stretchr/testify v1.8.3 // indirect
180
180
github.com/subosito/gotenv v1.4.1 // indirect
181
181
github.com/tdakkota/asciicheck v0.1.1 // indirect
182
182
github.com/tetafro/godot v1.4.11 // indirect
@@ -197,19 +197,19 @@ require (
197
197
go.uber.org/atomic v1.7.0 // indirect
198
198
go.uber.org/multierr v1.6.0 // indirect
199
199
go.uber.org/zap v1.17.0 // indirect
200
- golang.org/x/crypto v0.25 .0 // indirect
200
+ golang.org/x/crypto v0.37 .0 // indirect
201
201
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
202
202
golang.org/x/exp/typeparams v0.0.0-20220827204233-334a2380cb91 // indirect
203
203
golang.org/x/mod v0.17.0 // indirect
204
- golang.org/x/net v0.25 .0 // indirect
205
- golang.org/x/sync v0.7 .0 // indirect
206
- golang.org/x/sys v0.22 .0 // indirect
207
- golang.org/x/text v0.16 .0 // indirect
204
+ golang.org/x/net v0.39 .0 // indirect
205
+ golang.org/x/sync v0.13 .0 // indirect
206
+ golang.org/x/sys v0.32 .0 // indirect
207
+ golang.org/x/text v0.24 .0 // indirect
208
208
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
209
209
google.golang.org/appengine v1.6.8 // indirect
210
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
211
- google.golang.org/grpc v1.63.2 // indirect
212
- google.golang.org/protobuf v1.34.0 // indirect
210
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
211
+ google.golang.org/grpc v1.72.1 // indirect
212
+ google.golang.org/protobuf v1.36.6 // indirect
213
213
gopkg.in/ini.v1 v1.67.0 // indirect
214
214
gopkg.in/yaml.v2 v2.4.0 // indirect
215
215
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments