Skip to content

Commit 91eaa12

Browse files
Bump golang.org/x/net in /terraform-provider-hashicups-pf/uuidgen (#32)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. - [Commits](golang/net@v0.17.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 146b056 commit 91eaa12

File tree

1 file changed

+3
-3
lines changed
  • terraform-provider-hashicups-pf/uuidgen

1 file changed

+3
-3
lines changed

terraform-provider-hashicups-pf/uuidgen/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ require (
3434
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
3535
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
3636
github.com/zclconf/go-cty v1.13.1 // indirect
37-
golang.org/x/net v0.17.0 // indirect
38-
golang.org/x/sys v0.13.0 // indirect
39-
golang.org/x/text v0.13.0 // indirect
37+
golang.org/x/net v0.23.0 // indirect
38+
golang.org/x/sys v0.18.0 // indirect
39+
golang.org/x/text v0.14.0 // indirect
4040
google.golang.org/appengine v1.6.7 // indirect
4141
google.golang.org/protobuf v1.33.0 // indirect
4242
)

0 commit comments

Comments
 (0)