Skip to content

Commit

Permalink
Resolve vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
darinkrauss committed Jan 23, 2024
1 parent 4ecdbb0 commit a216970
Show file tree
Hide file tree
Showing 3 changed files with 1,707 additions and 1 deletion.
6 changes: 6 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,9 @@ require (
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/protobuf v1.32.0 // indirect
)

replace (
golang.org/x/image v0.0.0-20220302094943-723b81ca9867 => golang.org/x/image v0.15.0 // Resolve GO-2023-1990, GO-2023-1989, GO-2023-1572
google.golang.org/grpc v1.20.1 => google.golang.org/grpc v1.60.1 // Resolve GO-2023-2153
google.golang.org/grpc v1.57.0 => google.golang.org/grpc v1.60.1 // Resolve GO-2023-2153
)
Loading

0 comments on commit a216970

Please sign in to comment.