-
Notifications
You must be signed in to change notification settings - Fork 71
/
Copy pathgo.mod
22 lines (21 loc) · 969 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/cloudtools/ssh-cert-authority
require (
cloud.google.com/go v0.33.0
cloud.google.com/go/compute/metadata v0.0.0-20181115181204-d50f0e9b2506 // indirect
github.com/aws/aws-sdk-go v1.15.76
github.com/codegangsta/cli v1.20.0
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/googleapis/gax-go v2.0.2+incompatible // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/handlers v1.4.0
github.com/gorilla/mux v1.6.2
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.2.2 // indirect
go.opencensus.io v0.18.0 // indirect
golang.org/x/crypto v0.0.0-20181112202954-3d3f9f413869
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a // indirect
golang.org/x/oauth2 v0.0.0-20181106182150-f42d05182288
golang.org/x/sys v0.0.0-20181107165924-66b7b1311ac8 // indirect
google.golang.org/api v0.0.0-20181114235557-83a9d304b1e6
google.golang.org/genproto v0.0.0-20181109154231-b5d43981345b
)