diff options
| author | StevenWdV <stevenwdv@gmail.com> | 2021-11-19 13:40:31 +0100 |
|---|---|---|
| committer | StevenWdV <stevenwdv@gmail.com> | 2021-11-19 13:40:31 +0100 |
| commit | 2bcbf46075109e365a9e9e4287fc5cacb9b5d714 (patch) | |
| tree | fc931cd90f56b5033f546ff4f5f27955c2af594f /go.mod | |
Signature verification with eduvpn_verify.Verify
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +module eduvpn-common + +go 1.15 + +require ( + github.com/jedisct1/go-minisign v0.0.0-20211028175153-1c139d1cc84b + golang.org/x/sys v0.0.0-20211116061358-0a5406a5449c // indirect +) |
