Merge pull request #4033 from thaJeztah/remove_comment
go.mod: remove outdated comment
This commit is contained in:
commit
2e50e6d2e6
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -71,7 +71,7 @@ require (
|
|||
go.opentelemetry.io/otel v1.16.0 // indirect
|
||||
go.opentelemetry.io/otel/metric v1.16.0 // indirect
|
||||
go.opentelemetry.io/otel/trace v1.16.0 // indirect
|
||||
golang.org/x/net v0.8.0 // indirect; updated for CVE-2022-27664, CVE-2022-41717
|
||||
golang.org/x/net v0.8.0 // indirect
|
||||
golang.org/x/sys v0.8.0 // indirect
|
||||
golang.org/x/text v0.8.0 // indirect
|
||||
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
|
||||
|
|
Loading…
Reference in a new issue