dissertation-2-code/go.mod
Jake Hillion d84cc6dc27
All checks were successful
continuous-integration/drone/push Build is passing
specify wireguard commit
2021-03-26 20:41:54 +00:00

15 lines
420 B
Modula-2

module mpbl3p
go 1.15
require (
github.com/go-playground/validator/v10 v10.4.1
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
)