1module github.com/wtfutil/wtf 2 3go 1.12 4 5require ( 6 cloud.google.com/go v0.40.0 // indirect 7 code.cloudfoundry.org/bytefmt v0.0.0-20180906201452-2aa6f33b730c 8 github.com/PagerDuty/go-pagerduty v0.0.0-20190503230806-cf1437c7c8d6 9 github.com/StackExchange/wmi v0.0.0-20190523213609-cbe66965904d // indirect 10 github.com/adlio/trello v1.0.0 11 github.com/alecthomas/chroma v0.6.3 12 github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 // indirect 13 github.com/andygrunwald/go-gerrit v0.0.0-20190625080919-64931d233c2d 14 github.com/briandowns/openweathermap v0.0.0-20180804155945-5f41b7c9d92d 15 github.com/cenkalti/backoff v2.2.0+incompatible // indirect 16 github.com/darkSasori/todoist v0.0.0-20180703032645-ec6b38b374ab 17 github.com/dustin/go-humanize v1.0.0 18 github.com/gdamore/tcell v1.1.4 19 github.com/go-ole/go-ole v1.2.4 // indirect 20 github.com/godbus/dbus v5.0.1+incompatible // indirect 21 github.com/golang/glog v0.0.0-20170312005925-543a34c32e4d // indirect 22 github.com/google/go-github/v26 v26.0.9 23 github.com/hashicorp/go-cleanhttp v0.5.1 // indirect 24 github.com/hekmon/cunits v2.0.1+incompatible // indirect 25 github.com/hekmon/transmissionrpc v0.0.0-20190525133028-1d589625bacd 26 github.com/jessevdk/go-flags v1.4.0 27 github.com/logrusorgru/aurora v0.0.0-20190428105938-cea283e61946 28 github.com/mattn/go-isatty v0.0.8 // indirect 29 github.com/mmcdole/gofeed v1.0.0-beta2.0.20190420154928-0e68beaf6fdf 30 github.com/olebedev/config v0.0.0-20190528211619-364964f3a8e4 31 github.com/pkg/profile v1.3.0 32 github.com/radovskyb/watcher v1.0.6 33 github.com/rivo/tview v0.0.0-20190721135419-23dc8a0944e4 34 github.com/rivo/uniseg v0.1.0 // indirect 35 github.com/shirou/gopsutil v2.18.12+incompatible 36 github.com/sticreations/spotigopher v0.0.0-20181009182052-98632f6f94b0 37 github.com/stretchr/testify v1.3.0 38 github.com/xanzy/go-gitlab v0.18.0 39 github.com/yfronto/newrelic v0.0.0-20180622232530-7c9c2852e8f9 40 github.com/zmb3/spotify v0.0.0-20190520155326-158b1863f5b5 41 github.com/zorkian/go-datadog-api v2.21.0+incompatible 42 go.opencensus.io v0.22.0 // indirect 43 golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect 44 golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect 45 golang.org/x/oauth2 v0.0.0-20190614102709-0f29369cfe45 46 golang.org/x/sync v0.0.0-20190427212804-112230192c58 // indirect 47 golang.org/x/sys v0.0.0-20190730174312-6a60838ec25 // indirect 48 golang.org/x/tools v0.0.0-20190710184609-286818132824 // indirect 49 google.golang.org/api v0.7.0 50 google.golang.org/appengine v1.6.1 // indirect 51 google.golang.org/genproto v0.0.0-20190627203621-eb59cef1c072 // indirect 52 google.golang.org/grpc v1.21.1 // indirect 53 gopkg.in/jarcoal/httpmock.v1 v1.0.0-20190314184232-a8ac0a50d0b5 // indirect 54 gopkg.in/yaml.v2 v2.2.2 55 k8s.io/apimachinery v0.0.0-20190802060556-6fa4771c83b3 56 k8s.io/client-go v12.0.0+incompatible 57) 58