diff options
| author | StevenWdV <stevenwdv@gmail.com> | 2022-02-09 13:18:09 +0100 |
|---|---|---|
| committer | StevenWdV <stevenwdv@gmail.com> | 2022-02-09 13:18:09 +0100 |
| commit | ac564204f6d4441eaa79ec08ec7a91e99bdb9a15 (patch) | |
| tree | 3a1faf92e6e5b2b7726f872836a24e694be66a47 /go.mod | |
| parent | d439d1e72cf4a90b26c58dd26fd274a71563c3b8 (diff) | |
Cleanup, update indirect Go packages, support specifying list of wrappers to `test-wrappers`
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -2,4 +2,8 @@ module eduvpn-common go 1.15 -require github.com/jedisct1/go-minisign v0.0.0-20211028175153-1c139d1cc84b +require ( + github.com/jedisct1/go-minisign v0.0.0-20211028175153-1c139d1cc84b + golang.org/x/crypto v0.0.0-20220208233918-bba287dce954 // indirect + golang.org/x/sys v0.0.0-20220207234003-57398862261d // indirect +) |
