-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
19 lines (17 loc) · 769 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/renard/papersave
go 1.14
require (
github.com/PeterCxy/gozbar v0.0.0-20190326032822-3a1847c06661
github.com/alecthomas/kong v0.2.4
github.com/clsung/grcode v0.0.0-20181204013735-e7f3c16fb531
github.com/hashicorp/vault v1.3.2
github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381
github.com/makiuchi-d/gozxing v0.0.0-20190830103442-eaff64b1ceb7
github.com/mattn/go-isatty v0.0.8
github.com/pkg/errors v0.9.1 // indirect
github.com/renard/carton v0.0.0-20200303195315-dc9381d7a9bf
github.com/renard/cwcmd v0.0.0-20200228014610-9848f931dbf1
github.com/skip2/go-qrcode v0.0.0-20191027152451-9434209cb086
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 // indirect
)