Skip to content

Commit

Permalink
Merge pull request #75 from pivotal-cf/use-versions
Browse files Browse the repository at this point in the history
Use releases of Gomega and Ginkgo rather than master
  • Loading branch information
blgm authored Aug 22, 2019
2 parents bac83b9 + f21989d commit 676af5b
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 8 deletions.
43 changes: 37 additions & 6 deletions Gopkg.lock

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

8 changes: 6 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@

[[constraint]]
name = "github.com/onsi/ginkgo"
branch = "master"
version = "^1.9.0"

[[constraint]]
name = "github.com/onsi/gomega"
branch = "master"
version = "^1.6.0"

[[constraint]]
branch = "master"
Expand All @@ -48,3 +48,7 @@
[[constraint]]
name = "github.com/pkg/errors"
version = "^0.8.0"

[[override]]
name = "gopkg.in/fsnotify.v1"
source = "gopkg.in/fsnotify/fsnotify.v1"

0 comments on commit 676af5b

Please sign in to comment.