Skip to content

Commit

Permalink
Merge pull request #10 from paketo-buildpacks/dependabot/go_modules/g…
Browse files Browse the repository at this point in the history
…ithub.com/onsi/gomega-1.16.0

Bump github.com/onsi/gomega from 1.15.0 to 1.16.0
  • Loading branch information
Daniel Mikusa committed Aug 24, 2021
2 parents a7cee0c + 8e64ed9 commit f7dcd36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.16

require (
github.com/buildpacks/libcnb v1.22.0
github.com/onsi/gomega v1.15.0
github.com/onsi/gomega v1.16.0
github.com/paketo-buildpacks/libpak v1.52.2
github.com/sclevine/spec v1.4.0
)
3 changes: 2 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ github.com/onsi/ginkgo v1.16.4/go.mod h1:dX+/inL/fNMqNlz0e9LfyB9TswhZpCVdJM/Z6Vv
github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY=
github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo=
github.com/onsi/gomega v1.13.0/go.mod h1:lRk9szgn8TxENtWd0Tp4c3wjlRfMTMH27I+3Je41yGY=
github.com/onsi/gomega v1.15.0 h1:WjP/FQ/sk43MRmnEcT+MlDw2TFvkrXlprrPST/IudjU=
github.com/onsi/gomega v1.15.0/go.mod h1:cIuvLEne0aoVhAgh/O6ac0Op8WWw9H6eYCriF+tEHG0=
github.com/onsi/gomega v1.16.0 h1:6gjqkI8iiRHMvdccRJM8rVKjCWk6ZIm6FTm3ddIe4/c=
github.com/onsi/gomega v1.16.0/go.mod h1:HnhC7FXeEQY45zxNK3PPoIUhzk/80Xly9PcubAlGdZY=
github.com/paketo-buildpacks/libpak v1.52.2 h1:T2gL1iFq5tIo9Xf/TTkxzvzuWe/fHJ5L1wbWxFEBafE=
github.com/paketo-buildpacks/libpak v1.52.2/go.mod h1:1yqDcvUoIc4M4vuSiYbzm8T6gljpAjciVWXLTyI478k=
github.com/pelletier/go-toml v1.9.3 h1:zeC5b1GviRUyKYd6OJPvBU/mcVDVoL1OhT17FCt5dSQ=
Expand Down

0 comments on commit f7dcd36

Please sign in to comment.