-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (16 loc) · 748 Bytes
/
go.mod
File metadata and controls
18 lines (16 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/otrv4/ed448
go 1.13
require (
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
github.com/awnumar/memguard v0.21.0
github.com/sergi/go-diff v1.1.0 // indirect
golang.org/x/crypto v0.0.0-20200117160349-530e935923ad
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
golang.org/x/mod v0.2.0 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/sys v0.0.0-20200117145432-59e60aa80a0c // indirect
golang.org/x/tools v0.0.0-20200124220429-8fe064f891f2 // indirect
golang.org/x/tools/gopls v0.1.8-0.20200124220429-8fe064f891f2 // indirect
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
)