Skip to content

Commit

Permalink
Use releases of Gomega and Ginkgo rather than master
Browse files Browse the repository at this point in the history
Ginkgo and Gomega produce regular versions, so it's
more repoducable to use version numbers than to work
off master.

code.cloudfoundry.org/lager does not seem to produce
regular versions, so it makes sense to keep working off
master for this dependency.
  • Loading branch information
blgm committed Aug 21, 2019
1 parent 3a8f5a9 commit f21989d
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 f21989d

Please sign in to comment.