Skip to content
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
google.golang.org/api v0.103.0
google.golang.org/grpc v1.50.1
google.golang.org/protobuf v1.28.1
gopkg.in/yaml.v2 v2.2.8 // Third-party dependency; proceed with caution
gopkg.in/yaml.v3 v3.0.1 // Third-party dependency; proceed with caution
)

// IMPORTANT: If this ever changes, ensure that THIRD_PARTY_NOTICES.txt is
Expand Down