13 lines
300 B
Modula-2
13 lines
300 B
Modula-2
module mpbl3p
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/go-playground/assert/v2 v2.0.1
|
|
github.com/go-playground/validator/v10 v10.4.1
|
|
github.com/pkg/taptun v0.0.0-20160424131934-bbbd335672ab
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
github.com/stretchr/testify v1.4.0
|
|
gopkg.in/ini.v1 v1.62.0
|
|
)
|