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

Commit

Permalink
Bump ginkgo to a tagged release (#3554)
Browse files Browse the repository at this point in the history
  • Loading branch information
carolynvs authored and jackfrancis committed Jul 25, 2018
1 parent b2d20f9 commit 04fd21c
Show file tree
Hide file tree
Showing 77 changed files with 4,455 additions and 121 deletions.
30 changes: 28 additions & 2 deletions Gopkg.lock

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

15 changes: 14 additions & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@
# go-tests = true
# unused-packages = true

required = ["github.com/go-bindata/go-bindata/go-bindata"]
required = [
"github.com/go-bindata/go-bindata/go-bindata",
# Apply workaround from https://github.com/golang/dep/issues/1799
"gopkg.in/fsnotify.v1"
]

[[constraint]]
name = "github.com/Azure/azure-sdk-for-go"
Expand Down Expand Up @@ -106,6 +110,15 @@ required = ["github.com/go-bindata/go-bindata/go-bindata"]
name = "k8s.io/client-go"
version = "~7.0.0"

[[constraint]]
name = "github.com/onsi/ginkgo"
version = "v1.6.0"

# Apply workaround from https://github.com/golang/dep/issues/1799
[[constraint]]
name = "gopkg.in/fsnotify.v1"
source = "https://github.com/fsnotify/fsnotify.git"

[prune]
go-tests = true
unused-packages = true
Expand Down
3 changes: 3 additions & 0 deletions vendor/github.com/hpcloud/tail/.gitignore

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

18 changes: 18 additions & 0 deletions vendor/github.com/hpcloud/tail/.travis.yml

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

63 changes: 63 additions & 0 deletions vendor/github.com/hpcloud/tail/CHANGES.md

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

19 changes: 19 additions & 0 deletions vendor/github.com/hpcloud/tail/Dockerfile

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

21 changes: 21 additions & 0 deletions vendor/github.com/hpcloud/tail/LICENSE.txt

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

11 changes: 11 additions & 0 deletions vendor/github.com/hpcloud/tail/Makefile

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

28 changes: 28 additions & 0 deletions vendor/github.com/hpcloud/tail/README.md

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

11 changes: 11 additions & 0 deletions vendor/github.com/hpcloud/tail/appveyor.yml

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

7 changes: 7 additions & 0 deletions vendor/github.com/hpcloud/tail/ratelimiter/Licence

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

97 changes: 97 additions & 0 deletions vendor/github.com/hpcloud/tail/ratelimiter/leakybucket.go

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

Loading

0 comments on commit 04fd21c

Please sign in to comment.