mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-19 02:37:24 +08:00
This change was made with the following commands
go mod init
go mod tidy
go mod vendor -v
Revision of github.com/op/go-logging changed because
github.com/anacrolix/torrent requires the current version in its go.mod
# github.com/op/go-logging
yunion.io/x/onecloud/cmd/torrent
github.com/anacrolix/torrent
github.com/elgatito/upnp
github.com/op/go-logging
Content of google.golang.org/grpc changed and it's indeed the case after
checking with the upstream repo. It's very likely that the old content
is wrong.
Some packages like golang.org/x/sys/unix are added because they are
indeeded needed
Some packages are removed as a whole because they are needed anymore
163 lines
8.6 KiB
AMPL
163 lines
8.6 KiB
AMPL
module yunion.io/x/onecloud
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/360EntSecGroup-Skylar/excelize v1.4.0
|
|
github.com/Azure/azure-sdk-for-go v19.1.0+incompatible
|
|
github.com/Azure/go-autorest v10.15.5+incompatible
|
|
github.com/DataDog/dd-trace-go v0.6.1 // indirect
|
|
github.com/DataDog/zstd v1.3.4 // indirect
|
|
github.com/Microsoft/azure-vhd-utils v0.0.0-20181115010904-44cbada2ece3
|
|
github.com/RoaringBitmap/roaring v0.4.16 // indirect
|
|
github.com/Shopify/sarama v1.20.0 // indirect
|
|
github.com/Shopify/toxiproxy v2.1.4+incompatible // indirect
|
|
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
|
|
github.com/aliyun/alibaba-cloud-sdk-go v0.0.0-20180112035716-b5829a0278c8
|
|
github.com/aliyun/aliyun-oss-go-sdk v0.0.0-20181116160301-c6838fdc33ed
|
|
github.com/anacrolix/dht v0.0.0-20181129074040-b09db78595aa // indirect
|
|
github.com/anacrolix/go-libutp v0.0.0-20180808010927-aebbeb60ea05 // indirect
|
|
github.com/anacrolix/log v0.0.0-20180808012509-286fcf906b48 // indirect
|
|
github.com/anacrolix/mmsg v0.0.0-20180808012353-5adb2c1127c0 // indirect
|
|
github.com/anacrolix/torrent v0.0.0-20181129073333-cc531b8c4a80
|
|
github.com/aokoli/goutils v1.0.1
|
|
github.com/apache/thrift v0.0.0-20180514124809-e59b73d3c2bf // indirect
|
|
github.com/aws/aws-sdk-go v1.15.73
|
|
github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f // indirect
|
|
github.com/bitly/go-simplejson v0.5.0
|
|
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
|
|
github.com/c-bata/go-prompt v0.2.1
|
|
github.com/ceph/go-ceph v0.0.0-20181217221554-e32f9f0f2e94
|
|
github.com/coredns/coredns v1.3.0
|
|
github.com/coreos/bbolt v1.3.3 // indirect
|
|
github.com/coreos/etcd v3.3.10+incompatible // indirect
|
|
github.com/coreos/go-semver v0.3.0 // indirect
|
|
github.com/coreos/go-systemd v0.0.0-20190620071333-e64a0ec8b42a // indirect
|
|
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
|
|
github.com/dimchansky/utfbom v1.1.0 // indirect
|
|
github.com/dnaeon/go-vcr v1.0.1 // indirect
|
|
github.com/dnstap/golang-dnstap v0.0.0-20170829151710-2cf77a2b5e11 // indirect
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
|
github.com/eapache/go-resiliency v1.1.0 // indirect
|
|
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect
|
|
github.com/eapache/queue v1.1.0 // indirect
|
|
github.com/edsrzf/mmap-go v1.0.0 // indirect
|
|
github.com/farsightsec/golang-framestream v0.0.0-20181102145529-8a0cb8ba8710 // indirect
|
|
github.com/fatih/color v1.7.0
|
|
github.com/fernet/fernet-go v0.0.0-20180830025343-9eac43b88a5e
|
|
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
|
|
github.com/fsnotify/fsnotify v1.4.7
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7 // indirect
|
|
github.com/gin-gonic/gin v1.3.0
|
|
github.com/glycerine/go-unsnap-stream v0.0.0-20181221182339-f9677308dec2 // indirect
|
|
github.com/go-logfmt/logfmt v0.4.0 // indirect
|
|
github.com/go-ole/go-ole v1.2.2 // indirect
|
|
github.com/go-sql-driver/mysql v1.4.1
|
|
github.com/gofrs/uuid v3.2.0+incompatible // indirect
|
|
github.com/gogo/protobuf v1.2.0 // indirect
|
|
github.com/golang-plus/errors v1.0.0
|
|
github.com/golang-plus/testing v1.0.0 // indirect
|
|
github.com/golang-plus/uuid v1.0.0
|
|
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
|
|
github.com/google/btree v1.0.0 // indirect
|
|
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect
|
|
github.com/google/gopacket v1.1.17
|
|
github.com/google/uuid v1.1.0 // indirect
|
|
github.com/googleapis/gnostic v0.2.0 // indirect
|
|
github.com/googollee/go-engine.io v0.0.0-20180829091931-e2f255711dcb // indirect
|
|
github.com/googollee/go-socket.io v0.0.0-20181214084611-0ad7206c347a
|
|
github.com/gorilla/context v1.1.1 // indirect
|
|
github.com/gorilla/mux v1.6.2
|
|
github.com/gorilla/websocket v1.4.0
|
|
github.com/gosuri/uitable v0.0.0-20160404203958-36ee7e946282
|
|
github.com/gregjones/httpcache v0.0.0-20181110185634-c63ab54fda8f // indirect
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
|
|
github.com/grpc-ecosystem/grpc-gateway v1.9.2 // indirect
|
|
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect
|
|
github.com/hako/durafmt v0.0.0-20180520121703-7b7ae1e72ead
|
|
github.com/huandu/xstrings v1.2.0 // indirect
|
|
github.com/imdario/mergo v0.3.6 // indirect
|
|
github.com/jonboulle/clockwork v0.1.0 // indirect
|
|
github.com/json-iterator/go v1.1.5 // indirect
|
|
github.com/koding/websocketproxy v0.0.0-20181220232114-7ed82d81a28c
|
|
github.com/kr/pty v1.1.3
|
|
github.com/libvirt/libvirt-go-xml v5.2.0+incompatible
|
|
github.com/marstr/guid v1.1.0 // indirect
|
|
github.com/mattn/go-colorable v0.0.9 // indirect
|
|
github.com/mattn/go-isatty v0.0.4 // indirect
|
|
github.com/mattn/go-runewidth v0.0.4 // indirect
|
|
github.com/mattn/go-sqlite3 v1.10.0 // indirect
|
|
github.com/mattn/go-tty v0.0.0-20181127064339-e4f871175a2f // indirect
|
|
github.com/mdlayher/arp v0.0.0-20190313224443-98a83c8a2717
|
|
github.com/mdlayher/ethernet v0.0.0-20190606142754-0394541c37b7
|
|
github.com/mdlayher/raw v0.0.0-20190606144222-a54781e5f38f
|
|
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
|
|
github.com/mholt/caddy v0.10.11
|
|
github.com/miekg/dns v1.1.1
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
|
|
github.com/moul/http2curl v1.0.0
|
|
github.com/nelsonken/cos-go-sdk-v5 v0.0.0-20180622024522-5247afdb7a80
|
|
github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492 // indirect
|
|
github.com/opentracing/opentracing-go v1.0.2 // indirect
|
|
github.com/openzipkin/zipkin-go-opentracing v0.3.4 // indirect
|
|
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
|
|
github.com/pierrec/lz4 v0.0.0-20181005164709-635575b42742
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/pkg/term v0.0.0-20181116001808-27bbf2edb814 // indirect
|
|
github.com/prometheus/client_golang v0.9.2 // indirect
|
|
github.com/prometheus/common v0.0.0-20181218105931-67670fe90761 // indirect
|
|
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a // indirect
|
|
github.com/satori/go.uuid v1.2.0 // indirect
|
|
github.com/serialx/hashring v0.0.0-20180504054112-49a4782e9908
|
|
github.com/shirou/gopsutil v2.18.10+incompatible
|
|
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
|
|
github.com/sirupsen/logrus v1.2.0 // indirect
|
|
github.com/soheilhy/cmux v0.1.4 // indirect
|
|
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72 // indirect
|
|
github.com/spf13/pflag v1.0.3 // indirect
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/tencentcloud/tencentcloud-sdk-go v0.0.0-20181108132626-805d01dd0e2e
|
|
github.com/texttheater/golang-levenshtein v0.0.0-20180516184445-d188e65d659e // indirect
|
|
github.com/tinylib/msgp v1.1.0 // indirect
|
|
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
|
|
github.com/tredoe/osutil v0.0.0-20161130133508-7d3ee1afa71c
|
|
github.com/ugorji/go v0.0.0-20161130061742-9c7f9b7a2bc3 // indirect
|
|
github.com/vmihailenco/msgpack v4.0.4+incompatible
|
|
github.com/vmware/govmomi v0.19.0
|
|
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
|
|
go.etcd.io/bbolt v1.3.3 // indirect
|
|
go.etcd.io/etcd v3.3.10+incompatible
|
|
go.uber.org/atomic v1.4.0 // indirect
|
|
go.uber.org/multierr v1.1.0 // indirect
|
|
go.uber.org/zap v1.10.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
|
|
golang.org/x/net v0.0.0-20190603091049-60506f45cf65
|
|
golang.org/x/oauth2 v0.0.0-20181203162652-d668ce993890 // indirect
|
|
golang.org/x/sys v0.0.0-20190620070143-6f217b454f45
|
|
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c // indirect
|
|
google.golang.org/appengine v1.3.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20181218023534-67d6565462c5 // indirect
|
|
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
|
|
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
|
|
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/ldap.v3 v3.0.3
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
k8s.io/api v0.0.0-20181004124137-fd83cbc87e76
|
|
k8s.io/apimachinery v0.0.0-20181215012845-4d029f033399
|
|
k8s.io/client-go v9.0.0+incompatible
|
|
k8s.io/klog v0.1.0 // indirect
|
|
k8s.io/kubernetes v1.12.3
|
|
sigs.k8s.io/yaml v1.1.0 // indirect
|
|
yunion.io/x/jsonutils v0.0.0-20190613101330-71384b7a9233
|
|
yunion.io/x/log v0.0.0-20190514041436-04ce53b17c6b
|
|
yunion.io/x/pkg v0.0.0-20190620104149-945c25821dbf
|
|
yunion.io/x/sqlchemy v0.0.0-20190624021043-a2ed237bb1f7
|
|
yunion.io/x/structarg v0.0.0-20190622051356-20d0c9b7b3cd
|
|
)
|