]> Cypherpunks.ru repositories - govpn.git/blob - go.mod
Raise copyright years
[govpn.git] / go.mod
1 module go.cypherpunks.ru/govpn/v7
2
3 go 1.13
4
5 require (
6         github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
7         github.com/bigeagle/water v0.0.0-20130523162349-36aebfeb35da
8         go.cypherpunks.ru/balloon v1.1.1
9         golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d
10         golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae
11         gopkg.in/yaml.v2 v2.2.8
12 )