Skip to content

Commit

Permalink
Merge pull request #636 from opensds/development
Browse files Browse the repository at this point in the history
Merge development to master branch to publish Capri Milestone-2
  • Loading branch information
leonwanghui authored Mar 27, 2019
2 parents 76481a4 + ea275a7 commit b9cd3fe
Show file tree
Hide file tree
Showing 523 changed files with 161,551 additions and 35,215 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ build/
*.log
.DS_Store
*.retry
.idea/
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ go_import_path: github.com/opensds/opensds
go:
- 1.9.x
- 1.11.x
- 1.12.x
- tip

env:
Expand Down
142 changes: 79 additions & 63 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 13 additions & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@

[[constraint]]
name = "google.golang.org/grpc"
version = "1.7.5"
version = "1.17.0"

[[constraint]]
name = "github.com/golang/protobuf"
branch = "master"

[[constraint]]
name = "gopkg.in/yaml.v2"
Expand All @@ -65,6 +69,14 @@
branch = "master"
name = "github.com/howeyc/gopass"

[[constraint]]
name = "github.com/gophercloud/gophercloud"
revision = "754e57e7867bfa48062ff2a237caad538085700a"

[[constraint]]
name = "github.com/ceph/go-ceph"
revision = "81e4191e131b21e282a9289621383237677d2437"

[prune]
go-tests = true
non-go = true
Expand Down
Loading

0 comments on commit b9cd3fe

Please sign in to comment.