Skip to content

Commit 0f5a982

Browse files
itsouvalasdennisjbell
authored andcommitted
tidy up
1 parent f90605e commit 0f5a982

File tree

3 files changed

+1564
-75
lines changed

3 files changed

+1564
-75
lines changed

go.mod

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ require (
1515
github.com/google/go-cmp v0.5.9 // indirect
1616
github.com/google/go-github v0.0.0-20150605201353-af17a5fa8537
1717
github.com/google/go-querystring v1.1.0 // indirect
18-
github.com/google/uuid v1.1.2-0.20190416172445-c2e93f3ae59f // indirect
1918
github.com/gorilla/websocket v1.4.1
2019
github.com/hashicorp/consul v0.8.0
2120
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
@@ -44,14 +43,12 @@ require (
4443
github.com/prometheus/client_golang v1.11.1
4544
github.com/thanhpk/randstr v1.0.4
4645
go.etcd.io/etcd v3.3.18+incompatible
47-
go.uber.org/atomic v1.4.1-0.20190731194737-ef0d20d85b01 // indirect
48-
go.uber.org/multierr v1.1.1-0.20190429210458-bd075f90b08f // indirect
49-
go.uber.org/zap v1.10.1-0.20190709142728-9a9fa7d4b5f0 // indirect
46+
go.etcd.io/etcd/client/v3 v3.5.9 // indirect
5047
golang.org/x/crypto v0.9.0
51-
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421
48+
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
5249
google.golang.org/api v0.0.0-20160107235428-77e7d383beb9
5350
google.golang.org/appengine v1.6.7 // indirect
54-
google.golang.org/genproto v0.0.0-20190801165951-fa694d86fc64 // indirect
5551
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
5652
gopkg.in/yaml.v2 v2.4.0
53+
github.com/fsouza/go-dockerclient v1.9.7
5754
)

0 commit comments

Comments
 (0)