Skip to content

Commit a5c216e

Browse files
author
Troels Liebe Bentsen
committed
Update dependencies to fix issue with newer ssh showing "agent 27: ssh: parse error in message type 27"
1 parent 2e223f7 commit a5c216e

File tree

2 files changed

+280
-34
lines changed

2 files changed

+280
-34
lines changed

go.mod

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,16 @@ module github.com/connectedcars/auth-wrapper
33
go 1.13
44

55
require (
6-
cloud.google.com/go v0.76.0
7-
go.opencensus.io v0.22.6 // indirect
8-
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
9-
golang.org/x/oauth2 v0.0.0-20210210192628-66670185b0cd // indirect
10-
google.golang.org/api v0.40.0 // indirect
11-
google.golang.org/genproto v0.0.0-20210212180131-e7f2df4ecc2d
6+
cloud.google.com/go/compute v1.9.0 // indirect
7+
cloud.google.com/go/iam v0.4.0 // indirect
8+
cloud.google.com/go/kms v1.4.0
9+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
10+
github.com/google/go-cmp v0.5.9 // indirect
11+
github.com/googleapis/gax-go/v2 v2.5.1 // indirect
12+
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90
13+
golang.org/x/net v0.0.0-20220907135653-1e95f45603a7 // indirect
14+
golang.org/x/sys v0.0.0-20220908164124-27713097b956 // indirect
15+
google.golang.org/api v0.95.0 // indirect
16+
google.golang.org/genproto v0.0.0-20220908141613-51c1cc9bc6d0
17+
google.golang.org/grpc v1.49.0 // indirect
1218
)

0 commit comments

Comments
 (0)