File: go.mod

package info (click to toggle)
golang-github-protonmail-go-srp 0.0.7%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 152 kB
  • sloc: sh: 13; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 289 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
module github.com/ProtonMail/go-srp

go 1.12

require (
	github.com/ProtonMail/bcrypt v0.0.0-20210511135022-227b4adcab57
	github.com/ProtonMail/go-crypto v0.0.0-20230321155629-9a39f2531310
	github.com/cronokirby/saferith v0.33.0
	github.com/pkg/errors v0.9.1
	golang.org/x/crypto v0.7.0
)