-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (16 loc) · 698 Bytes
/
go.mod
File metadata and controls
19 lines (16 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/syleron/426c
go 1.13
require (
github.com/ProtonMail/go-mime v0.0.0-20190521135552-09454e3dbe72 // indirect
github.com/ProtonMail/gopenpgp v1.0.0
github.com/boltdb/bolt v1.3.1
github.com/gdamore/tcell v1.3.0
github.com/ipfs/go-log v1.0.0
github.com/labstack/gommon v0.3.0
github.com/olekukonko/tablewriter v0.0.4
github.com/pgavlin/femto v0.0.0-20191028012355-31a9964a50b5 // indirect
github.com/rivo/tview v0.0.0-20191129065140-82b05c9fb329
github.com/syleron/femto v0.0.0-20200107145753-dbb5f68c6b58
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 // indirect
)
replace golang.org/x/crypto => github.com/ProtonMail/crypto v0.0.0-20190427044656-efb430e751f2