Skip to content

Commit e601bf4

Browse files
committed
Add stretchr/testify as required module for tests
1 parent 3b3f2da commit e601bf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ go 1.12
55
require (
66
github.com/prometheus/client_golang v1.2.1
77
github.com/prometheus/common v0.7.0
8+
github.com/stretchr/testify v1.3.0
89
)

0 commit comments

Comments
 (0)