Backport 87073 to v11.0.x (#87078)

* Chore: Update go-duck dependency to v0.0.18 (#87073)

* Chore: Update go-duck dependency to v0.0.18

(cherry picked from commit 7505af2886)

* backport

* go mod tidy

* remove wrong import
This commit is contained in:
Scott Lepper
2024-04-29 20:37:20 +01:00
committed by GitHub
parent 713cea3d2f
commit 04d6463abb
4 changed files with 32 additions and 22 deletions
@@ -5,9 +5,9 @@ import (
"strconv"
"testing"
"github.com/bmizerany/assert"
"github.com/grafana/grafana/pkg/infra/db"
"github.com/grafana/grafana/pkg/tests/testsuite"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)