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:
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"