Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAhmad Sherif <me@ahmadsherif.com>2020-11-19 19:30:44 +0300
committerAhmad Sherif <me@ahmadsherif.com>2020-12-09 13:09:21 +0300
commitc000a7a19cb7e6c47da811d8d0c96ffca77ba8a7 (patch)
tree9490694156cd415ef7164b29690c24f78a427507 /go.mod
parentf085d841e2f5571b260910a454215bc1a7687bf0 (diff)
Add initial implementation of spawning git inside cgroups
Related to https://gitlab.com/gitlab-com/gl-infra/infrastructure/-/issues/11648
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 622e9b6bb..fcfb688f1 100644
--- a/go.mod
+++ b/go.mod
@@ -3,9 +3,9 @@ module gitlab.com/gitlab-org/gitaly
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cloudflare/tableflip v1.2.1-0.20200514155827-4baec9811f2b
+ github.com/containerd/cgroups v0.0.0-20201118023556-2819c83ced99
github.com/getsentry/sentry-go v0.7.0
github.com/git-lfs/git-lfs v1.5.1-0.20200916154635-9ea4eed5b112
- github.com/gogo/protobuf v1.2.1 // indirect
github.com/golang/protobuf v1.3.2
github.com/google/uuid v1.1.1
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
@@ -17,6 +17,7 @@ require (
github.com/libgit2/git2go/v30 v30.0.18
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/olekukonko/tablewriter v0.0.2
+ github.com/opencontainers/runtime-spec v1.0.2
github.com/opentracing/opentracing-go v1.2.0
github.com/otiai10/curr v1.0.0 // indirect
github.com/pelletier/go-toml v1.8.1