module github.com/wtfutil/wtf go 1.12 require ( cloud.google.com/go v0.46.3 // indirect code.cloudfoundry.org/bytefmt v0.0.0-20190819182555-854d396b647c github.com/Azure/go-autorest v13.1.0+incompatible // indirect github.com/Azure/go-autorest/autorest v0.9.1 // indirect github.com/Azure/go-autorest/autorest/adal v0.6.0 // indirect github.com/Microsoft/go-winio v0.4.14 // indirect github.com/PagerDuty/go-pagerduty v0.0.0-20190503230806-cf1437c7c8d6 github.com/StackExchange/wmi v0.0.0-20190523213609-cbe66965904d // indirect github.com/VictorAvelar/devto-api-go v0.0.0-20190918094738-a2c60810c536 github.com/adlio/trello v1.4.0 github.com/alecthomas/chroma v0.6.7 github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 // indirect github.com/andybalholm/cascadia v1.1.0 // 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.1+incompatible // indirect github.com/dlclark/regexp2 v1.2.0 // indirect github.com/docker/distribution v2.7.1+incompatible // indirect github.com/docker/docker v1.13.1+incompatible 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.3.0 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/golang/groupcache v0.0.0-20191002201903-404acd9df4cc // indirect github.com/google/go-cmp v0.3.1 // indirect github.com/google/go-github/v26 v26.1.3+incompatible github.com/googleapis/gnostic v0.3.1 // indirect github.com/gophercloud/gophercloud v0.4.0 // indirect github.com/hashicorp/go-cleanhttp v0.5.1 // indirect github.com/hekmon/cunits v2.0.1+incompatible // indirect github.com/hekmon/transmissionrpc v0.0.0-20190525133028-1d589625bacd github.com/imdario/mergo v0.3.8 // indirect github.com/jessevdk/go-flags v1.4.0 github.com/json-iterator/go v1.1.7 // indirect github.com/logrusorgru/aurora v0.0.0-20190428105938-cea283e61946 github.com/mattn/go-isatty v0.0.10 // indirect github.com/microsoft/azure-devops-go-api/azuredevops v0.0.0-20191008140207-e35debc23688 github.com/mmcdole/gofeed v1.0.0-beta2.0.20190420154928-0e68beaf6fdf github.com/olebedev/config v0.0.0-20190528211619-364964f3a8e4 github.com/onsi/ginkgo v1.10.2 // indirect github.com/onsi/gomega v1.7.0 // indirect github.com/opencontainers/go-digest v1.0.0-rc1 // indirect github.com/pkg/errors v0.8.1 github.com/pkg/profile v1.3.0 github.com/radovskyb/watcher v1.0.7 github.com/rivo/tview v0.0.0-20190829161255-f8bc69b90341 github.com/rivo/uniseg v0.1.0 // indirect github.com/shirou/gopsutil v2.19.9+incompatible github.com/spf13/pflag v1.0.5 // indirect github.com/sticreations/spotigopher v0.0.0-20181009182052-98632f6f94b0 github.com/stretchr/testify v1.4.0 github.com/wtfutil/todoist v0.0.0-20190913231042-97395e581a76 github.com/xanzy/go-gitlab v0.20.1 github.com/yfronto/newrelic v0.0.0-20180622232530-7c9c2852e8f9 github.com/zmb3/spotify v0.0.0-20191001142121-26d1394ab892 github.com/zorkian/go-datadog-api v2.24.0+incompatible go.opencensus.io v0.22.1 // indirect golang.org/x/crypto v0.0.0-20191010185427-af544f31c8ac // indirect golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect golang.org/x/oauth2 v0.0.0-20190614102709-0f29369cfe45 golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0 // indirect google.golang.org/api v0.11.0 google.golang.org/appengine v1.6.5 // indirect google.golang.org/genproto v0.0.0-20191009194640-548a555dbc03 // indirect google.golang.org/grpc v1.24.0 // indirect gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/inf.v0 v0.9.1 // indirect gopkg.in/jarcoal/httpmock.v1 v1.0.0-20190314184232-a8ac0a50d0b5 // indirect gopkg.in/yaml.v2 v2.2.4 k8s.io/apimachinery v0.0.0-20190802060556-6fa4771c83b3 k8s.io/client-go v12.0.0+incompatible k8s.io/klog v1.0.0 // indirect ) replace github.com/yfronto/newrelic => ./vendor/github.com/yfronto/newrelic