-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Josh Dolitsky <[email protected]>
- Loading branch information
Showing
2 changed files
with
243 additions
and
213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,43 @@ | ||
module github.com/chartmuseum/storage | ||
|
||
go 1.12 | ||
go 1.13 | ||
|
||
replace github.com/NetEase-Object-Storage/nos-golang-sdk => github.com/karuppiah7890/nos-golang-sdk v0.0.0-20191116042345-0792ba35abcc | ||
|
||
require ( | ||
cloud.google.com/go v0.41.0 | ||
github.com/Azure/azure-sdk-for-go v31.1.0+incompatible | ||
github.com/Azure/go-autorest/autorest v0.3.0 // indirect | ||
github.com/Azure/go-autorest/autorest/to v0.2.0 // indirect | ||
github.com/NetEase-Object-Storage/nos-golang-sdk v0.0.0-20171031020902-cc8892cb2b05 | ||
github.com/aliyun/aliyun-oss-go-sdk v2.0.0+incompatible | ||
github.com/aws/aws-sdk-go v1.25.7 | ||
github.com/baidubce/bce-sdk-go v0.0.0-20190612031215-9245260b0d93 | ||
cloud.google.com/go/storage v1.5.0 | ||
github.com/Azure/azure-sdk-for-go v39.1.0+incompatible | ||
github.com/Azure/go-autorest/autorest v0.9.5 // indirect | ||
github.com/Azure/go-autorest/autorest/to v0.3.0 // indirect | ||
github.com/NetEase-Object-Storage/nos-golang-sdk v0.0.0-00010101000000-000000000000 | ||
github.com/aliyun/aliyun-oss-go-sdk v2.0.5+incompatible | ||
github.com/aws/aws-sdk-go v1.29.3 | ||
github.com/baidubce/bce-sdk-go v0.9.6 | ||
github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f // indirect | ||
github.com/coreos/bbolt v1.3.3 // indirect | ||
github.com/coreos/etcd v3.3.18+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/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect | ||
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect | ||
github.com/dnaeon/go-vcr v1.0.1 // indirect | ||
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect | ||
github.com/google/go-querystring v1.0.0 // indirect | ||
github.com/google/uuid v1.1.1 // indirect | ||
github.com/gophercloud/gophercloud v0.2.0 | ||
github.com/gorilla/websocket v1.4.0 // indirect | ||
github.com/mozillazg/go-httpheader v0.2.1 // indirect | ||
github.com/oracle/oci-go-sdk v5.14.0+incompatible | ||
github.com/gophercloud/gophercloud v0.8.0 | ||
github.com/gorilla/websocket v1.4.1 // indirect | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0 // indirect | ||
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect | ||
github.com/grpc-ecosystem/grpc-gateway v1.13.0 // indirect | ||
github.com/jonboulle/clockwork v0.1.0 // indirect | ||
github.com/oracle/oci-go-sdk v15.5.0+incompatible | ||
github.com/prometheus/client_golang v1.4.1 // indirect | ||
github.com/satori/go.uuid v1.2.0 // indirect | ||
github.com/spf13/cobra v0.0.5 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/stretchr/testify v1.3.0 | ||
github.com/tencentyun/cos-go-sdk-v5 v0.0.0-20190701040112-26c1242e220f | ||
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect | ||
go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738 | ||
go.uber.org/atomic v1.4.0 // indirect | ||
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7 | ||
google.golang.org/api v0.7.0 | ||
github.com/soheilhy/cmux v0.1.4 // indirect | ||
github.com/stretchr/testify v1.4.0 | ||
github.com/tencentyun/cos-go-sdk-v5 v0.0.0-20200120023323-87ff3bc489ac | ||
github.com/tmc/grpc-websocket-proxy v0.0.0-20200122045848-3419fae592fc // indirect | ||
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect | ||
go.etcd.io/bbolt v1.3.3 // indirect | ||
go.etcd.io/etcd v3.3.18+incompatible | ||
go.uber.org/zap v1.13.0 // indirect | ||
golang.org/x/net v0.0.0-20200202094626-16171245cfb2 | ||
google.golang.org/api v0.17.0 | ||
sigs.k8s.io/yaml v1.2.0 // indirect | ||
) |
Oops, something went wrong.