Skip to content

Commit

Permalink
update to gomodules (#19)
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Dolitsky <[email protected]>
  • Loading branch information
jdolitsky committed Jul 10, 2019
1 parent cd7a792 commit df3e950
Show file tree
Hide file tree
Showing 1,238 changed files with 366 additions and 602,241 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@

# Other
coverage.html
vendor/
3 changes: 0 additions & 3 deletions .gitmodules
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
78 changes: 0 additions & 78 deletions Gopkg.toml

This file was deleted.

45 changes: 45 additions & 0 deletions go.mod
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
)
320 changes: 320 additions & 0 deletions go.sum

Large diffs are not rendered by default.

15 changes: 0 additions & 15 deletions vendor/cloud.google.com/go/AUTHORS

This file was deleted.

40 changes: 0 additions & 40 deletions vendor/cloud.google.com/go/CONTRIBUTORS

This file was deleted.

202 changes: 0 additions & 202 deletions vendor/cloud.google.com/go/LICENSE

This file was deleted.

Loading

0 comments on commit df3e950

Please sign in to comment.