-
Notifications
You must be signed in to change notification settings - Fork 28
/
go.mod
23 lines (22 loc) · 1 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/twistlock/cloud-discovery
require (
cloud.google.com/go v0.32.0 // indirect
contrib.go.opencensus.io/exporter/ocagent v0.3.0 // indirect
github.com/Azure/azure-sdk-for-go v22.1.1+incompatible
github.com/Azure/go-autorest v11.2.6+incompatible
github.com/aws/aws-sdk-go v1.15.18
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/globalsign/mgo v0.0.0-20180615134936-113d3961e731
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.6.2
github.com/lair-framework/go-nmap v0.0.0-20180506230210-84c21710ccc8
github.com/satori/go.uuid v1.2.0 // indirect
github.com/sirupsen/logrus v1.1.0
github.com/spf13/cobra v0.0.4-0.20180915222204-8d114be902bc // indirect
github.com/urfave/cli v1.20.0
go.opencensus.io v0.18.0 // indirect
golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc // indirect
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
google.golang.org/api v0.0.0-20181003000758-f5c49d98d21c
google.golang.org/appengine v1.3.0 // indirect
)