Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,13 @@ require (
github.com/stretchr/testify v1.8.4
golang.org/x/tools v0.22.0
golang.org/x/vuln v1.1.2
<<<<<<< HEAD
google.golang.org/genproto/googleapis/api v0.0.0-20231120223509-83a465c0220f
google.golang.org/grpc v1.60.1
=======
google.golang.org/genproto/googleapis/api v0.0.0-20240123012728-ef4313101c80
google.golang.org/grpc v1.62.1
>>>>>>> 242fdf2 (chore(deps): bump golang.org/x/vuln from 1.0.4 to 1.1.2 (#558))
google.golang.org/protobuf v1.32.0
mvdan.cc/gofumpt v0.6.0
)
Expand Down