forked from stuartcryan/lastpass-alfred-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (22 loc) · 914 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
module github.com/blacs30/bitwarden-alfred-workflow
go 1.16
require (
github.com/boombuler/barcode v1.0.1 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/deanishe/awgo v0.29.0
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/oliveagle/jsonpath v0.0.0-20180606110733-2e52cf6e6852
github.com/pquerna/otp v1.3.0
github.com/pschlump/markdown-cli v0.0.0-20190302144029-1852bd2b9884 // indirect
github.com/soellman/pidfile v0.0.0-20160225184504-d482c905736b
github.com/tidwall/gjson v1.8.1
github.com/tidwall/pretty v1.2.0 // indirect
golang.org/x/crypto v0.0.0-20210813211128-0a44fdfbc16e
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
golang.org/x/sys v0.0.0-20210816183151-1e6c022a8912 // indirect
golang.org/x/text v0.3.7 // indirect
)