Jake Hillion
5066f8a823
All checks were successful
continuous-integration/drone/push Build is passing
13 lines
313 B
Modula-2
13 lines
313 B
Modula-2
module mpbl3p
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
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
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
gopkg.in/ini.v1 v1.62.0
|
|
)
|