Skip to content

Commit 2cbee2b

Browse files
chore(deps): bump the go group with 2 updates
Bumps the go group with 2 updates: [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) and [github.com/go-git/go-git/v5](https://github.com/go-git/go-git). Updates `github.com/hashicorp/terraform-plugin-framework` from 1.17.0 to 1.18.0 - [Release notes](https://github.com/hashicorp/terraform-plugin-framework/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-framework/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-framework@v1.17.0...v1.18.0) Updates `github.com/go-git/go-git/v5` from 5.16.5 to 5.17.0 - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](go-git/go-git@v5.16.5...v5.17.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-framework dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/go-git/go-git/v5 dependency-version: 5.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2b877fa commit 2cbee2b

2 files changed

Lines changed: 65 additions & 63 deletions

File tree

go.mod

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
88
github.com/hashicorp/copywrite v0.25.0
99
github.com/hashicorp/terraform-plugin-docs v0.24.0
10-
github.com/hashicorp/terraform-plugin-framework v1.17.0
10+
github.com/hashicorp/terraform-plugin-framework v1.18.0
1111
github.com/hashicorp/terraform-plugin-log v0.10.0
1212
github.com/vektah/gqlparser/v2 v2.5.32
1313
)
@@ -38,7 +38,7 @@ require (
3838
github.com/emirpasic/gods v1.18.1 // indirect
3939
github.com/fsnotify/fsnotify v1.5.4 // indirect
4040
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
41-
github.com/go-git/go-billy/v5 v5.6.2 // indirect
41+
github.com/go-git/go-billy/v5 v5.8.0 // indirect
4242
github.com/go-openapi/errors v0.20.2 // indirect
4343
github.com/go-openapi/strfmt v0.21.3 // indirect
4444
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
@@ -92,27 +92,27 @@ require (
9292
github.com/zclconf/go-cty v1.17.0 // indirect
9393
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
9494
go.mongodb.org/mongo-driver v1.10.0 // indirect
95-
golang.org/x/crypto v0.45.0 // indirect
95+
golang.org/x/crypto v0.46.0 // indirect
9696
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
97-
golang.org/x/mod v0.29.0 // indirect
98-
golang.org/x/oauth2 v0.30.0 // indirect
99-
golang.org/x/sync v0.18.0 // indirect
100-
golang.org/x/term v0.37.0 // indirect
101-
golang.org/x/tools v0.38.0 // indirect
97+
golang.org/x/mod v0.30.0 // indirect
98+
golang.org/x/oauth2 v0.34.0 // indirect
99+
golang.org/x/sync v0.19.0 // indirect
100+
golang.org/x/term v0.38.0 // indirect
101+
golang.org/x/tools v0.39.0 // indirect
102102
gopkg.in/warnings.v0 v0.1.2 // indirect
103103
gopkg.in/yaml.v2 v2.4.0 // indirect
104104
gopkg.in/yaml.v3 v3.0.1 // indirect
105105
)
106106

107107
require (
108108
github.com/elliotchance/pie/v2 v2.9.1
109-
github.com/fatih/color v1.16.0 // indirect
110-
github.com/go-git/go-git/v5 v5.16.5
109+
github.com/fatih/color v1.18.0 // indirect
110+
github.com/go-git/go-git/v5 v5.17.0
111111
github.com/golang/protobuf v1.5.4 // indirect
112112
github.com/hashicorp/go-hclog v1.6.3 // indirect
113113
github.com/hashicorp/go-plugin v1.7.0 // indirect
114114
github.com/hashicorp/go-uuid v1.0.3 // indirect
115-
github.com/hashicorp/terraform-plugin-go v0.29.0 // indirect
115+
github.com/hashicorp/terraform-plugin-go v0.30.0 // indirect
116116
github.com/hashicorp/terraform-registry-address v0.4.0 // indirect
117117
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
118118
github.com/hashicorp/yamux v0.1.2 // indirect
@@ -122,10 +122,10 @@ require (
122122
github.com/oklog/run v1.1.0 // indirect
123123
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
124124
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
125-
golang.org/x/net v0.47.0 // indirect
126-
golang.org/x/sys v0.38.0 // indirect
127-
golang.org/x/text v0.31.0 // indirect
128-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
129-
google.golang.org/grpc v1.75.1 // indirect
130-
google.golang.org/protobuf v1.36.9 // indirect
125+
golang.org/x/net v0.48.0 // indirect
126+
golang.org/x/sys v0.39.0 // indirect
127+
golang.org/x/text v0.32.0 // indirect
128+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
129+
google.golang.org/grpc v1.79.1 // indirect
130+
google.golang.org/protobuf v1.36.11 // indirect
131131
)

0 commit comments

Comments
 (0)