From 3a8cc34693175e5761a9dfb4512161ab3f944410 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 May 2025 07:21:16 +0000 Subject: [PATCH] fix(deps): update module oss.terrastruct.com/d2 to v0.7.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 41e2aaf..d5828a8 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module d2wasm go 1.22.5 require ( - oss.terrastruct.com/d2 v0.6.6 + oss.terrastruct.com/d2 v0.7.0 oss.terrastruct.com/util-go v0.0.0-20231101220827-55b3812542c2 )