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/proto
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2019-07-31 17:19:30 +0300
committerPaul Okstad <pokstad@gitlab.com>2019-07-31 17:19:30 +0300
commitfebc866e1946099084513a54d4fec5cf164463de (patch)
tree17f3b5468fc5d4d4aa0a48e10faa74037ae59146 /proto
parent18d4cda8bd587604e093b2771a7c2544d834b38c (diff)
Use embedded Go stubs for gitaly-proto
Diffstat (limited to 'proto')
-rw-r--r--proto/README.md2
-rw-r--r--proto/REVISION1
-rw-r--r--proto/SOURCE1
-rw-r--r--proto/go.mod3
4 files changed, 6 insertions, 1 deletions
diff --git a/proto/README.md b/proto/README.md
index 64344fd36..03db88256 100644
--- a/proto/README.md
+++ b/proto/README.md
@@ -1,6 +1,6 @@
# Vendored copy of gitaly-proto
-Vendored from https://gitlab.com/gitlab-org/gitaly-proto at 617898b9c0c4c8a55c7b0abe95144109a3836270.
+Vendored from gitlab.com/gitlab-org/gitaly-proto at 617898b9c0c4c8a55c7b0abe95144109a3836270.
Migration in progress, see
https://gitlab.com/gitlab-org/gitaly/issues/1761. Do not edit files in
diff --git a/proto/REVISION b/proto/REVISION
new file mode 100644
index 000000000..f49415ca6
--- /dev/null
+++ b/proto/REVISION
@@ -0,0 +1 @@
+v1.38.0 \ No newline at end of file
diff --git a/proto/SOURCE b/proto/SOURCE
new file mode 100644
index 000000000..700b61c39
--- /dev/null
+++ b/proto/SOURCE
@@ -0,0 +1 @@
+gitlab.com/gitlab-org/gitaly-proto \ No newline at end of file
diff --git a/proto/go.mod b/proto/go.mod
new file mode 100644
index 000000000..b0417e4ba
--- /dev/null
+++ b/proto/go.mod
@@ -0,0 +1,3 @@
+module gitlab.com/gitlab-org/gitaly/proto
+
+go 1.12