feat: add filtering when choosing merge requests (#346) feat: Add healthcheck (#345) refactor: Move to gomock (#349) feat: Makes the remote of the plugin configurable (#348) This is a #MINOR release.
24 lines
679 B
Modula-2
24 lines
679 B
Modula-2
module gitlab.com/harrisoncramer/gitlab.nvim
|
|
|
|
go 1.19
|
|
|
|
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
|
|
go.uber.org/mock v0.4.0 // indirect
|
|
golang.org/x/mod v0.11.0 // indirect
|
|
golang.org/x/net v0.8.0 // indirect
|
|
golang.org/x/oauth2 v0.6.0 // indirect
|
|
golang.org/x/sys v0.6.0 // indirect
|
|
golang.org/x/time v0.3.0 // indirect
|
|
golang.org/x/tools v0.2.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.29.1 // indirect
|
|
)
|