Skip to content

Commit

Permalink
Update go.mod (#114)
Browse files Browse the repository at this point in the history
Found the following vulnerabilities when I looked at the packages in the mod file:
1) golang.org/x/net/http2 https://pkg.go.dev/vuln/GO-2023-2102
2) google.golang.org/grpc https://pkg.go.dev/vuln/GO-2023-2153
Raised a PR to upgrade the versions to fix these vulnerabilities.
  • Loading branch information
aishwaryasabane authored Dec 11, 2023
1 parent ec59c8a commit d29db93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/flier/gohs v1.2.2
github.com/olekukonko/tablewriter v0.0.5
github.com/sirupsen/logrus v1.9.3
google.golang.org/grpc v1.58.2
google.golang.org/grpc v1.58.3
gopkg.in/yaml.v3 v3.0.1
)

Expand Down Expand Up @@ -61,7 +61,7 @@ require (
go.opentelemetry.io/otel/metric v1.16.0 // indirect
go.opentelemetry.io/otel/trace v1.16.0 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/net v0.15.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
Expand Down

0 comments on commit d29db93

Please sign in to comment.