module github.com/wtfutil/wtf go 1.12 require ( cloud.google.com/go v0.45.1 // indirect code.cloudfoundry.org/bytefmt v0.0.0-20180906201452-2aa6f33b730c github.com/BurntSushi/xgb v0.0.0-20160522221800-27f122750802 // indirect github.com/PagerDuty/go-pagerduty v0.0.0-20190503230806-cf1437c7c8d6 github.com/StackExchange/wmi v0.0.0-20190523213609-cbe66965904d // indirect github.com/adlio/trello v1.0.0 github.com/alecthomas/chroma v0.6.3 github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 // indirect github.com/andygrunwald/go-gerrit v0.0.0-20190625080919-64931d233c2d github.com/briandowns/openweathermap v0.0.0-20180804155945-5f41b7c9d92d github.com/cenkalti/backoff v2.2.0+incompatible // indirect github.com/coreos/bbolt v1.3.3 // indirect github.com/coreos/etcd v3.3.15+incompatible // indirect github.com/coreos/go-semver v0.3.0 // indirect github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect github.com/cosiner/argv v0.0.1 // indirect github.com/darkSasori/todoist v0.0.0-20180703032645-ec6b38b374ab github.com/docker/distribution v2.7.1+incompatible // indirect github.com/docker/docker v1.13.1 github.com/docker/go-connections v0.4.0 // indirect github.com/docker/go-units v0.4.0 // indirect github.com/dustin/go-humanize v1.0.0 github.com/gdamore/tcell v1.2.0 github.com/go-delve/delve v1.3.0 // indirect github.com/go-kit/kit v0.9.0 // indirect github.com/go-ole/go-ole v1.2.4 // indirect github.com/godbus/dbus v5.0.1+incompatible // indirect github.com/gogo/protobuf v1.3.0 // indirect github.com/golang/glog v0.0.0-20170312005925-543a34c32e4d // indirect github.com/google/go-cmp v0.3.1 // indirect github.com/google/go-github/v26 v26.0.9 github.com/google/pprof v0.0.0-20190723021845-34ac40c74b70 // indirect github.com/gorilla/websocket v1.4.1 // indirect github.com/grpc-ecosystem/grpc-gateway v1.11.1 // indirect github.com/hashicorp/go-cleanhttp v0.5.1 // indirect github.com/hashicorp/golang-lru v0.5.3 // indirect github.com/hekmon/cunits v2.0.1+incompatible // indirect github.com/hekmon/transmissionrpc v0.0.0-20190525133028-1d589625bacd github.com/jessevdk/go-flags v1.4.0 github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect github.com/kr/pty v1.1.8 // indirect github.com/logrusorgru/aurora v0.0.0-20190428105938-cea283e61946 github.com/magiconair/properties v1.8.1 // indirect github.com/mattn/go-colorable v0.1.2 // indirect github.com/mattn/go-isatty v0.0.9 // indirect github.com/microsoft/azure-devops-go-api v0.0.0-20190912142452-3207b4a469d3 // indirect github.com/microsoft/azure-devops-go-api/azuredevops v0.0.0-20190912142452-3207b4a469d3 github.com/mmcdole/gofeed v1.0.0-beta2.0.20190420154928-0e68beaf6fdf github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect github.com/olebedev/config v0.0.0-20190528211619-364964f3a8e4 github.com/onsi/ginkgo v1.10.1 // indirect github.com/onsi/gomega v1.7.0 // indirect github.com/opencontainers/go-digest v1.0.0-rc1 // indirect github.com/pelletier/go-toml v1.4.0 // indirect github.com/peterh/liner v1.1.0 // indirect github.com/pkg/errors v0.8.1 github.com/pkg/profile v1.3.0 github.com/prometheus/client_golang v1.1.0 // indirect github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect github.com/prometheus/procfs v0.0.4 // indirect github.com/radovskyb/watcher v1.0.6 github.com/rivo/tview v0.0.0-20190829161255-f8bc69b90341 github.com/rivo/uniseg v0.1.0 // indirect github.com/rogpeppe/fastuuid v1.2.0 // indirect github.com/rogpeppe/go-internal v1.3.1 // indirect github.com/russross/blackfriday v2.0.0+incompatible // indirect github.com/shirou/gopsutil v2.18.12+incompatible github.com/sirupsen/logrus v1.4.2 // indirect github.com/spf13/afero v1.2.2 // indirect github.com/spf13/cobra v0.0.5 // indirect github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/viper v1.4.0 // indirect github.com/sticreations/spotigopher v0.0.0-20181009182052-98632f6f94b0 github.com/stretchr/objx v0.2.0 // indirect github.com/stretchr/testify v1.4.0 github.com/ugorji/go v1.1.7 // indirect github.com/xanzy/go-gitlab v0.18.0 github.com/yfronto/newrelic v0.0.0-20180622232530-7c9c2852e8f9 github.com/zmb3/spotify v0.0.0-20190520155326-158b1863f5b5 github.com/zorkian/go-datadog-api v2.21.0+incompatible go.etcd.io/bbolt v1.3.3 // indirect go.opencensus.io v0.22.1 // indirect go.starlark.net v0.0.0-20190820173200-988906f77f65 // indirect golang.org/x/arch v0.0.0-20190815191158-8a70ba74b3a1 // indirect golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472 // indirect golang.org/x/exp v0.0.0-20190829153037-c13cbed26979 // indirect golang.org/x/image v0.0.0-20190902063713-cb417be4ba39 // indirect golang.org/x/lint v0.0.0-20190511005446-959b441ac422 // indirect golang.org/x/mobile v0.0.0-20190830201351-c6da95954960 // indirect golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect golang.org/x/oauth2 v0.0.0-20190614102709-0f29369cfe45 golang.org/x/sync v0.0.0-20190427212804-112230192c58 // indirect golang.org/x/sys v0.0.0-20190902133755-9109b7679e13 // indirect golang.org/x/time v0.0.0-20190513212739-9d24e82272b4 // indirect golang.org/x/tools v0.0.0-20190903025054-afe7f8212f0d // indirect google.golang.org/api v0.9.0 google.golang.org/appengine v1.6.2 // indirect google.golang.org/grpc v1.23.0 // indirect gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/jarcoal/httpmock.v1 v1.0.0-20190314184232-a8ac0a50d0b5 // indirect gopkg.in/yaml.v2 v2.2.2 honnef.co/go/tools v0.0.1-2019.2.3 // indirect k8s.io/apimachinery v0.0.0-20190802060556-6fa4771c83b3 k8s.io/client-go v12.0.0+incompatible ) replace github.com/darkSasori/todoist => ./vendor/github.com/darkSasori/todoist