This repository has been archived by the owner on Jun 10, 2024. It is now read-only.
forked from stuartcryan/lastpass-alfred-workflow
-
Notifications
You must be signed in to change notification settings - Fork 31
/
go.mod
45 lines (42 loc) · 1.99 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
module github.com/blacs30/bitwarden-alfred-workflow
go 1.18
require (
github.com/davecgh/go-spew v1.1.1
github.com/deanishe/awgo v0.29.1
github.com/go-cmd/cmd v1.3.0
github.com/jpillora/go-tld v1.1.1
github.com/jychri/tilde v0.1.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/mitchellh/go-ps v1.0.0
github.com/ncruces/zenity v0.9.0
github.com/oliveagle/jsonpath v0.0.0-20180606110733-2e52cf6e6852
github.com/pquerna/otp v1.3.0
github.com/soellman/pidfile v0.0.0-20160225184504-d482c905736b
github.com/tidwall/gjson v1.8.1
golang.org/x/crypto v0.0.0-20210813211128-0a44fdfbc16e
)
require (
github.com/0xAX/notificator v0.0.0-20220220101646-ee9b8921e557 // indirect
github.com/akavel/rsrc v0.10.2 // indirect
github.com/boombuler/barcode v1.0.1 // indirect
github.com/dchest/jsmin v0.0.0-20220218165748-59f39799265f // indirect
github.com/deckarep/gosx-notifier v0.0.0-20180201035817-e127226297fb // indirect
github.com/josephspurrier/goversioninfo v1.4.0 // indirect
github.com/magefile/mage v1.11.0 // indirect
github.com/martinlindhe/notify v0.0.0-20181008203735-20632c9a275a // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/pschlump/lexie v0.0.0-20171018140910-163c2415e433 // indirect
github.com/pschlump/markdown-cli v0.0.0-20190302144029-1852bd2b9884 // indirect
github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844 // indirect
github.com/russross/blackfriday v2.0.0+incompatible // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/tidwall/match v1.0.3 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
go.deanishe.net/env v0.5.1 // indirect
go.deanishe.net/fuzzy v1.0.0 // indirect
golang.org/x/image v0.0.0-20220722155232-062f8c9fd539 // indirect
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
golang.org/x/sys v0.0.0-20220808155132-1c4a2a72c664 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2 // indirect
)