Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

Commit 820d428

Browse files
committed
Deprecate github.com/xanzy/go-gitlab in favor of gitlab.com/gitlab-org/client-go in README
1 parent 2526565 commit 820d428

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
1-
# go-gitlab
1+
# (deprecated) go-gitlab (migrated to https://gitlab.com/gitlab-org/api/client-go)
2+
3+
🚧 **Project moved to https://gitlab.com/gitlab-org/api/client-go** 🚧
4+
5+
This package, `github.com/xanzy/go-gitlab`, has been moved to
6+
[`gitlab.com/gitlab-org/api/client-go`](https://gitlab.com/gitlab-org/api/client-go).
7+
8+
The project will continue to be a primarily community-maintained project,
9+
more about it [here](https://gitlab.com/gitlab-org/client.go/-/blob/main/README.md#maintenance).
10+
11+
**References**:
12+
13+
- [GitLab Project](https://gitlab.com/gitlab-org/api/client-go)
14+
- [Issue Tracker](https://gitlab.com/gitlab-org/api/client-go/-/issues)
15+
16+
## Migration Steps
17+
18+
- Replace `github.com/xanzy/go-gitlab` with `gitlab.com/gitlab-org/api/client-go` in your code base.
19+
- Profit 🎉
20+
- *(the code is fully backwards-compatible, no breaking changes are expected)*
21+
22+
<details><summary>Former README contents</summary>
223

324
A GitLab API client enabling Go programs to interact with GitLab in a simple and uniform way
425

@@ -206,3 +227,5 @@ Contributions are always welcome. For more information, check out the [contribut
206227
## License
207228

208229
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at <http://www.apache.org/licenses/LICENSE-2.0>
230+
231+
</details>

0 commit comments

Comments
 (0)