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>2020-06-02 03:25:10 +0300
committerJohn Cai <jcai@gitlab.com>2020-06-02 03:25:10 +0300
commita85e948c8f6031d85e2aade33c942ce15fea00d3 (patch)
treeec5622a315c1e2ab99ac253bb17f918da1ce77a2 /go.mod
parent414c9b7c075bae42bd929be7e5abfee52770bfe6 (diff)
Revert "Merge branch 'jc-deprecate-gitlab-shell-yml' into 'master'"
This reverts commit 414c9b7c075bae42bd929be7e5abfee52770bfe6, reversing changes made to 3b0d832d1d7162528d35171516969509beee7ead.
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 d209f9350..c9581053b 100644
--- a/go.mod
+++ b/go.mod
@@ -23,7 +23,7 @@ require (
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/sys v0.0.0-20200113162924-86b910548bc1
google.golang.org/grpc v1.24.0
- gopkg.in/yaml.v2 v2.2.8 // indirect
+ gopkg.in/yaml.v2 v2.2.8
)
go 1.13