Skip to content

Commit

Permalink
chore: tidy pulsar-admin-go sources
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun committed Aug 16, 2023
1 parent eee6d76 commit 750e8e9
Show file tree
Hide file tree
Showing 38 changed files with 60 additions and 1,370 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ GOROOT ?= $(shell go env GOROOT)

build:
go build ./pulsar
go build ./pulsaradmin
go build -o bin/pulsar-perf ./perf

lint: bin/golangci-lint
Expand Down
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ require (
golang.org/x/mod v0.5.1
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
google.golang.org/protobuf v1.30.0 // indirect
google.golang.org/protobuf v1.30.0
)

require github.com/golang/protobuf v1.5.2

require (
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
github.com/ardielle/ardielle-go v1.5.2 // indirect
Expand All @@ -39,7 +41,6 @@ require (
github.com/dvsekhvalnov/jose2go v1.5.0 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
Expand Down
1 change: 0 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,6 @@ google.golang.org/protobuf v1.23.1-0.20200526195155-81db48ad09cc/go.mod h1:EGpAD
google.golang.org/protobuf v1.24.0/go.mod h1:r/3tXBNzIEhYS9I1OUVjXDlt8tc493IdKGjtUeSXeh4=
google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c=
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
google.golang.org/protobuf v1.26.0 h1:bxAC2xTBsZGibn2RTntX0oH50xLsqy1OxA9tTL3p/lk=
google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
google.golang.org/protobuf v1.30.0 h1:kPPoIgf3TsEvrm0PFe15JQ+570QVxYzEvvHqChK+cng=
google.golang.org/protobuf v1.30.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
Expand Down
18 changes: 0 additions & 18 deletions pulsaradmin/.github/CODEOWNERS

This file was deleted.

26 changes: 0 additions & 26 deletions pulsaradmin/.github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

35 changes: 0 additions & 35 deletions pulsaradmin/.github/workflows/ci-pr.yaml

This file was deleted.

65 changes: 0 additions & 65 deletions pulsaradmin/.github/workflows/ci.yaml

This file was deleted.

46 changes: 0 additions & 46 deletions pulsaradmin/.github/workflows/release.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions pulsaradmin/.gitignore

This file was deleted.

40 changes: 0 additions & 40 deletions pulsaradmin/.golangci.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions pulsaradmin/.goreleaser.yml

This file was deleted.

29 changes: 0 additions & 29 deletions pulsaradmin/.licenserc.yaml

This file was deleted.

Loading

0 comments on commit 750e8e9

Please sign in to comment.