From 582009e136c3e494fed08b059695a3bdb822df26 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 20 Jun 2025 15:14:59 +0000 Subject: [PATCH] Updated module github.com/sclevine/spec from v1.1.0 to v1.4.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a1c582da..fe9e9d76 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ toolchain go1.24.2 require ( github.com/onsi/gomega v1.37.0 github.com/paketo-buildpacks/occam v0.25.0 - github.com/sclevine/spec v1.1.0 + github.com/sclevine/spec v1.4.0 github.com/testcontainers/testcontainers-go v0.31.0 )