mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:51:57 +00:00
When auto-upgrade intent is signaled, we want the frontend to do the migration instead of migrator. As by default, migrator runs up (unless manually changed to something else or invoked), we check before that command runs whether we should auto-upgrade, and exiting with 0 if yes ## Test plan Tested locally in docker-compose setup
131 lines
5.9 KiB
Modula-2
131 lines
5.9 KiB
Modula-2
module github.com/sourcegraph/sourcegraph/lib
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/Masterminds/semver v1.5.0
|
|
github.com/charmbracelet/glamour v0.5.0
|
|
github.com/cockroachdb/errors v1.9.1
|
|
github.com/cockroachdb/redact v1.1.4
|
|
github.com/derision-test/go-mockgen v1.3.7
|
|
github.com/fatih/color v1.13.0
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/go-enry/go-enry/v2 v2.8.4
|
|
github.com/gobwas/glob v0.2.3
|
|
github.com/google/go-cmp v0.5.9
|
|
github.com/grafana/regexp v0.0.0-20221123153739-15dc172cd2db
|
|
github.com/hexops/autogold/v2 v2.0.3
|
|
github.com/jackc/pgconn v1.10.1
|
|
github.com/json-iterator/go v1.1.12
|
|
github.com/klauspost/pgzip v1.2.5
|
|
github.com/mattn/go-isatty v0.0.17
|
|
github.com/mattn/go-runewidth v0.0.14
|
|
github.com/mitchellh/copystructure v1.2.0
|
|
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
|
|
github.com/muesli/termenv v0.12.0
|
|
github.com/sourcegraph/go-diff v0.6.2-0.20221123165719-f8cd299c40f3
|
|
github.com/sourcegraph/jsonx v0.0.0-20200629203448-1a936bd500cf
|
|
github.com/sourcegraph/log v0.0.0-20221206163500-7d93c6ad7037
|
|
github.com/sourcegraph/scip v0.2.4-0.20221213205653-aa0e511dcfef
|
|
github.com/stretchr/testify v1.8.2
|
|
github.com/urfave/cli/v2 v2.23.7
|
|
github.com/xeipuuv/gojsonschema v1.2.0
|
|
golang.org/x/exp v0.0.0-20230425010034-47ecfdc1ba53
|
|
golang.org/x/sync v0.1.0
|
|
golang.org/x/sys v0.8.0
|
|
golang.org/x/term v0.6.0
|
|
google.golang.org/protobuf v1.29.1
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
|
|
github.com/alecthomas/chroma v0.10.0 // indirect
|
|
github.com/alecthomas/kingpin v2.2.6+incompatible // indirect
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
|
|
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
github.com/bufbuild/buf v1.4.0 // indirect
|
|
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/dave/jennifer v1.5.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dlclark/regexp2 v1.7.0 // indirect
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
|
github.com/envoyproxy/protoc-gen-validate v0.6.13 // indirect
|
|
github.com/getsentry/sentry-go v0.21.0 // indirect
|
|
github.com/go-enry/go-oniguruma v1.2.1 // indirect
|
|
github.com/gofrs/flock v0.8.1 // indirect
|
|
github.com/gofrs/uuid v4.2.0+incompatible // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/gorilla/css v1.0.0 // indirect
|
|
github.com/hexops/autogold v1.3.0 // indirect
|
|
github.com/hexops/gotextdiff v1.0.3 // indirect
|
|
github.com/hexops/valast v1.4.3 // indirect
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
|
github.com/imdario/mergo v0.3.13 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
|
github.com/jackc/pgio v1.0.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgproto3/v2 v2.1.1 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
|
|
github.com/jdxcode/netrc v0.0.0-20210204082910-926c7f70242a // indirect
|
|
github.com/jhump/protocompile v0.0.0-20220216033700-d705409f108f // indirect
|
|
github.com/jhump/protoreflect v1.12.1-0.20220417024638-438db461d753 // indirect
|
|
github.com/klauspost/compress v1.16.0 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/microcosm-cc/bluemonday v1.0.23 // indirect
|
|
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/muesli/reflow v0.3.0 // indirect
|
|
github.com/mwitkow/go-proto-validators v0.3.2 // indirect
|
|
github.com/nightlyone/lockfile v1.0.0 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
|
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pkg/profile v1.6.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/pseudomuto/protoc-gen-doc v1.5.1 // indirect
|
|
github.com/pseudomuto/protokit v0.2.0 // indirect
|
|
github.com/rivo/uniseg v0.4.2 // indirect
|
|
github.com/rogpeppe/go-internal v1.10.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/spf13/cobra v1.5.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
|
|
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
|
github.com/yuin/goldmark v1.5.2 // indirect
|
|
github.com/yuin/goldmark-emoji v1.0.1 // indirect
|
|
go.opencensus.io v0.24.0 // indirect
|
|
go.uber.org/atomic v1.10.0 // indirect
|
|
go.uber.org/goleak v1.2.0 // indirect
|
|
go.uber.org/multierr v1.8.0 // indirect
|
|
go.uber.org/zap v1.24.0 // indirect
|
|
golang.org/x/crypto v0.7.0 // indirect
|
|
golang.org/x/mod v0.8.0 // indirect
|
|
golang.org/x/net v0.8.0 // indirect
|
|
golang.org/x/text v0.9.0 // indirect
|
|
golang.org/x/tools v0.6.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 // indirect
|
|
google.golang.org/grpc v1.51.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gotest.tools/v3 v3.0.3 // indirect
|
|
mvdan.cc/gofumpt v0.4.0 // indirect
|
|
)
|
|
|
|
// See: https://github.com/ghodss/yaml/pull/65
|
|
replace github.com/ghodss/yaml => github.com/sourcegraph/yaml v1.0.1-0.20200714132230-56936252f152
|