debian-mirror-gitlab/workhorse/go.mod

43 lines
1.7 KiB
Modula-2
Raw Normal View History

2021-10-27 15:23:28 +05:30
module gitlab.com/gitlab-org/gitlab/workhorse
2021-02-22 17:27:13 +05:30
2021-11-11 11:23:49 +05:30
go 1.16
2021-02-22 17:27:13 +05:30
require (
2021-11-18 22:05:49 +05:30
github.com/Azure/azure-storage-blob-go v0.13.0
2021-02-22 17:27:13 +05:30
github.com/BurntSushi/toml v0.3.1
github.com/FZambia/sentinel v1.0.0
github.com/alecthomas/chroma v0.7.3
2021-11-18 22:05:49 +05:30
github.com/aws/aws-sdk-go v1.38.35
2021-04-17 20:07:23 +05:30
github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054 // indirect
2021-02-22 17:27:13 +05:30
github.com/disintegration/imaging v1.6.2
2021-04-17 20:07:23 +05:30
github.com/getsentry/raven-go v0.2.0
2021-11-11 11:23:49 +05:30
github.com/golang-jwt/jwt/v4 v4.0.0
2021-02-22 17:27:13 +05:30
github.com/golang/gddo v0.0.0-20190419222130-af0f2af80721
2021-06-08 01:23:25 +05:30
github.com/golang/protobuf v1.5.2
2021-02-22 17:27:13 +05:30
github.com/gomodule/redigo v2.0.0+incompatible
2021-03-11 19:13:27 +05:30
github.com/gorilla/websocket v1.4.1
2021-06-08 01:23:25 +05:30
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
2021-02-22 17:27:13 +05:30
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/johannesboyne/gofakes3 v0.0.0-20200510090907-02d71f533bec
github.com/jpillora/backoff v1.0.0
github.com/mitchellh/copystructure v1.0.0
2021-06-08 01:23:25 +05:30
github.com/prometheus/client_golang v1.10.0
2021-02-22 17:27:13 +05:30
github.com/rafaeljusto/redigomock v0.0.0-20190202135759-257e089e14a1
2021-06-08 01:23:25 +05:30
github.com/sebest/xff v0.0.0-20210106013422-671bd2870b3a
2021-02-22 17:27:13 +05:30
github.com/shabbyrobe/gocovmerge v0.0.0-20190829150210-3e036491d500 // indirect
2021-06-08 01:23:25 +05:30
github.com/sirupsen/logrus v1.8.1
2021-02-22 17:27:13 +05:30
github.com/smartystreets/goconvey v1.6.4
2021-06-08 01:23:25 +05:30
github.com/stretchr/testify v1.7.0
2021-11-18 22:05:49 +05:30
gitlab.com/gitlab-org/gitaly/v14 v14.3.0-rc2.0.20211007055622-df7dadcc3f74
2022-01-26 12:08:38 +05:30
gitlab.com/gitlab-org/golang-archive-zip v0.1.1
2021-10-27 15:23:28 +05:30
gitlab.com/gitlab-org/labkit v1.6.0
2021-11-18 22:05:49 +05:30
gocloud.dev v0.23.0
2021-04-15 22:33:27 +05:30
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8
2021-06-08 01:23:25 +05:30
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5
2021-11-18 22:05:49 +05:30
golang.org/x/net v0.0.0-20210505214959-0714010a04ed
2021-04-29 21:17:54 +05:30
golang.org/x/tools v0.1.0
2021-11-18 22:05:49 +05:30
google.golang.org/grpc v1.38.0
2021-10-27 15:23:28 +05:30
gopkg.in/DataDog/dd-trace-go.v1 v1.31.0 // indirect
2021-04-29 21:17:54 +05:30
honnef.co/go/tools v0.1.3
2021-02-22 17:27:13 +05:30
)