From 7f4fc1b4caa9bcf134a26c993b7b6a563407234d Mon Sep 17 00:00:00 2001 From: Trent Mohay Date: Wed, 17 Jul 2024 08:53:35 +1000 Subject: [PATCH] upgrade go-spew --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c03adee..1c77f7d 100644 --- a/go.mod +++ b/go.mod @@ -25,7 +25,7 @@ require ( github.com/containerd/log v0.1.0 // indirect github.com/containerd/platforms v0.2.1 // indirect github.com/cpuguy83/dockercfg v0.3.1 // indirect - github.com/davecgh/go-spew v1.1.1 // indirect + github.com/davecgh/go-spew v1.1.2 // indirect github.com/dghubble/sling v1.4.1 // indirect github.com/distribution/reference v0.6.0 // indirect github.com/docker/docker v27.0.3+incompatible // indirect