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

Commit

Permalink
Deprecate github.com/xanzy/go-gitlab in favor of gitlab.com/gitlab-or…
Browse files Browse the repository at this point in the history
…g/client-go in README
  • Loading branch information
timofurrer committed Dec 5, 2024
1 parent 2526565 commit 820d428
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
# go-gitlab
# (deprecated) go-gitlab (migrated to https://gitlab.com/gitlab-org/api/client-go)

🚧 **Project moved to https://gitlab.com/gitlab-org/api/client-go** 🚧

This package, `github.com/xanzy/go-gitlab`, has been moved to
[`gitlab.com/gitlab-org/api/client-go`](https://gitlab.com/gitlab-org/api/client-go).

The project will continue to be a primarily community-maintained project,
more about it [here](https://gitlab.com/gitlab-org/client.go/-/blob/main/README.md#maintenance).

**References**:

- [GitLab Project](https://gitlab.com/gitlab-org/api/client-go)
- [Issue Tracker](https://gitlab.com/gitlab-org/api/client-go/-/issues)

## Migration Steps

- Replace `github.com/xanzy/go-gitlab` with `gitlab.com/gitlab-org/api/client-go` in your code base.
- Profit 🎉
- *(the code is fully backwards-compatible, no breaking changes are expected)*

<details><summary>Former README contents</summary>

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

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

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>

</details>

0 comments on commit 820d428

Please sign in to comment.