Skip to content

Commit

Permalink
Explicitly specify direct dependencies in glide.yaml (#5790)
Browse files Browse the repository at this point in the history
Pin direct dependency on github.com/BurntSushi/toml
- Used in blockstorage package
- Otherwise a very old version is used.

Explicitly specify direct dependency on ghodss/yaml
- Used in kanctl
- Pinned to master/HEAD as of Feb 12/2019

Upgraded indirect dependencies:

- go.opencensus.io
  Changes: census-instrumentation/opencensus-go@75c0cca...f6172e4
  See also: https://github.com/census-instrumentation/opencensus-go/releases

- github.com/IBM-Cloud/ibm-cloud-cli-sdk
  Changes:
  IBM-Cloud/ibm-cloud-cli-sdk@67e7aca...8983a1c
  See also: https://github.com/IBM-Cloud/ibm-cloud-cli-sdk/releases

Manually prevented downgrade of the following packages
- github.com/go-ini/ini
- github.com/Azure/azure-sdk-for-go
- github.com/jmespath/go-jmespath
  • Loading branch information
julio-lopez authored and Ilya Kislenko committed Jun 12, 2019
1 parent 9e6c722 commit f5e896e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 6 additions & 6 deletions glide.lock

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

4 changes: 4 additions & 0 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ import:
repo: https://github.com/GoogleCloudPlatform/google-cloud-go.git
- package: github.com/aws/aws-sdk-go
version: v1.14.31
- package: github.com/BurntSushi/toml
version: v0.3.1
- package: github.com/ghodss/yaml
version: 25d852aebe32c875e9c044af3eef9c7dc6bc777f
- package: github.com/go-openapi/strfmt
version: 610b6cacdcde6852f4de68998bd20ce1dac85b22
- package: github.com/graymeta/stow
Expand Down

0 comments on commit f5e896e

Please sign in to comment.