From 49bd3e0e0117768138f47f0c97accece15605025 Mon Sep 17 00:00:00 2001 From: Mathias Magnusson Date: Thu, 10 Apr 2025 21:33:41 +0200 Subject: extract value extracting and convertion to functions; support uuid --- go.sum | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 go.sum (limited to 'go.sum') diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..7790d7c --- /dev/null +++ b/go.sum @@ -0,0 +1,2 @@ +github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= +github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= -- cgit v1.2.3