dissertation-2-code/go.mod
Jake Hillion 7f7818115f Updated validator
Fixed nefield errors with booleans.
2021-05-11 22:36:53 +01:00

15 lines
420 B
Modula-2

module mpbl3p
go 1.15
require (
github.com/go-playground/validator/v10 v10.6.0
github.com/jessevdk/go-flags v1.5.0
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/stretchr/testify v1.4.0
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/net v0.0.0-20210326060303-6b1517762897 // indirect
golang.zx2c4.com/wireguard v0.0.0-20201118132417-da19db415a58
gopkg.in/ini.v1 v1.62.0
)