2020-10-24 18:27:31 +01:00
|
|
|
module mpbl3p
|
2020-10-22 21:19:26 +01:00
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
2020-10-23 20:07:15 +01:00
|
|
|
require (
|
2020-10-25 21:44:56 +00:00
|
|
|
github.com/go-playground/assert/v2 v2.0.1
|
2020-10-23 20:07:15 +01:00
|
|
|
github.com/go-playground/validator/v10 v10.4.1
|
|
|
|
github.com/pkg/taptun v0.0.0-20160424131934-bbbd335672ab
|
2020-10-25 15:36:34 +00:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2020-10-26 11:07:27 +00:00
|
|
|
golang.org/x/sys v0.0.0-20190412213103-97732733099d
|
2020-10-23 20:07:15 +01:00
|
|
|
gopkg.in/ini.v1 v1.62.0
|
|
|
|
)
|