Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #716 from jchauncey/pin-deps
Browse files Browse the repository at this point in the history
fix(glide): Pin the pflag, go-homedir, and cobra deps to a specific sha
  • Loading branch information
seanknox authored Jun 8, 2017
2 parents cd2dfa8 + 34e6f1f commit 9eb6767
Show file tree
Hide file tree
Showing 46 changed files with 21,744 additions and 19,250 deletions.
34 changes: 17 additions & 17 deletions glide.lock

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

3 changes: 3 additions & 0 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,16 @@ import:
- package: github.com/ghodss/yaml
version: ^1.0.0
- package: github.com/mitchellh/go-homedir
version: b8bc1bf767474819792c23f32d8286a45736f1c6
- package: github.com/prometheus/common
subpackages:
- log
- package: github.com/satori/go.uuid
version: ^1.1.0
- package: github.com/spf13/cobra
version: 4cdb38c072b86bf795d2c81de50784d9fdd6eb77
- package: github.com/spf13/pflag
version: e57e3eeb33f795204c1ca35f56c44f83227c6e66
testImport:
- package: github.com/onsi/gomega
version: ^1.1.0
Expand Down
8 changes: 8 additions & 0 deletions vendor/golang.org/x/sys/unix/linux/types.go

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

3 changes: 3 additions & 0 deletions vendor/golang.org/x/sys/unix/mkerrors.sh

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

132 changes: 128 additions & 4 deletions vendor/golang.org/x/sys/unix/syscall_linux.go

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

15 changes: 15 additions & 0 deletions vendor/golang.org/x/sys/unix/syscall_linux_test.go

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

18 changes: 9 additions & 9 deletions vendor/golang.org/x/sys/unix/syscall_solaris.go

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

Loading

0 comments on commit 9eb6767

Please sign in to comment.