13 lines
321 B
Modula-2
13 lines
321 B
Modula-2
module mpbl3p
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/JakeHillion/taptun v0.0.0-20210320133200-cf0ef75b1bff
|
|
github.com/go-playground/validator/v10 v10.4.1
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
gopkg.in/ini.v1 v1.62.0
|
|
)
|