2021-07-21 11:08:52 -04:00
|
|
|
module gitlab.com/gitlab-org/gitlab/workhorse
|
2020-12-02 10:09:37 -05:00
|
|
|
|
2021-09-02 11:11:35 -04:00
|
|
|
go 1.16
|
2020-12-02 10:09:37 -05:00
|
|
|
|
|
|
|
require (
|
2021-10-11 05:09:08 -04:00
|
|
|
github.com/Azure/azure-storage-blob-go v0.13.0
|
2020-12-02 10:09:37 -05:00
|
|
|
github.com/BurntSushi/toml v0.3.1
|
|
|
|
github.com/FZambia/sentinel v1.0.0
|
|
|
|
github.com/alecthomas/chroma v0.7.3
|
2021-10-11 05:09:08 -04:00
|
|
|
github.com/aws/aws-sdk-go v1.38.35
|
2020-12-02 10:09:37 -05:00
|
|
|
github.com/disintegration/imaging v1.6.2
|
2021-02-17 10:09:21 -05:00
|
|
|
github.com/getsentry/raven-go v0.2.0
|
2021-09-16 23:11:13 -04:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.0.0
|
2020-12-02 10:09:37 -05:00
|
|
|
github.com/golang/gddo v0.0.0-20190419222130-af0f2af80721
|
2021-05-04 14:10:03 -04:00
|
|
|
github.com/golang/protobuf v1.5.2
|
2020-12-02 10:09:37 -05:00
|
|
|
github.com/gomodule/redigo v2.0.0+incompatible
|
2021-01-20 10:10:29 -05:00
|
|
|
github.com/gorilla/websocket v1.4.1
|
2021-05-04 14:10:03 -04:00
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
|
2020-12-02 10:09:37 -05:00
|
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
|
|
|
|
github.com/johannesboyne/gofakes3 v0.0.0-20200510090907-02d71f533bec
|
2020-12-08 22:09:24 -05:00
|
|
|
github.com/jpillora/backoff v1.0.0
|
2020-12-02 10:09:37 -05:00
|
|
|
github.com/mitchellh/copystructure v1.0.0
|
2022-04-27 08:08:19 -04:00
|
|
|
github.com/prometheus/client_golang v1.12.1
|
2020-12-02 10:09:37 -05:00
|
|
|
github.com/rafaeljusto/redigomock v0.0.0-20190202135759-257e089e14a1
|
2021-05-04 14:10:03 -04:00
|
|
|
github.com/sebest/xff v0.0.0-20210106013422-671bd2870b3a
|
2020-12-02 10:09:37 -05:00
|
|
|
github.com/shabbyrobe/gocovmerge v0.0.0-20190829150210-3e036491d500 // indirect
|
2021-05-04 14:10:03 -04:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2020-12-02 10:09:37 -05:00
|
|
|
github.com/smartystreets/goconvey v1.6.4
|
2021-05-04 14:10:03 -04:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2022-04-28 08:09:06 -04:00
|
|
|
gitlab.com/gitlab-org/gitaly/v14 v14.10.0-rc1.0.20220426135705-ccfab390f7c3
|
2021-11-25 07:10:23 -05:00
|
|
|
gitlab.com/gitlab-org/golang-archive-zip v0.1.1
|
2022-04-27 08:08:19 -04:00
|
|
|
gitlab.com/gitlab-org/labkit v1.14.0
|
2021-10-11 05:09:08 -04:00
|
|
|
gocloud.dev v0.23.0
|
2021-04-14 11:09:04 -04:00
|
|
|
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8
|
2022-04-27 08:08:19 -04:00
|
|
|
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
|
|
|
|
golang.org/x/net v0.0.0-20211008194852-3b03d305991f
|
|
|
|
golang.org/x/tools v0.1.5
|
|
|
|
google.golang.org/grpc v1.40.0
|
2022-05-12 08:08:30 -04:00
|
|
|
google.golang.org/protobuf v1.27.1
|
2021-04-14 11:09:04 -04:00
|
|
|
honnef.co/go/tools v0.1.3
|
2020-12-02 10:09:37 -05:00
|
|
|
)
|