Chore: Remove gotest.tools dependency (#31391)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen 2021-02-22 11:53:15 +01:00 committed by GitHub
parent 9967f193c8
commit 6e549bc95d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

1
go.mod
View File

@ -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
)

View File

@ -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) {