dissertation-2-code/go.mod

15 lines
420 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.6.0
2021-03-25 13:45:24 +00:00
github.com/jessevdk/go-flags v1.5.0
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
2021-03-26 20:31:31 +00:00
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/net v0.0.0-20210326060303-6b1517762897 // indirect
2021-03-26 20:41:54 +00:00
golang.zx2c4.com/wireguard v0.0.0-20201118132417-da19db415a58
2020-10-23 20:07:15 +01:00
gopkg.in/ini.v1 v1.62.0
)