File: go.mod

package info (click to toggle)
gosop 1.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 212 kB
  • sloc: sh: 252; makefile: 23
file content (11 lines) | stat: -rw-r--r-- 272 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
module github.com/ProtonMail/gosop

require (
	github.com/ProtonMail/go-crypto v1.1.0
	github.com/ProtonMail/gopenpgp/v3 v3.0.0
	github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/urfave/cli/v2 v2.2.0
)

go 1.14