Chore: Remove gotest.tools dependency (#31391)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
pull/31401/head
Arve Knudsen 5 years ago committed by GitHub
parent 9967f193c8
commit 6e549bc95d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      go.mod
  2. 2
      pkg/api/dtos/models_test.go

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

Loading…
Cancel
Save