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:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2023-09-05 10:42:53 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2023-09-05 10:42:53 +0300
commit4325481ab92a44ae5de5f58e126fe1202512998a (patch)
tree7afd7ecb9bb3464b9f7e94b00f64cb4eceaa8695 /go.mod
parent516b9e1684879959073a19cfe7e3a024ee2f95ec (diff)
gitaly-git2go: Remove the now-unused command
Remove the now-unused gitaly-git2o command as well as its supporting infrastructure.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 0 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 218c318fa..43512e003 100644
--- a/go.mod
+++ b/go.mod
@@ -24,7 +24,6 @@ require (
github.com/hashicorp/yamux v0.1.1
github.com/jackc/pgx/v5 v5.4.3
github.com/kelseyhightower/envconfig v1.4.0
- github.com/libgit2/git2go/v34 v34.0.0
github.com/miekg/dns v1.1.55
github.com/olekukonko/tablewriter v0.0.5
github.com/opencontainers/runtime-spec v1.1.0