-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 703 Bytes
/
Copy pathgo.mod
File metadata and controls
25 lines (22 loc) · 703 Bytes
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
module github.com/hazcod/enpass-cli
go 1.25.0
require (
github.com/atotto/clipboard v0.1.4
github.com/gdamore/tcell/v2 v2.13.8
github.com/google/uuid v1.6.0
github.com/miquella/ask v1.0.0
github.com/mutecomm/go-sqlcipher v0.0.0-20190227152316-55dbde17881f
github.com/pkg/errors v0.9.1
github.com/rivo/tview v0.42.0
github.com/sirupsen/logrus v1.9.4
golang.org/x/crypto v0.51.0
)
require (
github.com/gdamore/encoding v1.0.1 // indirect
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/net v0.55.0 // indirect
golang.org/x/sys v0.45.0 // indirect
golang.org/x/term v0.43.0 // indirect
golang.org/x/text v0.37.0 // indirect
)