sourcegraph/lib
Andre Eleuterio 709793f1fb
Upgrading dependencies (#36185)
* upgrade golang dependencies

* go mod tidy

* go mod tidy

* bump eventsource

* bump goland tools

Co-authored-by: Dave Try <davetry@gmail.com>
2022-05-30 10:43:58 -03:00
..
batches lib: use any instead of interface{} (#35121) 2022-05-09 14:55:38 +00:00
codeintel Remove unused LSIF Typed code (#35791) 2022-05-25 11:23:13 +00:00
errors lib: use any instead of interface{} (#35121) 2022-05-09 14:55:38 +00:00
gitservice golangci-lint: enable unparam linter (#31856) 2022-02-28 15:31:44 +01:00
group Add group.OrderedParallel (#35572) 2022-05-17 12:13:58 -06:00
log lib/log: unify DevMode source, update tests (#35432) 2022-05-17 11:32:47 -07:00
output sg hacking hour: better error output in migration commands (#36175) 2022-05-27 16:00:46 +00:00
process Restore buffered process.PipeOutput and add tests (#31478) 2022-02-18 15:37:04 +01:00
go.mod Upgrading dependencies (#36185) 2022-05-30 10:43:58 -03:00
go.sum Upgrading dependencies (#36185) 2022-05-30 10:43:58 -03: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.