Skip to content

Commit 18cc6c3

Browse files
WTF-455 Pass nil options for Gitlab project. Closes #455
1 parent 387cf3d commit 18cc6c3

File tree

3 files changed

+264
-24
lines changed

3 files changed

+264
-24
lines changed

go.mod

Lines changed: 68 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,50 +3,95 @@ module github.com/wtfutil/wtf
33
go 1.12
44

55
require (
6-
cloud.google.com/go v0.34.0
6+
cloud.google.com/go v0.39.0
77
code.cloudfoundry.org/bytefmt v0.0.0-20180906201452-2aa6f33b730c
8-
github.com/PagerDuty/go-pagerduty v0.0.0-20180528123509-b4a4067bdbde
9-
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6
10-
github.com/adlio/trello v0.0.0-20181009211147-e4cc07c871d0
11-
github.com/alecthomas/chroma v0.6.2
12-
github.com/andygrunwald/go-gerrit v0.0.0-20190110184452-f48c3d16616f
8+
git.apache.org/thrift.git v0.12.0 // indirect
9+
github.com/BurntSushi/xgb v0.0.0-20160522221800-27f122750802 // indirect
10+
github.com/DataDog/zstd v1.4.0 // indirect
11+
github.com/PagerDuty/go-pagerduty v0.0.0-20181104233218-fe8f9c4593d0
12+
github.com/Shopify/sarama v1.22.1 // indirect
13+
github.com/StackExchange/wmi v0.0.0-20181212234831-e0a55b97c705
14+
github.com/adlio/trello v1.0.0
15+
github.com/alecthomas/chroma v0.6.3
16+
github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 // indirect
17+
github.com/andygrunwald/go-gerrit v0.0.0-20190120104749-174420ebee6c
18+
github.com/beorn7/perks v1.0.0 // indirect
1319
github.com/briandowns/openweathermap v0.0.0-20180804155945-5f41b7c9d92d
14-
github.com/cenkalti/backoff v2.1.1+incompatible
20+
github.com/cenkalti/backoff v2.2.0+incompatible
1521
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964
1622
github.com/darkSasori/todoist v0.0.0-20180703032645-ec6b38b374ab
1723
github.com/davecgh/go-spew v1.1.1
1824
github.com/dlclark/regexp2 v1.1.6
1925
github.com/dustin/go-humanize v1.0.0
2026
github.com/gdamore/encoding v1.0.0
21-
github.com/gdamore/tcell v0.0.0-20190412054914-dcf1bb30770e
22-
github.com/go-ole/go-ole v1.2.2
27+
github.com/gdamore/tcell v1.1.2
28+
github.com/go-logfmt/logfmt v0.4.0 // indirect
29+
github.com/go-ole/go-ole v1.2.4
2330
github.com/go-test/deep v1.0.1 // indirect
24-
github.com/godbus/dbus v0.0.0-20181101234600-2ff6f7ffd60f
25-
github.com/golang/protobuf v1.2.0
26-
github.com/google/go-github/v25 v25.0.1
31+
github.com/godbus/dbus v5.0.1+incompatible
32+
github.com/gogo/protobuf v1.2.1 // indirect
33+
github.com/golang/glog v0.0.0-20170312005925-543a34c32e4d // indirect
34+
github.com/golang/mock v1.3.1 // indirect
35+
github.com/golang/protobuf v1.3.1
36+
github.com/google/btree v1.0.0 // indirect
37+
github.com/google/go-cmp v0.3.0 // indirect
38+
github.com/google/go-github/v25 v25.0.4
2739
github.com/google/go-querystring v1.0.0
40+
github.com/google/pprof v0.0.0-20190515194954-54271f7e092f // indirect
41+
github.com/gorilla/mux v1.7.1 // indirect
42+
github.com/grpc-ecosystem/grpc-gateway v1.9.0 // indirect
43+
github.com/hashicorp/golang-lru v0.5.1 // indirect
2844
github.com/jessevdk/go-flags v1.4.0
45+
github.com/kisielk/errcheck v1.2.0 // indirect
46+
github.com/kisielk/gotool v1.0.0 // indirect
47+
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
48+
github.com/kr/pty v1.1.4 // indirect
2949
github.com/lucasb-eyer/go-colorful v1.0.2
50+
github.com/mattn/go-colorable v0.1.1 // indirect
51+
github.com/mattn/go-isatty v0.0.7 // indirect
3052
github.com/mattn/go-runewidth v0.0.4
3153
github.com/olebedev/config v0.0.0-20180910155717-57f804269e64
54+
github.com/onsi/ginkgo v1.8.0 // indirect
55+
github.com/onsi/gomega v1.5.0 // indirect
56+
github.com/openzipkin/zipkin-go v0.1.6 // indirect
57+
github.com/pierrec/lz4 v2.2.3+incompatible // indirect
3258
github.com/pkg/errors v0.8.1
33-
github.com/pkg/profile v1.2.1
59+
github.com/pkg/profile v1.3.0
3460
github.com/pmezard/go-difflib v1.0.0
35-
github.com/radovskyb/watcher v1.0.5
36-
github.com/rivo/tview v0.0.0-20181226202439-36893a669792
61+
github.com/prometheus/client_golang v0.9.2 // indirect
62+
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect
63+
github.com/prometheus/common v0.4.0 // indirect
64+
github.com/prometheus/procfs v0.0.0-20190516134534-5de912679dde // indirect
65+
github.com/radovskyb/watcher v1.0.6
66+
github.com/rivo/tview v0.0.0-20190324182152-8a9e26fab0ff
67+
github.com/rivo/uniseg v0.0.0-20190313204849-f699dde9c340 // indirect
68+
github.com/rogpeppe/fastuuid v1.1.0 // indirect
69+
github.com/schollz/progressbar/v2 v2.13.0 // indirect
3770
github.com/shirou/gopsutil v2.18.12+incompatible
71+
github.com/sirupsen/logrus v1.4.1 // indirect
3872
github.com/sticreations/spotigopher v0.0.0-20181009182052-98632f6f94b0
73+
github.com/stretchr/objx v0.2.0 // indirect
3974
github.com/stretchr/testify v1.3.0
40-
github.com/xanzy/go-gitlab v0.0.0-20190111184316-d85a15301260
75+
github.com/xanzy/go-gitlab v0.17.0
4176
github.com/yfronto/newrelic v0.0.0-20180622232530-7c9c2852e8f9
4277
github.com/zmb3/spotify v0.0.0-20180925143944-a4bd83f60e06
43-
github.com/zorkian/go-datadog-api v2.19.0+incompatible
44-
golang.org/x/net v0.0.0-20190311183353-d8887717615a
45-
golang.org/x/oauth2 v0.0.0-20190111185915-36a7019397c4
46-
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
47-
golang.org/x/text v0.3.0
48-
google.golang.org/api v0.0.0-20190111181425-455dee39f703
49-
google.golang.org/appengine v1.4.0
78+
github.com/zorkian/go-datadog-api v2.20.0+incompatible
79+
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f // indirect
80+
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522 // indirect
81+
golang.org/x/image v0.0.0-20190516052701-61b8692d9a5c // indirect
82+
golang.org/x/lint v0.0.0-20190409202823-959b441ac422 // indirect
83+
golang.org/x/mobile v0.0.0-20190509164839-32b2708ab171 // indirect
84+
golang.org/x/net v0.0.0-20190514140710-3ec191127204
85+
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a
86+
golang.org/x/sys v0.0.0-20190516110030-61b9204099cb
87+
golang.org/x/text v0.3.2
88+
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
89+
golang.org/x/tools v0.0.0-20190516162611-e5f21acdc327 // indirect
90+
google.golang.org/api v0.5.0
91+
google.golang.org/appengine v1.6.0
92+
google.golang.org/genproto v0.0.0-20190515210553-995ef27e003f // indirect
93+
google.golang.org/grpc v1.20.1 // indirect
5094
gopkg.in/jarcoal/httpmock.v1 v1.0.0-20190314184232-a8ac0a50d0b5 // indirect
5195
gopkg.in/yaml.v2 v2.2.2
96+
honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a // indirect
5297
)

0 commit comments

Comments
 (0)