From 5e27314f71dca90d9a37b05c247b3914dfcd7e3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 9 Feb 2024 05:53:17 +0000 Subject: [PATCH] chore(autofmt): Automated formatting --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 064a0bf2f2..5ef0b2c919 100644 --- a/go.mod +++ b/go.mod @@ -60,7 +60,7 @@ require ( require github.com/pkoukk/tiktoken-go v0.1.2 // indirect require ( - github.com/alecthomas/repr v0.3.0 // indirect + github.com/alecthomas/repr v0.3.0 github.com/alessio/shellescape v1.4.2 // indirect github.com/benbjohnson/clock v1.3.5 github.com/cenkalti/backoff/v4 v4.2.1 // indirect