-
Notifications
You must be signed in to change notification settings - Fork 6
/
go.mod
21 lines (19 loc) · 1011 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/lox/alfred-github-jump
go 1.13
require (
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/golang/protobuf v1.2.0 // indirect
github.com/google/go-github v17.0.1-0.20180816111355-fc33ffe77374+incompatible
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect
github.com/mattn/go-sqlite3 v1.9.1-0.20180719091609-b3511bfdd742
github.com/pascalw/go-alfred v0.0.0-20160913054623-16aeb807166c
github.com/sahilm/fuzzy v0.1.0
github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/net v0.0.0-20180816102801-aaf60122140d // indirect
golang.org/x/oauth2 v0.0.0-20180724155351-3d292e4d0cdc
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
google.golang.org/appengine v1.1.1-0.20180731164958-4216e58b9158 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)