-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (23 loc) · 786 Bytes
/
go.mod
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
module github.com/mrtnhwtt/kittypass
go 1.22.2
require (
github.com/briandowns/spinner v1.23.1
github.com/fatih/color v1.17.0
github.com/google/uuid v1.6.0
github.com/ivanpirog/coloredcobra v1.0.1
github.com/mattn/go-sqlite3 v1.14.22
github.com/spf13/cobra v1.8.1
golang.design/x/clipboard v0.7.0
golang.org/x/crypto v0.26.0
golang.org/x/term v0.23.0
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect
golang.org/x/image v0.6.0 // indirect
golang.org/x/mobile v0.0.0-20230301163155-e0f57694e12c // indirect
golang.org/x/sys v0.24.0 // indirect
)