-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
21 lines (19 loc) · 890 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/pedroalbanese/gostkp
go 1.12
require (
github.com/AlecAivazis/survey/v2 v2.3.2
github.com/abiosoft/ishell v2.0.0+incompatible
github.com/abiosoft/readline v0.0.0-20180607040430-155bce2042db // indirect
github.com/atotto/clipboard v0.1.4
github.com/chzyer/logex v1.1.10 // indirect
github.com/chzyer/test v0.0.0-20210722231415-061457976a23 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/pedroalbanese/gogost v0.0.0-20220319130155-52f94cf1289c // indirect
github.com/pedroalbanese/gostpass v0.0.0-20220322190631-445fab07b7e6
github.com/sethvargo/go-password v0.2.0
github.com/yuin/goldmark v1.4.11 // indirect
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
golang.org/x/tools v0.1.10 // indirect
)