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:
authorJohn Cai <jcai@gitlab.com>2023-02-09 17:32:42 +0300
committerJohn Cai <jcai@gitlab.com>2023-02-09 17:32:42 +0300
commit96add14f08eac5a3c00923f17c077200b5b1c220 (patch)
tree87b115142093121f89ac3ad12896176ba76d64e8 /go.mod
parentd8805e00c27d2466384bc1132f06347bdfc2589f (diff)
parentae63665f49c5acaf65bf847932843b583b485c4f (diff)
Merge branch 'jt-quarantine-tests' into 'master'
testhelper: Skip quarantined tests See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5362 Merged-by: John Cai <jcai@gitlab.com> Approved-by: Will Chandler <wchandler@gitlab.com> Approved-by: Toon Claes <toon@gitlab.com> Reviewed-by: Patrick Steinhardt <psteinhardt@gitlab.com> Reviewed-by: John Cai <jcai@gitlab.com> Co-authored-by: Justin Tobler <jtobler@gitlab.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 22f26a88c..c83564203 100644
--- a/go.mod
+++ b/go.mod
@@ -41,6 +41,7 @@ require (
gitlab.com/gitlab-org/labkit v1.17.0
go.uber.org/goleak v1.2.0
gocloud.dev v0.28.0
+ golang.org/x/exp v0.0.0-20221031165847-c99f073a8326
golang.org/x/sync v0.1.0
golang.org/x/sys v0.5.0
golang.org/x/time v0.3.0
@@ -180,7 +181,6 @@ require (
go.opencensus.io v0.24.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
golang.org/x/crypto v0.5.0 // indirect
- golang.org/x/exp v0.0.0-20221031165847-c99f073a8326 // indirect
golang.org/x/mod v0.6.0 // indirect
golang.org/x/net v0.5.0 // indirect
golang.org/x/oauth2 v0.2.0 // indirect