-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathgo.mod
More file actions
49 lines (43 loc) · 1.62 KB
/
go.mod
File metadata and controls
49 lines (43 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
module github.com/smlx/piv-agent
go 1.24.0
toolchain go1.24.1
require (
filippo.io/nistec v0.0.4
github.com/ProtonMail/go-crypto v0.0.0-20230316153859-cb82d937a5d9
github.com/alecthomas/kong v1.13.0
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
github.com/davecgh/go-spew v1.1.1
github.com/gen2brain/beeep v0.11.2
github.com/go-piv/piv-go/v2 v2.4.0
github.com/smlx/fsm v0.2.1
github.com/twpayne/go-pinentry-minimal v0.0.0-20220113210447-2a5dc4396c2a
github.com/x13a/go-launch v0.0.0-20210715084817-fd409384939b
go.uber.org/mock v0.6.0
go.uber.org/zap v1.27.1
golang.org/x/crypto v0.47.0
golang.org/x/sync v0.19.0
golang.org/x/term v0.39.0
)
require (
git.sr.ht/~jackmordaunt/go-toast v1.1.2 // indirect
github.com/cloudflare/circl v1.6.1 // indirect
github.com/dmarkham/enumer v1.6.1 // indirect
github.com/esiqveland/notify v0.13.3 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/jackmordaunt/icns/v3 v3.0.1 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/pascaldekloe/name v1.0.0 // indirect
github.com/sergeymakinen/go-bmp v1.0.0 // indirect
github.com/sergeymakinen/go-ico v1.0.0-beta.0 // indirect
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
go.uber.org/multierr v1.10.0 // indirect
golang.org/x/mod v0.27.0 // indirect
golang.org/x/sys v0.40.0 // indirect
golang.org/x/tools v0.36.0 // indirect
)
replace github.com/ProtonMail/go-crypto => github.com/smlx/go-crypto v0.0.0-20230324130354-fc893cd601c2
tool (
github.com/dmarkham/enumer
go.uber.org/mock/mockgen
)