Skip to content

Commit e72e2eb

Browse files
authored
Merge pull request #229 from ldez/fix/dependencies
fix: update dependencies
2 parents 2954343 + a094c96 commit e72e2eb

File tree

4 files changed

+71
-134
lines changed

4 files changed

+71
-134
lines changed

go.mod

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,17 @@ module github.com/netlify/open-api
33
go 1.13
44

55
require (
6-
contrib.go.opencensus.io/exporter/ocagent v0.4.12 // indirect
7-
github.com/Azure/go-autorest v12.0.0+incompatible
8-
github.com/cenkalti/backoff v2.1.1+incompatible
9-
github.com/go-openapi/errors v0.19.2
10-
github.com/go-openapi/runtime v0.19.5
11-
github.com/go-openapi/strfmt v0.19.3
12-
github.com/go-openapi/swag v0.19.5
13-
github.com/go-openapi/validate v0.19.3
6+
github.com/Azure/go-autorest/autorest v0.10.1
7+
github.com/cenkalti/backoff/v4 v4.0.2
8+
github.com/go-openapi/errors v0.19.4
9+
github.com/go-openapi/runtime v0.19.15
10+
github.com/go-openapi/strfmt v0.19.5
11+
github.com/go-openapi/swag v0.19.9
12+
github.com/go-openapi/validate v0.19.8
1413
github.com/go-swagger/go-swagger v0.20.2-0.20190910212040-c49ea4ca2112
15-
github.com/grpc-ecosystem/grpc-gateway v1.9.6 // indirect
16-
github.com/hashicorp/golang-lru v0.5.3 // indirect
17-
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
18-
github.com/kyoh86/richgo v0.3.1
19-
github.com/myitcv/gobin v0.0.13 // indirect
20-
github.com/rogpeppe/go-internal v1.3.2 // indirect
14+
github.com/kyoh86/richgo v0.3.3
15+
github.com/myitcv/gobin v0.0.14
2116
github.com/rsc/goversion v1.2.0
22-
github.com/sirupsen/logrus v1.4.2
23-
github.com/stretchr/testify v1.4.0
24-
go.opencensus.io v0.22.0 // indirect
25-
google.golang.org/api v0.8.0 // indirect
26-
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 // indirect
27-
google.golang.org/grpc v1.23.0 // indirect
17+
github.com/sirupsen/logrus v1.6.0
18+
github.com/stretchr/testify v1.5.1
2819
)

0 commit comments

Comments
 (0)