dissertation-2-code/go.mod

15 lines
400 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 (
2021-03-20 14:25:19 +00:00
github.com/JakeHillion/taptun v0.0.0-20210320133200-cf0ef75b1bff
2020-10-23 20:07:15 +01:00
github.com/go-playground/validator/v10 v10.4.1
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 11:58:03 +00:00
golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9
golang.zx2c4.com/wireguard v0.0.20201118
2020-10-23 20:07:15 +01:00
gopkg.in/ini.v1 v1.62.0
)