From 96f03d465918449b801e097a57404e2b112146c3 Mon Sep 17 00:00:00 2001 From: mStar Date: Mon, 12 May 2025 15:13:59 +0200 Subject: [PATCH] Update goutils --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 73f574f..72fda0f 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.24.2 require ( git.mstar.dev/mstar/canvas v0.13.1 - git.mstar.dev/mstar/goutils v1.14.0 + git.mstar.dev/mstar/goutils v1.14.1 github.com/BurntSushi/toml v1.5.0 github.com/dgraph-io/ristretto v0.2.0 github.com/eko/gocache/lib/v4 v4.2.0 diff --git a/go.sum b/go.sum index 68a2d63..fdb2740 100644 --- a/go.sum +++ b/go.sum @@ -41,6 +41,8 @@ git.mstar.dev/mstar/goutils v1.13.0 h1:j2AA3izqTumZyUgC2wi/JdIZAtnDQLve2iexI5kWM git.mstar.dev/mstar/goutils v1.13.0/go.mod h1:juxY0eZEMnA95fedRp2LVXvUBgEjz66nE8SEdGKcxMA= git.mstar.dev/mstar/goutils v1.14.0 h1:XxhP528dwyaDnnVX3Si3UF3bQgNGZQOQxNTGD86mlEo= git.mstar.dev/mstar/goutils v1.14.0/go.mod h1:juxY0eZEMnA95fedRp2LVXvUBgEjz66nE8SEdGKcxMA= +git.mstar.dev/mstar/goutils v1.14.1 h1:s/Z05f6zcEfRdtyouODnpdjg7cHm/5/5+tsGdHLoEsE= +git.mstar.dev/mstar/goutils v1.14.1/go.mod h1:juxY0eZEMnA95fedRp2LVXvUBgEjz66nE8SEdGKcxMA= git.mstar.dev/mstar/treeificator v0.0.0-20250423153311-dc24f39ca3c9 h1:XXfafmvV6B0Yl6ucec0Gy+VgwWRI+tzLMSyuOgRpXDw= git.mstar.dev/mstar/treeificator v0.0.0-20250423153311-dc24f39ca3c9/go.mod h1:7wp7WyRRR5gUSur0Ur7RheG1io2QdVoxJPRIrN3pxqo= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=