-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
26 lines (25 loc) · 1.27 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
module github.com/vlachmilan/jira-notificator
require (
github.com/andlabs/ui v0.0.0-20180902183112-867a9e5a498d
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gen2brain/beeep v0.0.0-20180718162406-4e430518395f
github.com/godbus/dbus v0.0.0-20181025153459-66d97aec3384 // indirect
github.com/google/go-cmp v0.2.0
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
github.com/gopherjs/gopherwasm v1.0.1 // indirect
github.com/hajimehoshi/oto v0.2.1
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/pkg/errors v0.8.0
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.2.2
golang.org/x/exp v0.0.0-20181022080537-42ba7d4b6eb2 // indirect
golang.org/x/image v0.0.0-20181030002151-69cc3646b96e // indirect
golang.org/x/mobile v0.0.0-20181026062114-a27dd33d354d // indirect
golang.org/x/sys v0.0.0-20181031143558-9b800f95dbbc // indirect
gopkg.in/AlecAivazis/survey.v1 v1.6.3
gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2 // indirect
)