From aeed3409f0d7679a7359a424269254aa859904d9 Mon Sep 17 00:00:00 2001 From: Bartek Tofel Date: Tue, 3 Dec 2024 15:09:58 +0100 Subject: [PATCH] gomodtidy --- integration-tests/load/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/load/go.mod b/integration-tests/load/go.mod index 8d8115272f3..f0794bdaacf 100644 --- a/integration-tests/load/go.mod +++ b/integration-tests/load/go.mod @@ -13,7 +13,6 @@ require ( github.com/K-Phoen/grabana v0.22.2 github.com/ethereum/go-ethereum v1.14.11 github.com/go-resty/resty/v2 v2.15.3 - github.com/pelletier/go-toml/v2 v2.2.3 github.com/pkg/errors v0.9.1 github.com/rs/zerolog v1.33.0 github.com/slack-go/slack v0.15.0 @@ -363,6 +362,7 @@ require ( github.com/patrickmn/go-cache v2.1.0+incompatible // indirect github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect github.com/pelletier/go-toml v1.9.5 // indirect + github.com/pelletier/go-toml/v2 v2.2.3 // indirect github.com/peterbourgon/diskv v2.0.1+incompatible // indirect github.com/petermattis/goid v0.0.0-20230317030725-371a4b8eda08 // indirect github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect