2.1.0 (#241)
• removes the <esc> keybinding for popups which was causing folks to lose their changes • deprecates the backup register. • updates go-gitlab to latest in order to get "drafts" functionality • fixes issues with labels not deleting correctly • creates a new data() function to get data from the plugin directly, see :h gitlab.nvim.data • fixes issues with line values not being computed directly, blocking jumps to/from discussion tree This is a #MINOR release.
This commit is contained in:
committed by
GitHub
parent
12c4acb297
commit
36f512cd6d
6
go.mod
6
go.mod
@@ -2,13 +2,15 @@ module gitlab.com/harrisoncramer/gitlab.nvim
|
||||
|
||||
go 1.19
|
||||
|
||||
require github.com/xanzy/go-gitlab v0.93.2
|
||||
require (
|
||||
github.com/hashicorp/go-retryablehttp v0.7.2
|
||||
github.com/xanzy/go-gitlab v0.102.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/golang/protobuf v1.5.3 // indirect
|
||||
github.com/google/go-querystring v1.1.0 // indirect
|
||||
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
||||
github.com/hashicorp/go-retryablehttp v0.7.2 // indirect
|
||||
golang.org/x/net v0.8.0 // indirect
|
||||
golang.org/x/oauth2 v0.6.0 // indirect
|
||||
golang.org/x/time v0.3.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user