server for tests

This commit is contained in:
Andreas Schröpfer
2021-03-01 21:33:43 +01:00
parent cef519e3b6
commit cd7ee015a9
3 changed files with 78 additions and 1 deletions

2
go.mod
View File

@@ -5,5 +5,5 @@ go 1.16
require (
github.com/360EntSecGroup-Skylar/excelize/v2 v2.3.2
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/matryer/is v1.4.0 // indirect
github.com/matryer/is v1.4.0
)