1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

28 Commits

Author SHA1 Message Date
Chris Cummer
2b19ccea1c Vendoring dependencies 2019-07-15 09:06:49 -07:00
retgits
e03b65b442
feat: update to go modules 2019-04-26 16:39:44 -07:00
Chris Cummer
de4e285cf6 Update Tcell dependency to dcf1bb3 2019-04-19 20:44:55 -07:00
Sean Smith
97790d6168 Initial pagerduty widget
List people on call, along with the escalation policy
Addresses #159
2019-02-07 02:13:53 -05:00
Chris Cummer
48cb7ba773 Update dependencies to latest versions 2019-01-11 16:44:42 -08:00
Anand Sudhir Prayaga
c8b6eb2b60 Fix references to old Github repo location with new one 2018-11-28 14:47:06 +01:00
Nicholas Eden
24899daeb4 replace c9s/goprocinfo with shirou/gopsutil to get cross platform cpu info 2018-11-23 22:52:05 -08:00
Nicholas Eden
cab27c62ab resource usage mod 2018-11-12 01:30:24 -08:00
Chris Cummer
3a0bcd21e7 Update dependencies 2018-10-21 12:48:22 -07:00
Anand Sudhir Prayaga
b568351dfd Add godbus/dbus and sticreations/spotigopher dependencies
These were added as a part of #317 to add the Spotify widget
2018-09-27 11:08:44 +02:00
Chris Cummer
fb61cd5de2 Twitter widget now displays tweet times in relative, humanized terms 2018-08-24 17:22:45 -07:00
Sean Smith
07ee35b0ca Add initial datadog widget 2018-08-21 20:19:13 -04:00
Chris Cummer
099fa58b39 Update dependencies 2018-08-19 14:33:19 -07:00
Chris Cummer
976e24b431 Remove highlight and implement Chroma syntax highlighting instead 2018-08-19 13:57:36 -07:00
Chris Cummer
869cb0b9da Update dependencies 2018-07-31 10:20:12 -07:00
Rohan Verma
c44a0773cb merge 2018-07-20 12:15:28 +05:30
Rohan Verma
e8f726696d feat: Added syntax highlighting to textfile widget. 2018-07-20 12:10:08 +05:30
Chris Cummer
6e6d918bfe CmdRunner now displays ANSI color codes 2018-07-18 16:16:28 -07:00
Chris Cummer
fad99a2262 Add todoist dependency 2018-07-11 10:00:00 -07:00
Chris Cummer
b84a4394d7 Close #239. Update the tcell dependency 2018-07-11 09:45:53 -07:00
Anand Sudhir Prayaga
574693d9a8 Update dependencies 2018-06-28 16:50:49 +02:00
Anand Sudhir Prayaga
3a58b6ace3 Add gerrit widget 2018-06-27 15:59:50 +02:00
Chris Cummer
d63d10f9d7 dep add github.com/stretchr/testify 2018-06-24 14:04:03 -07:00
Chris Cummer
24a46a652b Closes #218. AlertEvent.Timestamp as int64 instead of int
Also created a PR in the upstream repo to fix this:

https://github.com/yfronto/newrelic/pull/61
2018-06-21 08:53:28 -07:00
Chris Cummer
16d56bb0d8 Close #204. Add Trello dependency to /vendor 2018-06-19 12:41:03 -07:00
Mark Old
b4970e54d4 Add rudimentary gitlab support 2018-06-08 13:23:07 -07:00
Hossein Mehrabi
6541ec89fb update openweathermap package 2018-06-07 00:34:04 +04:30
Sergio Rubio
d2a3e504cf Vendor dependencies using golang/dep
Output from 'dep status':

PROJECT                               CONSTRAINT     VERSION        REVISION  LATEST   PKGS USED
cloud.google.com/go                   v0.23.0        v0.23.0        0fd7230   v0.23.0  1
github.com/briandowns/openweathermap  ^0.11.0        0.11           1b87579   0.11     1
github.com/gdamore/encoding           branch master  branch master  b23993c   b23993c  1
github.com/gdamore/tcell              ^1.0.0         v1.0.0         061d51a   v1.0.0   2
github.com/go-test/deep               ^1.0.1         v1.0.1         6592d9c   v1.0.1   1
github.com/golang/protobuf            v1.1.0         v1.1.0         b4deda0   v1.1.0   1
github.com/google/go-github           branch master  branch master  2ae5df7   2ae5df7  1
github.com/google/go-querystring      branch master  branch master  53e6ce1   53e6ce1  1
github.com/jessevdk/go-flags          ^1.4.0         v1.4.0         c6ca198   v1.4.0   1
github.com/lucasb-eyer/go-colorful    v1.0           v1.0           345fbb3   v1.0     1
github.com/mattn/go-runewidth         v0.0.2         v0.0.2         9e777a8   v0.0.2   1
github.com/olebedev/config            branch master  branch master  9a10d05   9a10d05  1
github.com/radovskyb/watcher          ^1.0.2         v1.0.2         6145e14   v1.0.2   1
github.com/rivo/tview                 branch master  branch master  71ecf1f   71ecf1f  1
github.com/yfronto/newrelic           branch master  branch master  f7fa0c6   f7fa0c6  1
golang.org/x/net                      branch master  branch master  1e49130   1e49130  2
golang.org/x/oauth2                   branch master  branch master  1e0a3fa   1e0a3fa  5
golang.org/x/text                     v0.3.0         v0.3.0         f21a4df   v0.3.0   5
google.golang.org/api                 branch master  branch master  00e3bb8   00e3bb8  4
google.golang.org/appengine           v1.0.0         v1.0.0         150dc57   v1.0.0   10
gopkg.in/yaml.v2                      ^2.2.1         v2.2.1         5420a8b   v2.2.1   1

See https://golang.github.io/dep/docs/daily-dep.html
2018-06-06 18:29:46 +02:00