Skip to content

Commit 7a2bae9

Browse files
Bump github.com/hashicorp/terraform-plugin-go from 0.21.0 to 0.22.1 (#239)
Bumps [github.com/hashicorp/terraform-plugin-go](https://github.com/hashicorp/terraform-plugin-go) from 0.21.0 to 0.22.1. - [Release notes](https://github.com/hashicorp/terraform-plugin-go/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-go/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-go@v0.21.0...v0.22.1) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 920a967 commit 7a2bae9

File tree

2 files changed

+62
-38
lines changed

2 files changed

+62
-38
lines changed

go.mod

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/hashicorp/terraform-plugin-docs v0.18.0
99
github.com/hashicorp/terraform-plugin-framework v1.5.0
1010
github.com/hashicorp/terraform-plugin-framework-validators v0.12.0
11-
github.com/hashicorp/terraform-plugin-go v0.21.0
11+
github.com/hashicorp/terraform-plugin-go v0.22.1
1212
github.com/hashicorp/terraform-plugin-log v0.9.0
1313
github.com/hashicorp/terraform-plugin-testing v1.6.0
1414
github.com/openconfig/gnmi v0.10.0
@@ -21,11 +21,11 @@ require (
2121
)
2222

2323
require (
24-
cloud.google.com/go v0.110.10 // indirect
24+
cloud.google.com/go v0.112.0 // indirect
2525
cloud.google.com/go/compute v1.23.3 // indirect
2626
cloud.google.com/go/compute/metadata v0.2.3 // indirect
2727
cloud.google.com/go/iam v1.1.5 // indirect
28-
cloud.google.com/go/storage v1.30.1 // indirect
28+
cloud.google.com/go/storage v1.36.0 // indirect
2929
dario.cat/mergo v1.0.0 // indirect
3030
github.com/AlekSi/pointer v1.2.0 // indirect
3131
github.com/Kunde21/markdownfmt/v3 v3.1.0 // indirect
@@ -69,15 +69,18 @@ require (
6969
github.com/dustin/gojson v0.0.0-20160307161227-2e71ec9dd5ad // indirect
7070
github.com/emirpasic/gods v1.18.1 // indirect
7171
github.com/fatih/color v1.16.0 // indirect
72+
github.com/felixge/httpsnoop v1.0.4 // indirect
7273
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
7374
github.com/go-git/go-billy/v5 v5.5.0 // indirect
7475
github.com/go-git/go-git/v5 v5.10.1 // indirect
76+
github.com/go-logr/logr v1.3.0 // indirect
77+
github.com/go-logr/stdr v1.2.2 // indirect
7578
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
7679
github.com/golang/protobuf v1.5.3 // indirect
7780
github.com/golang/snappy v0.0.4 // indirect
7881
github.com/google/go-cmp v0.6.0 // indirect
7982
github.com/google/s2a-go v0.1.7 // indirect
80-
github.com/google/uuid v1.4.0 // indirect
83+
github.com/google/uuid v1.6.0 // indirect
8184
github.com/google/wire v0.5.0 // indirect
8285
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
8386
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
@@ -155,7 +158,6 @@ require (
155158
github.com/skeema/knownhosts v1.2.1 // indirect
156159
github.com/spf13/afero v1.9.5 // indirect
157160
github.com/spf13/cast v1.5.1 // indirect
158-
github.com/stretchr/testify v1.8.4 // indirect
159161
github.com/tidwall/match v1.1.1 // indirect
160162
github.com/tidwall/pretty v1.2.1 // indirect
161163
github.com/ugorji/go/codec v1.2.7 // indirect
@@ -169,6 +171,11 @@ require (
169171
github.com/zealic/xignore v0.3.3 // indirect
170172
go.etcd.io/bbolt v1.3.6 // indirect
171173
go.opencensus.io v0.24.0 // indirect
174+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 // indirect
175+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 // indirect
176+
go.opentelemetry.io/otel v1.21.0 // indirect
177+
go.opentelemetry.io/otel/metric v1.21.0 // indirect
178+
go.opentelemetry.io/otel/trace v1.21.0 // indirect
172179
go.uber.org/atomic v1.11.0 // indirect
173180
go4.org/intern v0.0.0-20230205224052-192e9f60865c // indirect
174181
go4.org/unsafe/assume-no-moving-gc v0.0.0-20230525183740-e7c30c78aeb2 // indirect
@@ -177,19 +184,19 @@ require (
177184
golang.org/x/exp v0.0.0-20230809150735-7b3493d9a819 // indirect
178185
golang.org/x/mod v0.14.0 // indirect
179186
golang.org/x/net v0.20.0 // indirect
180-
golang.org/x/oauth2 v0.14.0 // indirect
187+
golang.org/x/oauth2 v0.16.0 // indirect
181188
golang.org/x/sync v0.6.0 // indirect
182189
golang.org/x/sys v0.16.0 // indirect
183190
golang.org/x/text v0.14.0 // indirect
184-
golang.org/x/time v0.3.0 // indirect
191+
golang.org/x/time v0.5.0 // indirect
185192
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
186-
google.golang.org/api v0.149.0 // indirect
193+
google.golang.org/api v0.155.0 // indirect
187194
google.golang.org/appengine v1.6.8 // indirect
188-
google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17 // indirect
189-
google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 // indirect
190-
google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 // indirect
191-
google.golang.org/grpc v1.61.0 // indirect
192-
google.golang.org/protobuf v1.32.0 // indirect
195+
google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 // indirect
196+
google.golang.org/genproto/googleapis/api v0.0.0-20240123012728-ef4313101c80 // indirect
197+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
198+
google.golang.org/grpc v1.62.1 // indirect
199+
google.golang.org/protobuf v1.33.0 // indirect
193200
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
194201
gopkg.in/warnings.v0 v0.1.2 // indirect
195202
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)