From 2ab93121265809090b3a4fb5c75b141e8fa251b9 Mon Sep 17 00:00:00 2001 From: Slug-Boi Date: Thu, 24 Oct 2024 20:49:45 +0200 Subject: [PATCH] chore: update go mod --- go.mod | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/go.mod b/go.mod index f370060..2ae70ad 100644 --- a/go.mod +++ b/go.mod @@ -18,12 +18,16 @@ require ( github.com/alecthomas/chroma/v2 v2.14.0 // indirect github.com/atotto/clipboard v0.1.4 // indirect github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect + github.com/aymanbagabas/go-udiff v0.2.0 // indirect github.com/aymerick/douceur v0.2.0 // indirect github.com/charmbracelet/x/ansi v0.2.3 // indirect + github.com/charmbracelet/x/exp/golden v0.0.0-20240815200342-61de596daa2b // indirect + github.com/charmbracelet/x/exp/teatest v0.0.0-20241022174419-46d9bb99a691 // indirect github.com/charmbracelet/x/term v0.2.0 // indirect github.com/dlclark/regexp2 v1.11.0 // indirect github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect github.com/gorilla/css v1.0.1 // indirect + github.com/inancgumus/screen v0.0.0-20190314163918-06e984b86ed3 // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/lucasb-eyer/go-colorful v1.2.0 // indirect github.com/mattn/go-isatty v0.0.20 // indirect @@ -41,6 +45,7 @@ require ( github.com/vektah/gqlparser/v2 v2.5.6 // indirect github.com/yuin/goldmark v1.7.4 // indirect github.com/yuin/goldmark-emoji v1.0.3 // indirect + golang.org/x/crypto v0.25.0 // indirect golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect golang.org/x/net v0.27.0 // indirect golang.org/x/sync v0.8.0 // indirect