Multiline comment and suggestion (#66)

This MR adds the ability to leave multi-line comments and suggested changes to an MR. The features are only supported for `diffview` because we plan to deprecate `delta` as a reviewer soon.
This commit is contained in:
johnybx
2023-10-31 02:58:53 +01:00
committed by GitHub
parent f853c2f940
commit 3a67424fec
11 changed files with 689 additions and 161 deletions

2
go.mod
View File

@@ -2,7 +2,7 @@ module gitlab.com/harrisoncramer/gitlab.nvim
go 1.19
require github.com/xanzy/go-gitlab v0.83.0
require github.com/xanzy/go-gitlab v0.93.2
require (
github.com/golang/protobuf v1.5.3 // indirect