dissertation-2-code/go.mod

13 lines
299 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 (
2020-10-25 21:44:56 +00:00
github.com/go-playground/assert/v2 v2.0.1
2020-10-23 20:07:15 +01:00
github.com/go-playground/validator/v10 v10.4.1
github.com/pkg/taptun v0.0.0-20160424131934-bbbd335672ab
2020-10-25 15:36:34 +00:00
github.com/stretchr/testify v1.4.0
golang.org/x/sys v0.0.0-20190412213103-97732733099d
2020-10-23 20:07:15 +01:00
gopkg.in/ini.v1 v1.62.0
)