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
diff options
context:
space:
mode:
authorWill Chandler <wchandler@gitlab.com>2022-08-20 16:15:22 +0300
committerWill Chandler <wchandler@gitlab.com>2022-08-20 16:15:22 +0300
commit28b52c3b64fb857de6b1c62af662fe54249fa225 (patch)
treea637cef25392bedd1651349b64fb8ec922fbc412 /internal/testhelper/testserver/praefect.go
parent109499970cae4fa648d9c0119bb708f0dd65f1d4 (diff)
parent72e1c78e920a917ae96a25271173740e6557888e (diff)
Merge branch 'renovate/github.com-pelletier-go-toml-2.x' into 'master'
go: Update module github.com/pelletier/go-toml to v2 See merge request gitlab-org/gitaly!4652
Diffstat (limited to 'internal/testhelper/testserver/praefect.go')
-rw-r--r--internal/testhelper/testserver/praefect.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/testhelper/testserver/praefect.go b/internal/testhelper/testserver/praefect.go
index ec930ffd8..8f4fc5040 100644
--- a/internal/testhelper/testserver/praefect.go
+++ b/internal/testhelper/testserver/praefect.go
@@ -11,7 +11,7 @@ import (
"testing"
"time"
- "github.com/pelletier/go-toml"
+ "github.com/pelletier/go-toml/v2"
"github.com/stretchr/testify/require"
gitalycfg "gitlab.com/gitlab-org/gitaly/v15/internal/gitaly/config"
"gitlab.com/gitlab-org/gitaly/v15/internal/praefect/config"