Skip to content

Commit c7efd65

Browse files
Bump golang.org/x/text from 0.3.7 to 0.3.8 in /docsgen
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.3.7...v0.3.8) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 26f6380 commit c7efd65

File tree

2 files changed

+75
-16
lines changed

2 files changed

+75
-16
lines changed

docsgen/go.mod

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,13 @@ require (
8282
go.opentelemetry.io/otel v0.20.0 // indirect
8383
go.opentelemetry.io/otel/metric v0.20.0 // indirect
8484
go.opentelemetry.io/otel/trace v0.20.0 // indirect
85-
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
86-
golang.org/x/mod v0.5.0 // indirect
87-
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
88-
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
89-
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
90-
golang.org/x/text v0.3.7 // indirect
91-
golang.org/x/tools v0.1.5 // indirect
92-
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
85+
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
86+
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
87+
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
88+
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
89+
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
90+
golang.org/x/text v0.3.8 // indirect
91+
golang.org/x/tools v0.1.12 // indirect
9392
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
9493
google.golang.org/grpc v1.42.0 // indirect
9594
google.golang.org/protobuf v1.27.1 // indirect

0 commit comments

Comments
 (0)