forked from cloud-barista/cb-spider
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
97 lines (92 loc) · 4.65 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
module github.com/cloud-barista/cb-spider
go 1.12
replace github.com/coreos/go-systemd => github.com/coreos/go-systemd/v22 v22.0.0
replace github.com/coreos/bbolt => go.etcd.io/bbolt v1.3.3
replace google.golang.org/grpc => google.golang.org/grpc v1.26.0
require (
cloud.google.com/go/bigquery v1.4.0 // indirect
dmitri.shuralyov.com/gpu/mtl v0.0.0-20191203043605-d42048ed14fd // indirect
github.com/Azure/azure-sdk-for-go v37.2.0+incompatible
github.com/Azure/go-autorest/autorest/azure/auth v0.4.2
github.com/Azure/go-autorest/autorest/to v0.3.0
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
github.com/BurntSushi/xgb v0.0.0-20200324125942-20f126ea2843 // indirect
github.com/aliyun/alibaba-cloud-sdk-go v1.61.201
github.com/aws/aws-sdk-go v1.29.31
github.com/bramvdbogaerde/go-scp v0.0.0-20200119201711-987556b8bdd7
github.com/cloud-barista/cb-log v0.1.1
github.com/cloud-barista/cb-store v0.1.1
github.com/cncf/udpa/go v0.0.0-20200327203949-e8cd3a4bb307 // indirect
github.com/containerd/containerd v1.3.4 // indirect
github.com/coreos/etcd v3.3.18+incompatible // indirect
github.com/davecgh/go-spew v1.1.1
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v0.0.0-20200309214505-aa6a9891b09c
github.com/docker/go-connections v0.4.0
github.com/docker/go-units v0.4.0 // indirect
github.com/envoyproxy/go-control-plane v0.9.5 // indirect
github.com/gogo/protobuf v1.3.1
github.com/golang/mock v1.4.3 // indirect
github.com/golang/protobuf v1.4.0
github.com/google/gofuzz v1.1.0 // indirect
github.com/google/pprof v0.0.0-20200417002340-c6e0a841f49a // indirect
github.com/google/uuid v1.1.1 // indirect
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/grpc-ecosystem/grpc-gateway v1.14.3 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/ianlancetaylor/demangle v0.0.0-20200414190113-039b1ae3a340 // indirect
github.com/jmespath/go-jmespath v0.3.0 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/gommon v0.3.0 // indirect
github.com/mitchellh/mapstructure v1.2.2 // indirect
github.com/moby/moby v1.13.1 // indirect
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/opentracing/opentracing-go v1.1.0
github.com/prometheus/client_golang v1.5.1
github.com/rackspace/gophercloud v1.0.1-0.20161013232434-e00690e87603
github.com/rogpeppe/go-internal v1.5.2 // indirect
github.com/sirupsen/logrus v1.5.0
github.com/smartystreets/assertions v1.1.0 // indirect
github.com/snowzach/rotatefilehook v0.0.0-20180327172521-2f64f265f58c // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.7.0
github.com/stretchr/objx v0.2.0 // indirect
github.com/tmc/grpc-websocket-proxy v0.0.0-20200122045848-3419fae592fc // indirect
github.com/uber/jaeger-client-go v2.24.0+incompatible
github.com/uber/jaeger-lib v2.2.0+incompatible // indirect
github.com/valyala/fasttemplate v1.1.0 // indirect
github.com/xujiajun/nutsdb v0.5.1-0.20200320023740-0cc84000d103 // indirect
github.com/yuin/goldmark v1.1.30 // indirect
go.etcd.io/bbolt v1.3.4 // indirect
go.etcd.io/etcd v3.3.18+incompatible // indirect
go.opencensus.io v0.22.3 // indirect
go.uber.org/zap v1.14.1 // indirect
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
golang.org/x/exp v0.0.0-20200331195152-e8c3332aa8e5 // indirect
golang.org/x/image v0.0.0-20200119044424-58c23975cae1 // indirect
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/mobile v0.0.0-20200329125638-4c31acba0007 // indirect
golang.org/x/mod v0.3.0 // indirect
golang.org/x/net v0.0.0-20200513185701-a91f0712d120 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 // indirect
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
golang.org/x/tools v0.0.0-20200518225412-897954058703 // indirect
google.golang.org/api v0.15.0
google.golang.org/grpc v1.26.0
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/ini.v1 v1.56.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
honnef.co/go/tools v0.0.1-2020.1.3 // indirect
rsc.io/sampler v1.99.99 // indirect
sigs.k8s.io/yaml v1.2.0 // indirect
)