-
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
1,238 changed files
with
366 additions
and
602,241 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 |
---|---|---|
|
@@ -17,3 +17,4 @@ | |
|
||
# Other | ||
coverage.html | ||
vendor/ |
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,3 +0,0 @@ | ||
[submodule "vendor/github.com/tencentyun/cos-go-sdk-v5"] | ||
path = vendor/github.com/tencentyun/cos-go-sdk-v5 | ||
url = [email protected]:tencentyun/cos-go-sdk-v5.git | ||
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,45 @@ | ||
module github.com/chartmuseum/storage | ||
|
||
go 1.12 | ||
|
||
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.20.18 | ||
github.com/baidubce/bce-sdk-go v0.0.0-20190612031215-9245260b0d93 | ||
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.13+incompatible | ||
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/dnaeon/go-vcr v1.0.1 // indirect | ||
github.com/gogo/protobuf v1.2.1 // indirect | ||
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect | ||
github.com/google/go-querystring v1.0.0 // indirect | ||
github.com/gophercloud/gophercloud v0.2.0 | ||
github.com/gorilla/websocket v1.4.0 // 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.4 // indirect | ||
github.com/jonboulle/clockwork v0.1.0 // indirect | ||
github.com/mozillazg/go-httpheader v0.2.1 // indirect | ||
github.com/oracle/oci-go-sdk v5.14.0+incompatible | ||
github.com/prometheus/client_golang v1.0.0 // indirect | ||
github.com/satori/go.uuid v1.2.0 // indirect | ||
github.com/soheilhy/cmux v0.1.4 // 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 | ||
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect | ||
go.etcd.io/bbolt v1.3.3 // indirect | ||
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/net v0.0.0-20190628185345-da137c7871d7 | ||
google.golang.org/api v0.7.0 | ||
) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.