diff --git a/template-cnb/go.mod b/template-cnb/go.mod index 73dfba1..09287e9 100644 --- a/template-cnb/go.mod +++ b/template-cnb/go.mod @@ -4,7 +4,7 @@ go 1.16 require ( github.com/BurntSushi/toml v1.4.0 - github.com/onsi/gomega v1.33.1 + github.com/onsi/gomega v1.34.1 github.com/paketo-buildpacks/occam v0.18.7 github.com/sclevine/spec v1.4.0 )