-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
21 lines (20 loc) · 910 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/mnalsup/sentry
require (
cloud.google.com/go v0.33.1 // indirect
github.com/amimof/huego v0.0.0-20181128075458-613c1fc066b0
github.com/cosiner/argv v0.0.0-20181111161405-36fdb9e0bb2d // indirect
github.com/derekparker/delve v1.1.0 // indirect
github.com/fsnotify/fsnotify v1.4.7
github.com/jpillora/backoff v0.0.0-20180909062703-3050d21c67d7
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/peterh/liner v1.1.0 // indirect
github.com/sirupsen/logrus v1.2.0
github.com/spf13/cobra v0.0.3 // indirect
github.com/spf13/pflag v1.0.3 // indirect
github.com/spf13/viper v1.2.1
golang.org/x/arch v0.0.0-20180920145803-b19384d3c130 // indirect
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a
golang.org/x/oauth2 v0.0.0-20181106182150-f42d05182288
golang.org/x/sys v0.0.0-20181121002834-0cf1ed9e522b // indirect
google.golang.org/api v0.0.0-20181114235557-83a9d304b1e6
)