sourcegraph/lib
William Bezuidenhout 1ae6cc6bfd
logger: update log lib and remove use of description (#57690)
* log: remove use of description paramter in Scoped

* temporarily point to sglog branch

* bazel configure + gazelle

* remove additional use of description param

* use latest versions of zoekt,log,mountinfo

* go.mod
2023-10-18 17:29:08 +02:00
..
api enterprise: Move last directory out (#57392) 2023-10-05 20:15:40 +00:00
batches bzl: fix schema.go not being up todate and still passing (#57308) 2023-10-03 16:40:23 +02:00
cliutil bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
codeintel logger: update log lib and remove use of description (#57690) 2023-10-18 17:29:08 +02:00
errors migrator: exit 0 if autoupgrade set on up (#53175) 2023-06-13 20:51:09 +00:00
gitservice gitservice: use an error hook instead of a logger (#56611) 2023-09-14 12:36:05 +02:00
iterator ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
output lib/output: Remove Style interface (#54163) 2023-06-26 14:32:23 +00:00
pointers telemetrygateway: add exporter and service (#56699) 2023-09-20 05:20:15 +00:00
process Move executor to cmd/executor (#55700) 2023-08-10 02:06:12 +02:00
servicecatalog Remove GitHub proxy service (#56485) 2023-09-14 19:43:40 +02:00
go.mod Chore: bump cockroachdb/errors (#57102) 2023-09-27 16:06:31 -06:00
go.sum Chore: bump cockroachdb/errors (#57102) 2023-09-27 16:06:31 -06:00
README.md lib: Introduce non-enterprise lib directory (#18992) 2021-03-10 19:41:33 -06:00
tools.go build with go 1.17 (#24566) 2021-09-03 14:46:55 +00:00

Sourcegraph lib module

This directory is the root of a separate go module from the primary module rooted at sourcegraph/sourcegraph. This module exists to hold code that we want to reuse outside of the sourcegraph/sourcegraph repo.

Code in this module should not import from sourcegraph/sourcegraph or from other Sourcegraph repositories to avoid complicated dependency relationships. Instead consider moving code from elsewhere into this module.