@@ -3,7 +3,7 @@ module github.com/nxt-engineering/terraform-provider-publicip
3
3
go 1.18
4
4
5
5
require (
6
- github.com/hashicorp/terraform-plugin-docs v0.5 .1
6
+ github.com/hashicorp/terraform-plugin-docs v0.8 .1
7
7
github.com/hashicorp/terraform-plugin-framework v0.8.0
8
8
github.com/hashicorp/terraform-plugin-go v0.9.1
9
9
github.com/hashicorp/terraform-plugin-sdk/v2 v2.10.1
@@ -12,80 +12,62 @@ require (
12
12
)
13
13
14
14
require (
15
- cloud.google.com/go v0.61.0 // indirect
16
- cloud.google.com/go/storage v1.10.0 // indirect
17
15
github.com/Masterminds/goutils v1.1.0 // indirect
18
- github.com/Masterminds/semver v1.5.0 // indirect
19
- github.com/Masterminds/sprig v2.22.0+incompatible // indirect
16
+ github.com/Masterminds/semver/v3 v3.1.1 // indirect
17
+ github.com/Masterminds/sprig/v3 v3.2.0 // indirect
20
18
github.com/agext/levenshtein v1.2.2 // indirect
21
19
github.com/apparentlymart/go-textseg v1.0.0 // indirect
22
20
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
23
21
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 // indirect
24
- github.com/aws/aws-sdk-go v1.25.3 // indirect
25
- github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
26
22
github.com/bgentry/speakeasy v0.1.0 // indirect
27
23
github.com/davecgh/go-spew v1.1.1 // indirect
28
24
github.com/fatih/color v1.7.0 // indirect
29
- github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
30
25
github.com/golang/protobuf v1.5.2 // indirect
31
26
github.com/google/go-cmp v0.5.8 // indirect
32
27
github.com/google/uuid v1.1.2 // indirect
33
- github.com/googleapis/gax-go/v2 v2.0.5 // indirect
34
28
github.com/hashicorp/errwrap v1.0.0 // indirect
35
29
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
36
30
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
37
31
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
38
- github.com/hashicorp/go-getter v1.5.3 // indirect
39
32
github.com/hashicorp/go-hclog v1.2.0 // indirect
40
33
github.com/hashicorp/go-multierror v1.1.1 // indirect
41
34
github.com/hashicorp/go-plugin v1.4.4 // indirect
42
- github.com/hashicorp/go-safetemp v1.0.0 // indirect
43
35
github.com/hashicorp/go-uuid v1.0.3 // indirect
44
- github.com/hashicorp/go-version v1.3 .0 // indirect
45
- github.com/hashicorp/hc-install v0.3.1 // indirect
36
+ github.com/hashicorp/go-version v1.4 .0 // indirect
37
+ github.com/hashicorp/hc-install v0.3.2 // indirect
46
38
github.com/hashicorp/hcl/v2 v2.3.0 // indirect
47
39
github.com/hashicorp/logutils v1.0.0 // indirect
48
- github.com/hashicorp/terraform-exec v0.15.0 // indirect
40
+ github.com/hashicorp/terraform-exec v0.16.1 // indirect
49
41
github.com/hashicorp/terraform-json v0.13.0 // indirect
50
42
github.com/hashicorp/terraform-plugin-log v0.4.0 // indirect
51
43
github.com/hashicorp/terraform-registry-address v0.0.0-20210412075316-9b2996cce896 // indirect
52
44
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 // indirect
53
45
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
54
46
github.com/huandu/xstrings v1.3.2 // indirect
55
47
github.com/imdario/mergo v0.3.12 // indirect
56
- github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
57
- github.com/jstemmer/go-junit-report v0.9.1 // indirect
58
- github.com/klauspost/compress v1.11.2 // indirect
59
- github.com/mattn/go-colorable v0.1.11 // indirect
48
+ github.com/mattn/go-colorable v0.1.12 // indirect
60
49
github.com/mattn/go-isatty v0.0.14 // indirect
61
- github.com/mitchellh/cli v1.1.2 // indirect
50
+ github.com/mitchellh/cli v1.1.3 // indirect
62
51
github.com/mitchellh/copystructure v1.2.0 // indirect
63
- github.com/mitchellh/go-homedir v1.1.0 // indirect
64
52
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
65
53
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
66
54
github.com/mitchellh/mapstructure v1.1.2 // indirect
67
55
github.com/mitchellh/reflectwalk v1.0.2 // indirect
68
56
github.com/oklog/run v1.0.0 // indirect
69
57
github.com/posener/complete v1.1.1 // indirect
70
58
github.com/russross/blackfriday v1.6.0 // indirect
71
- github.com/ulikunitz/xz v0.5.8 // indirect
59
+ github.com/shopspring/decimal v1.2.0 // indirect
60
+ github.com/spf13/cast v1.3.1 // indirect
72
61
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
73
62
github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
74
63
github.com/vmihailenco/tagparser v0.1.1 // indirect
75
64
github.com/zclconf/go-cty v1.10.0 // indirect
76
- go.opencensus.io v0.22.4 // indirect
77
65
go4.org/intern v0.0.0-20211027215823-ae77deb06f29 // indirect
78
66
go4.org/unsafe/assume-no-moving-gc v0.0.0-20211027215541-db492cf91b37 // indirect
79
67
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
80
- golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
81
- golang.org/x/mod v0.3.0 // indirect
82
68
golang.org/x/net v0.0.0-20210326060303-6b1517762897 // indirect
83
- golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
84
69
golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6 // indirect
85
70
golang.org/x/text v0.3.5 // indirect
86
- golang.org/x/tools v0.1.0 // indirect
87
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
88
- google.golang.org/api v0.29.0 // indirect
89
71
google.golang.org/appengine v1.6.6 // indirect
90
72
google.golang.org/genproto v0.0.0-20200711021454-869866162049 // indirect
91
73
google.golang.org/grpc v1.46.0 // indirect
0 commit comments