Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
6e549bc9
Unverified
Commit
6e549bc9
authored
Feb 22, 2021
by
Arve Knudsen
Committed by
GitHub
Feb 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Chore: Remove gotest.tools dependency (#31391)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
parent
9967f193
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
+1
-2
go.mod
+0
-1
pkg/api/dtos/models_test.go
+1
-1
No files found.
go.mod
View file @
6e549bc9
...
@@ -98,7 +98,6 @@ require (
...
@@ -98,7 +98,6 @@ require (
gopkg.in/redis.v5 v5.2.9
gopkg.in/redis.v5 v5.2.9
gopkg.in/square/go-jose.v2 v2.5.1
gopkg.in/square/go-jose.v2 v2.5.1
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v2 v2.4.0
gotest.tools v2.2.0+incompatible
xorm.io/core v0.7.3
xorm.io/core v0.7.3
xorm.io/xorm v0.8.2
xorm.io/xorm v0.8.2
)
)
pkg/api/dtos/models_test.go
View file @
6e549bc9
...
@@ -5,7 +5,7 @@ import (
...
@@ -5,7 +5,7 @@ import (
"github.com/grafana/grafana/pkg/models"
"github.com/grafana/grafana/pkg/models"
"github.com/grafana/grafana/pkg/setting"
"github.com/grafana/grafana/pkg/setting"
"g
otest.tools
/assert"
"g
ithub.com/stretchr/testify
/assert"
)
)
func
TestIsHiddenUser
(
t
*
testing
.
T
)
{
func
TestIsHiddenUser
(
t
*
testing
.
T
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment