-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
132490: obsservice: remove the package r=dhartunian a=dhartunian This package is not used in production and is not being actively developed. Removing for now. The CLI flags were not documented so they are also removed without a release note. Resolves: CRDB-42484 Release note: None Co-authored-by: David Hartunian <[email protected]>
- Loading branch information
Showing
91 changed files
with
25 additions
and
4,945 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1207,16 +1207,6 @@ def go_deps(): | |
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/bits-and-blooms/bitset/com_github_bits_and_blooms_bitset-v1.4.0.zip", | ||
], | ||
) | ||
go_repository( | ||
name = "com_github_bkaradzic_go_lz4", | ||
build_file_proto_mode = "disable_global", | ||
importpath = "github.com/bkaradzic/go-lz4", | ||
sha256 = "525f5633a4d9c8a32b5b5763c4e423ad061e773cf8cfeb21737f491feb531666", | ||
strip_prefix = "github.com/bkaradzic/[email protected]", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/bkaradzic/go-lz4/com_github_bkaradzic_go_lz4-v1.0.0.zip", | ||
], | ||
) | ||
go_repository( | ||
name = "com_github_bketelsen_crypt", | ||
build_file_proto_mode = "disable_global", | ||
|
@@ -1651,16 +1641,6 @@ def go_deps(): | |
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/clbanning/x2j/com_github_clbanning_x2j-v0.0.0-20191024224557-825249438eec.zip", | ||
], | ||
) | ||
go_repository( | ||
name = "com_github_clickhouse_clickhouse_go", | ||
build_file_proto_mode = "disable_global", | ||
importpath = "github.com/ClickHouse/clickhouse-go", | ||
sha256 = "168ff16149cdc5b79698525a6e7b7bc7b7d5791dd0b1dbe043c7a8b1a4562f68", | ||
strip_prefix = "github.com/ClickHouse/[email protected]", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/ClickHouse/clickhouse-go/com_github_clickhouse_clickhouse_go-v1.5.4.zip", | ||
], | ||
) | ||
go_repository( | ||
name = "com_github_client9_misspell", | ||
build_file_proto_mode = "disable_global", | ||
|
@@ -1671,16 +1651,6 @@ def go_deps(): | |
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/client9/misspell/com_github_client9_misspell-v0.3.4.zip", | ||
], | ||
) | ||
go_repository( | ||
name = "com_github_cloudflare_golz4", | ||
build_file_proto_mode = "disable_global", | ||
importpath = "github.com/cloudflare/golz4", | ||
sha256 = "75832d1c2989b2a0d7eb8d2cec300f6d457254d42927a23f522b164833e791d4", | ||
strip_prefix = "github.com/cloudflare/[email protected]", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cloudflare/golz4/com_github_cloudflare_golz4-v0.0.0-20150217214814-ef862a3cdc58.zip", | ||
], | ||
) | ||
go_repository( | ||
name = "com_github_cloudykit_fastprinter", | ||
build_file_proto_mode = "disable_global", | ||
|
@@ -2538,10 +2508,10 @@ def go_deps(): | |
name = "com_github_denisenkom_go_mssqldb", | ||
build_file_proto_mode = "disable_global", | ||
importpath = "github.com/denisenkom/go-mssqldb", | ||
sha256 = "568024c79d9e6c39adfa14ed4650c95ae1f976eb9c1ebee77da3c53d200080cf", | ||
strip_prefix = "github.com/denisenkom/go-mssqldb@v0.12.0", | ||
sha256 = "47f3f67715836b61575d2c09bc1b5ab0fea2f270ca0fd37e9da66537e4c0aab0", | ||
strip_prefix = "github.com/denisenkom/go-mssqldb@v0.10.0", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/denisenkom/go-mssqldb/com_github_denisenkom_go_mssqldb-v0.12.0.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/denisenkom/go-mssqldb/com_github_denisenkom_go_mssqldb-v0.10.0.zip", | ||
], | ||
) | ||
go_repository( | ||
|
@@ -4019,16 +3989,6 @@ def go_deps(): | |
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/golang-sql/civil/com_github_golang_sql_civil-v0.0.0-20190719163853-cb61b32ac6fe.zip", | ||
], | ||
) | ||
go_repository( | ||
name = "com_github_golang_sql_sqlexp", | ||
build_file_proto_mode = "disable_global", | ||
importpath = "github.com/golang-sql/sqlexp", | ||
sha256 = "edcfe6a0d8da7796b82de5d44c70d6d0e1b7a433d5b267c2895c30c4ce445342", | ||
strip_prefix = "github.com/golang-sql/[email protected]", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/golang-sql/sqlexp/com_github_golang_sql_sqlexp-v0.0.0-20170517235910-f1bb20e5a188.zip", | ||
], | ||
) | ||
go_repository( | ||
name = "com_github_golangci_lint_1", | ||
build_file_proto_mode = "disable_global", | ||
|
@@ -6278,16 +6238,6 @@ def go_deps(): | |
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/Masterminds/vcs/com_github_masterminds_vcs-v1.13.0.zip", | ||
], | ||
) | ||
go_repository( | ||
name = "com_github_matryer_is", | ||
build_file_proto_mode = "disable_global", | ||
importpath = "github.com/matryer/is", | ||
sha256 = "8c49393743a0b5c61b130632e402efa55d4b03456f31aea14a269d47503df112", | ||
strip_prefix = "github.com/matryer/[email protected]", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/matryer/is/com_github_matryer_is-v1.4.0.zip", | ||
], | ||
) | ||
go_repository( | ||
name = "com_github_matryer_moq", | ||
build_file_proto_mode = "disable_global", | ||
|
@@ -7718,16 +7668,6 @@ def go_deps(): | |
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/prashantv/protectmem/com_github_prashantv_protectmem-v0.0.0-20171002184600-e20412882b3a.zip", | ||
], | ||
) | ||
go_repository( | ||
name = "com_github_pressly_goose_v3", | ||
build_file_proto_mode = "disable_global", | ||
importpath = "github.com/pressly/goose/v3", | ||
sha256 = "0f0c74470d454d3530f6b7da4007a3b27beb38b9b059badd98715dc88f535f6f", | ||
strip_prefix = "github.com/pressly/goose/[email protected]", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/pressly/goose/v3/com_github_pressly_goose_v3-v3.5.3.zip", | ||
], | ||
) | ||
go_repository( | ||
name = "com_github_prometheus_alertmanager", | ||
build_file_proto_mode = "disable_global", | ||
|
@@ -8679,10 +8619,10 @@ def go_deps(): | |
name = "com_github_tv42_httpunix", | ||
build_file_proto_mode = "disable_global", | ||
importpath = "github.com/tv42/httpunix", | ||
sha256 = "3835d37bfd63336db8f0b0971368e0e9a03d70a446b32e93cbd30e99ba6e9d27", | ||
strip_prefix = "github.com/tv42/[email protected]20191220191345-2ba4b9c3382c", | ||
sha256 = "8246ebc82e0d9d3142f5aeb50d4fcd67f3f435fb5464120c356a4e5d57ef4aa0", | ||
strip_prefix = "github.com/tv42/[email protected]20150427012821-b75d8614f926", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/tv42/httpunix/com_github_tv42_httpunix-v0.0.0-20191220191345-2ba4b9c3382c.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/tv42/httpunix/com_github_tv42_httpunix-v0.0.0-20150427012821-b75d8614f926.zip", | ||
], | ||
) | ||
go_repository( | ||
|
@@ -9295,16 +9235,6 @@ def go_deps(): | |
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/zenazn/goji/com_github_zenazn_goji-v0.9.0.zip", | ||
], | ||
) | ||
go_repository( | ||
name = "com_github_ziutek_mymysql", | ||
build_file_proto_mode = "disable_global", | ||
importpath = "github.com/ziutek/mymysql", | ||
sha256 = "1ea104186e0990a3d97a1e67fcd31177849c975de4abd9399270ab0a04c025de", | ||
strip_prefix = "github.com/ziutek/[email protected]", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/ziutek/mymysql/com_github_ziutek_mymysql-v1.5.4.zip", | ||
], | ||
) | ||
go_repository( | ||
name = "com_gitlab_golang_commonmark_html", | ||
build_file_proto_mode = "disable_global", | ||
|
@@ -11422,10 +11352,10 @@ def go_deps(): | |
name = "org_bazil_fuse", | ||
build_file_proto_mode = "disable_global", | ||
importpath = "bazil.org/fuse", | ||
sha256 = "f3ac35044c9bcf17c4e75fb8cebd826e84dbe5f9c36b24513e2a828a243ede6d", | ||
strip_prefix = "bazil.org/[email protected]20200407214033-5883e5a4b512", | ||
sha256 = "c4f8d08b812e14a7689471372b43e43a0d6c984cdf3d9e541750d69398442e5a", | ||
strip_prefix = "bazil.org/[email protected]20160811212531-371fbbdaa898", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/bazil.org/fuse/org_bazil_fuse-v0.0.0-20200407214033-5883e5a4b512.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/bazil.org/fuse/org_bazil_fuse-v0.0.0-20160811212531-371fbbdaa898.zip", | ||
], | ||
) | ||
go_repository( | ||
|
Oops, something went wrong.