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:
authorGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-09-05 18:20:33 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-09-05 18:20:33 +0300
commitc18dfa1e57806ebaf20ca2a1e3fa9708cc547c47 (patch)
tree7fca1f9e1ca9835c03137f370564aedf5d09376a /go.mod
parentbda5c66c7a4207b1bfae779f367eba0776873cd5 (diff)
go: Update module github.com/pelletier/go-toml/v2 to v2.1.0
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 c5643bf89..85d8569f4 100644
--- a/go.mod
+++ b/go.mod
@@ -28,7 +28,7 @@ require (
github.com/olekukonko/tablewriter v0.0.5
github.com/opencontainers/runtime-spec v1.1.0
github.com/opentracing/opentracing-go v1.2.0
- github.com/pelletier/go-toml/v2 v2.0.9
+ github.com/pelletier/go-toml/v2 v2.1.0
github.com/prometheus/client_golang v1.16.0
github.com/rubenv/sql-migrate v1.5.2
github.com/sirupsen/logrus v1.9.3