Commit 6e549bc9 by Arve Knudsen Committed by GitHub

Chore: Remove gotest.tools dependency (#31391)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
parent 9967f193
......@@ -98,7 +98,6 @@ require (
gopkg.in/redis.v5 v5.2.9
gopkg.in/square/go-jose.v2 v2.5.1
gopkg.in/yaml.v2 v2.4.0
gotest.tools v2.2.0+incompatible
xorm.io/core v0.7.3
xorm.io/xorm v0.8.2
)
......@@ -5,7 +5,7 @@ import (
"github.com/grafana/grafana/pkg/models"
"github.com/grafana/grafana/pkg/setting"
"gotest.tools/assert"
"github.com/stretchr/testify/assert"
)
func TestIsHiddenUser(t *testing.T) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment