Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix mod and update emails #1

Merged
merged 2 commits into from
Jul 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.DS_Store
.vscode
.idea
output
bin
Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ representative at an online or offline event.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
xuchen.xiaoying@bytedance.com.
kubewharf.conduct@bytedance.com.
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down
10 changes: 10 additions & 0 deletions MAINTAINER.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# The KubeBrain Maintainers

This file lists the maintainers of the KubeBrain project.

## Project Maintainers

| Name | GitHub ID | Affiliation |
|-------------|-------------------------------------------------------| ----------- |
| Chen Xu | [xuchen-xiaoying](https://github.com/xuchen-xiaoying) | ByteDance |
| Yingcai Xue | [divanodestiny](https://github.com/divanodestiny) | ByteDance |
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,12 @@ Please check [Contributing](CONTRIBUTING.md) for more details.

Please check [Code of Conduct](CODE_OF_CONDUCT.md) for more details.

## Community

- Email: [email protected]
- Member: Please refer to [Maintainers](./MAINTAINER.md).

## License

This project is licensed under the [Apache-2.0 License](LICENSE).

## Community

- Email: [[email protected]]([email protected])
9 changes: 5 additions & 4 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@

[Contributing](CONTRIBUTING.md)

# 开源许可
# 联系我们

KubeBrain基于[Apache License 2.0](LICENSE)许可证。
- Email: [email protected]
- Member: 请查看 [Maintainers](./MAINTAINER.md)

# 联系我们
# 开源许可

- Email: [[email protected]]([email protected])
KubeBrain基于[Apache License 2.0](LICENSE)许可证。
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/huandu/skiplist v1.1.0
github.com/kr/text v0.2.0 // indirect
github.com/kubewharf/kubebrain-client v0.2.0
github.com/kubewharf/kubebrain-client v0.2.1
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.12.1
Expand Down Expand Up @@ -44,7 +44,6 @@ require (
)

replace (
github.com/kubewharf/kubebrain-client => ../kubebrain-client
google.golang.org/grpc => google.golang.org/grpc v1.38.0
k8s.io/api => k8s.io/api v0.0.0-20191004102349-159aefb8556b
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.0.0-20191004105649-b14e3c49469a
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/kubewharf/kubebrain-client v0.2.1 h1:L+VA32ka/W0YwvCoPwrZQv0hV+m0s1Jgj9LH2koCcVw=
github.com/kubewharf/kubebrain-client v0.2.1/go.mod h1:9zABgniqD368gyUP4v9myKDzZu/FxFEPLLz3AIMl79I=
github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=
github.com/magiconair/properties v1.8.1/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=
github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=
Expand Down