You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -21,7 +21,7 @@ This is a simple webhook dispatcher for Gitlab. It listens for incoming webhooks
21
21
## 📦 Installation
22
22
23
23
```shell
24
-
go get github.com/flc1125/go-gitlab-webhook
24
+
go get github.com/flc1125/go-gitlab-webhook/v2
25
25
```
26
26
27
27
## 💻 Usage
@@ -33,7 +33,7 @@ import (
33
33
"context"
34
34
"net/http"
35
35
36
-
"github.com/flc1125/go-gitlab-webhook"
36
+
"github.com/flc1125/go-gitlab-webhook/v2"
37
37
"gitlab.com/gitlab-org/api/client-go"
38
38
)
39
39
@@ -108,5 +108,5 @@ MIT License. See [LICENSE](LICENSE) for the full license text.
108
108
109
109
## 💖 Thanks
110
110
111
-
-[xanzy/go-gitlab](https://github.com/xanzy/go-gitlab): Go library for accessing the GitLab API
111
+
-[gitlab-org/api/client-go](https://gitlab.com/gitlab-org/api/client-go)(Formerly known as: [xanzy/go-gitlab](https://github.com/xanzy/go-gitlab)): Go library for accessing the GitLab API
112
112
-[stretchr/testify](github.com/stretchr/testify): A toolkit with common assertions and mocks that plays nicely with the standard library
0 commit comments