dissertation-2-code/go.mod

13 lines
313 B
Modula-2
Raw Normal View History

module mpbl3p
2020-10-22 21:19:26 +01:00
go 1.15
2020-10-23 20:07:15 +01:00
require (
github.com/go-playground/validator/v10 v10.4.1
github.com/pkg/taptun v0.0.0-20160424131934-bbbd335672ab
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
)