1
1
module terraform-provider-dg-servicebus
2
2
3
3
go 1.21
4
-
5
- toolchain go1.21.0
4
+ toolchain go1.22.5
6
5
7
6
require (
8
- github.com/Azure/azure-sdk-for-go/sdk/azcore v1.12 .0
9
- github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7 .0
10
- github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus v1.7.1
11
- github.com/hashicorp/terraform-plugin-docs v0.16.0
12
- github.com/hashicorp/terraform-plugin-framework v1.10 .0
13
- github.com/hashicorp/terraform-plugin-go v0.23 .0
7
+ github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14 .0
8
+ github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8 .0
9
+ github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus v1.7.2
10
+ github.com/hashicorp/terraform-plugin-docs v0.19.4
11
+ github.com/hashicorp/terraform-plugin-framework v1.12 .0
12
+ github.com/hashicorp/terraform-plugin-go v0.24 .0
14
13
github.com/hashicorp/terraform-plugin-log v0.9.0
15
- github.com/hashicorp/terraform-plugin-testing v1.8 .0
14
+ github.com/hashicorp/terraform-plugin-testing v1.10 .0
16
15
github.com/stretchr/testify v1.9.0
17
16
github.com/xorcare/pointer v1.2.2
18
17
golang.org/x/exp v0.0.0-20240707233637-46b078467d37
19
18
)
20
19
21
20
require (
22
- github.com/Azure/azure-sdk-for-go/sdk/internal v1.9.1 // indirect
23
- github.com/Azure/go-amqp v1.0.5 // indirect
21
+ github.com/BurntSushi/toml v1.2.1 // indirect
22
+ github.com/Kunde21/markdownfmt/v3 v3.1.0 // indirect
23
+ github.com/bmatcuk/doublestar/v4 v4.6.1 // indirect
24
+ github.com/hashicorp/cli v1.1.6 // indirect
25
+ github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
26
+ github.com/mattn/go-runewidth v0.0.9 // indirect
27
+ github.com/yuin/goldmark v1.7.1 // indirect
28
+ github.com/yuin/goldmark-meta v1.1.0 // indirect
29
+ go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
30
+ gopkg.in/yaml.v2 v2.3.0 // indirect
31
+ )
32
+
33
+ require (
34
+ github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
35
+ github.com/Azure/go-amqp v1.1.0 // indirect
24
36
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
25
37
github.com/Masterminds/goutils v1.1.1 // indirect
26
38
github.com/Masterminds/semver/v3 v3.2.0 // indirect
@@ -45,14 +57,14 @@ require (
45
57
github.com/hashicorp/go-multierror v1.1.1 // indirect
46
58
github.com/hashicorp/go-plugin v1.6.1 // indirect
47
59
github.com/hashicorp/go-uuid v1.0.3 // indirect
48
- github.com/hashicorp/go-version v1.6 .0 // indirect
49
- github.com/hashicorp/hc-install v0.6.4 // indirect
50
- github.com/hashicorp/hcl/v2 v2.20.1 // indirect
60
+ github.com/hashicorp/go-version v1.7 .0 // indirect
61
+ github.com/hashicorp/hc-install v0.8.0 // indirect
62
+ github.com/hashicorp/hcl/v2 v2.21.0 // indirect
51
63
github.com/hashicorp/logutils v1.0.0 // indirect
52
64
github.com/hashicorp/terraform-exec v0.21.0 // indirect
53
65
github.com/hashicorp/terraform-json v0.22.1 // indirect
54
66
github.com/hashicorp/terraform-plugin-framework-validators v0.13.0
55
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.33 .0 // indirect
67
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.34 .0 // indirect
56
68
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
57
69
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
58
70
github.com/hashicorp/yamux v0.1.1 // indirect
@@ -61,7 +73,6 @@ require (
61
73
github.com/kylelemons/godebug v1.1.0 // indirect
62
74
github.com/mattn/go-colorable v0.1.13 // indirect
63
75
github.com/mattn/go-isatty v0.0.20 // indirect
64
- github.com/mitchellh/cli v1.1.5 // indirect
65
76
github.com/mitchellh/copystructure v1.2.0 // indirect
66
77
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
67
78
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
@@ -71,23 +82,22 @@ require (
71
82
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
72
83
github.com/pmezard/go-difflib v1.0.0 // indirect
73
84
github.com/posener/complete v1.2.3 // indirect
74
- github.com/russross/blackfriday v1.6.0 // indirect
75
85
github.com/shopspring/decimal v1.3.1 // indirect
76
86
github.com/spf13/cast v1.5.0 // indirect
77
87
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
78
88
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
79
89
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
80
- github.com/zclconf/go-cty v1.14.4 // indirect
81
- golang.org/x/crypto v0.25 .0 // indirect
90
+ github.com/zclconf/go-cty v1.15.0 // indirect
91
+ golang.org/x/crypto v0.27 .0 // indirect
82
92
golang.org/x/mod v0.19.0 // indirect
83
- golang.org/x/net v0.27 .0 // indirect
84
- golang.org/x/sync v0.7 .0 // indirect
85
- golang.org/x/sys v0.22 .0 // indirect
86
- golang.org/x/text v0.16 .0 // indirect
93
+ golang.org/x/net v0.29 .0 // indirect
94
+ golang.org/x/sync v0.8 .0 // indirect
95
+ golang.org/x/sys v0.25 .0 // indirect
96
+ golang.org/x/text v0.18 .0 // indirect
87
97
golang.org/x/tools v0.23.0 // indirect
88
98
google.golang.org/appengine v1.6.8 // indirect
89
99
google.golang.org/genproto/googleapis/rpc v0.0.0-20240709173604-40e1e62336c5 // indirect
90
- google.golang.org/grpc v1.65.0 // indirect
100
+ google.golang.org/grpc v1.66.2 // indirect
91
101
google.golang.org/protobuf v1.34.2 // indirect
92
102
gopkg.in/yaml.v3 v3.0.1 // indirect
93
103
)
0 commit comments