-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
22 lines (20 loc) · 787 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/pedroalbanese/ecka-eg
go 1.15
require (
filippo.io/edwards25519 v1.0.0-rc.1
git.sr.ht/~sircmpwn/go-bare v0.0.0-20210406120253-ab86bc2846d9
github.com/bwesterb/go-ristretto v1.2.0
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/nixberg/chacha-rng-go v0.1.0
github.com/pedroalbanese/anubis v0.0.1
github.com/pedroalbanese/ocb3 v0.0.0-20230127113333-c403200ee5a8
github.com/stretchr/testify v1.7.0
github.com/yuin/goldmark v1.7.1 // indirect
golang.org/x/crypto v0.22.0
golang.org/x/sys v0.19.0
golang.org/x/telemetry v0.0.0-20240405141642-5e7a33625e65 // indirect
golang.org/x/tools v0.20.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)