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 (
|
2021-03-20 14:25:19 +00:00
|
|
|
github.com/JakeHillion/taptun v0.0.0-20210320133200-cf0ef75b1bff
|
2020-10-23 20:07:15 +01:00
|
|
|
github.com/go-playground/validator/v10 v10.4.1
|
2020-11-01 18:18:37 +00:00
|
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
2020-10-25 15:36:34 +00:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2020-11-29 22:06:38 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
2020-10-23 20:07:15 +01:00
|
|
|
gopkg.in/ini.v1 v1.62.0
|
|
|
|
)
|