forked from deanishe/alfred-safari-assistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
17 lines (16 loc) · 747 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/deanishe/alfred-safari-assistant
require (
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/deanishe/awgo v0.15.0
github.com/deanishe/go-safari v0.4.0
github.com/juju/deputy v0.0.0-20161007041147-5e10e7deaf1c
github.com/mattn/go-sqlite3 v1.9.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.2.2 // indirect
golang.org/x/text v0.3.0 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
howett.net/plist v0.0.0-20180609054337-500bd5b9081b // indirect
npf.io/deputy v0.0.0-20161007041147-5e10e7deaf1c // indirect
)