From f7f9386d56ad43ff775be371c287e3f027e21bf3 Mon Sep 17 00:00:00 2001 From: Pascal Zimmermann Date: Sun, 11 Aug 2024 00:48:51 +0200 Subject: [PATCH] feat: WIP --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index cc8c3a717145c..0fb9b2c3bae35 100644 --- a/go.mod +++ b/go.mod @@ -437,7 +437,7 @@ require ( github.com/robertkrimen/otto v0.0.0-20191219234010-c382bd3c16ff // indirect github.com/robfig/cron/v3 v3.0.1 // indirect github.com/russross/blackfriday/v2 v2.1.0 // indirect - github.com/samber/lo v1.38.1 // indirect + github.com/samber/lo v1.38.1 github.com/seancfoley/bintree v1.3.1 // indirect github.com/shoenig/go-m1cpu v0.1.6 // indirect github.com/shopspring/decimal v1.3.1 // indirect