WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit b87d075

Browse files
authored
chore(deps): Update varius dependencies (#157)
1 parent 6c9722a commit b87d075

File tree

2 files changed

+136
-131
lines changed

2 files changed

+136
-131
lines changed

go.mod

Lines changed: 38 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,84 +1,86 @@
11
module github.com/mavimo/terraform-provider-drone
22

3-
go 1.21
3+
go 1.23.3
44

55
require (
66
github.com/drone/drone-go v1.7.1
77
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
8-
github.com/hashicorp/terraform-plugin-docs v0.19.4
9-
github.com/hashicorp/terraform-plugin-sdk/v2 v2.34.0
8+
github.com/hashicorp/terraform-plugin-docs v0.20.1
9+
github.com/hashicorp/terraform-plugin-sdk/v2 v2.35.0
1010
golang.org/x/oauth2 v0.24.0
1111
)
1212

1313
require (
14-
github.com/BurntSushi/toml v1.2.1 // indirect
14+
dario.cat/mergo v1.0.1 // indirect
15+
github.com/BurntSushi/toml v1.4.0 // indirect
1516
github.com/Kunde21/markdownfmt/v3 v3.1.0 // indirect
1617
github.com/Masterminds/goutils v1.1.1 // indirect
17-
github.com/Masterminds/semver/v3 v3.2.0 // indirect
18-
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
19-
github.com/ProtonMail/go-crypto v1.1.0-alpha.2 // indirect
20-
github.com/agext/levenshtein v1.2.2 // indirect
18+
github.com/Masterminds/semver/v3 v3.3.1 // indirect
19+
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
20+
github.com/ProtonMail/go-crypto v1.1.3 // indirect
21+
github.com/agext/levenshtein v1.2.3 // indirect
2122
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
2223
github.com/armon/go-radix v1.0.0 // indirect
23-
github.com/bgentry/speakeasy v0.1.0 // indirect
24-
github.com/bmatcuk/doublestar/v4 v4.6.1 // indirect
25-
github.com/cloudflare/circl v1.3.7 // indirect
26-
github.com/fatih/color v1.16.0 // indirect
24+
github.com/bgentry/speakeasy v0.2.0 // indirect
25+
github.com/bmatcuk/doublestar/v4 v4.7.1 // indirect
26+
github.com/cloudflare/circl v1.5.0 // indirect
27+
github.com/fatih/color v1.18.0 // indirect
2728
github.com/golang/protobuf v1.5.4 // indirect
2829
github.com/google/go-cmp v0.6.0 // indirect
2930
github.com/google/uuid v1.6.0 // indirect
3031
github.com/hashicorp/cli v1.1.6 // indirect
3132
github.com/hashicorp/errwrap v1.1.0 // indirect
3233
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
3334
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
34-
github.com/hashicorp/go-hclog v1.5.0 // indirect
35+
github.com/hashicorp/go-hclog v1.6.3 // indirect
3536
github.com/hashicorp/go-multierror v1.1.1 // indirect
36-
github.com/hashicorp/go-plugin v1.6.0 // indirect
37+
github.com/hashicorp/go-plugin v1.6.2 // indirect
38+
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
3739
github.com/hashicorp/go-uuid v1.0.3 // indirect
3840
github.com/hashicorp/go-version v1.7.0 // indirect
39-
github.com/hashicorp/hc-install v0.7.0 // indirect
40-
github.com/hashicorp/hcl/v2 v2.20.1 // indirect
41+
github.com/hashicorp/hc-install v0.9.0 // indirect
42+
github.com/hashicorp/hcl/v2 v2.23.0 // indirect
4143
github.com/hashicorp/logutils v1.0.0 // indirect
4244
github.com/hashicorp/terraform-exec v0.21.0 // indirect
43-
github.com/hashicorp/terraform-json v0.22.1 // indirect
44-
github.com/hashicorp/terraform-plugin-go v0.23.0 // indirect
45+
github.com/hashicorp/terraform-json v0.24.0 // indirect
46+
github.com/hashicorp/terraform-plugin-go v0.25.0 // indirect
4547
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
4648
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
4749
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
48-
github.com/hashicorp/yamux v0.1.1 // indirect
49-
github.com/huandu/xstrings v1.3.3 // indirect
50-
github.com/imdario/mergo v0.3.15 // indirect
50+
github.com/hashicorp/yamux v0.1.2 // indirect
51+
github.com/huandu/xstrings v1.5.0 // indirect
5152
github.com/mattn/go-colorable v0.1.13 // indirect
5253
github.com/mattn/go-isatty v0.0.20 // indirect
53-
github.com/mattn/go-runewidth v0.0.9 // indirect
54+
github.com/mattn/go-runewidth v0.0.16 // indirect
5455
github.com/mitchellh/copystructure v1.2.0 // indirect
5556
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
56-
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
57+
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
5758
github.com/mitchellh/mapstructure v1.5.0 // indirect
5859
github.com/mitchellh/reflectwalk v1.0.2 // indirect
59-
github.com/oklog/run v1.0.0 // indirect
60+
github.com/oklog/run v1.1.0 // indirect
6061
github.com/posener/complete v1.2.3 // indirect
61-
github.com/shopspring/decimal v1.3.1 // indirect
62-
github.com/spf13/cast v1.5.0 // indirect
62+
github.com/rivo/uniseg v0.2.0 // indirect
63+
github.com/shopspring/decimal v1.4.0 // indirect
64+
github.com/spf13/cast v1.7.1 // indirect
6365
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
6466
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
6567
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
66-
github.com/yuin/goldmark v1.7.1 // indirect
68+
github.com/yuin/goldmark v1.7.8 // indirect
6769
github.com/yuin/goldmark-meta v1.1.0 // indirect
68-
github.com/zclconf/go-cty v1.14.4 // indirect
70+
github.com/zclconf/go-cty v1.15.1 // indirect
6971
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
7072
golang.org/x/crypto v0.31.0 // indirect
71-
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect
72-
golang.org/x/mod v0.17.0 // indirect
73-
golang.org/x/net v0.25.0 // indirect
73+
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
74+
golang.org/x/mod v0.22.0 // indirect
75+
golang.org/x/net v0.33.0 // indirect
7476
golang.org/x/sync v0.10.0 // indirect
7577
golang.org/x/sys v0.28.0 // indirect
7678
golang.org/x/text v0.21.0 // indirect
77-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
79+
golang.org/x/tools v0.28.0 // indirect
7880
google.golang.org/appengine v1.6.8 // indirect
79-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
80-
google.golang.org/grpc v1.63.2 // indirect
81-
google.golang.org/protobuf v1.34.0 // indirect
82-
gopkg.in/yaml.v2 v2.3.0 // indirect
81+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8 // indirect
82+
google.golang.org/grpc v1.69.2 // indirect
83+
google.golang.org/protobuf v1.36.1 // indirect
84+
gopkg.in/yaml.v2 v2.4.0 // indirect
8385
gopkg.in/yaml.v3 v3.0.1 // indirect
8486
)

0 commit comments

Comments
 (0)