mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
53 lines
2.3 KiB
Modula-2
53 lines
2.3 KiB
Modula-2
module github.com/wtfutil/wtf
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
cloud.google.com/go v0.34.0
|
|
code.cloudfoundry.org/bytefmt v0.0.0-20180906201452-2aa6f33b730c
|
|
github.com/PagerDuty/go-pagerduty v0.0.0-20180528123509-b4a4067bdbde
|
|
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6
|
|
github.com/adlio/trello v0.0.0-20181009211147-e4cc07c871d0
|
|
github.com/alecthomas/chroma v0.6.2
|
|
github.com/andygrunwald/go-gerrit v0.0.0-20190110184452-f48c3d16616f
|
|
github.com/briandowns/openweathermap v0.0.0-20180804155945-5f41b7c9d92d
|
|
github.com/cenkalti/backoff v2.1.1+incompatible
|
|
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964
|
|
github.com/darkSasori/todoist v0.0.0-20180703032645-ec6b38b374ab
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/dlclark/regexp2 v1.1.6
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/gdamore/encoding v1.0.0
|
|
github.com/gdamore/tcell v0.0.0-20190412054914-dcf1bb30770e
|
|
github.com/go-ole/go-ole v1.2.2
|
|
github.com/go-test/deep v1.0.1 // indirect
|
|
github.com/godbus/dbus v0.0.0-20181101234600-2ff6f7ffd60f
|
|
github.com/golang/protobuf v1.2.0
|
|
github.com/google/go-github/v25 v25.0.1
|
|
github.com/google/go-querystring v1.0.0
|
|
github.com/jessevdk/go-flags v1.4.0
|
|
github.com/lucasb-eyer/go-colorful v1.0.2
|
|
github.com/mattn/go-runewidth v0.0.4
|
|
github.com/olebedev/config v0.0.0-20180910155717-57f804269e64
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/pkg/profile v1.2.1
|
|
github.com/pmezard/go-difflib v1.0.0
|
|
github.com/radovskyb/watcher v1.0.5
|
|
github.com/rivo/tview v0.0.0-20181226202439-36893a669792
|
|
github.com/shirou/gopsutil v2.18.12+incompatible
|
|
github.com/sticreations/spotigopher v0.0.0-20181009182052-98632f6f94b0
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/xanzy/go-gitlab v0.0.0-20190111184316-d85a15301260
|
|
github.com/yfronto/newrelic v0.0.0-20180622232530-7c9c2852e8f9
|
|
github.com/zmb3/spotify v0.0.0-20180925143944-a4bd83f60e06
|
|
github.com/zorkian/go-datadog-api v2.19.0+incompatible
|
|
golang.org/x/net v0.0.0-20190311183353-d8887717615a
|
|
golang.org/x/oauth2 v0.0.0-20190111185915-36a7019397c4
|
|
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
|
|
golang.org/x/text v0.3.0
|
|
google.golang.org/api v0.0.0-20190111181425-455dee39f703
|
|
google.golang.org/appengine v1.4.0
|
|
gopkg.in/jarcoal/httpmock.v1 v1.0.0-20190314184232-a8ac0a50d0b5 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|