From 9d3b34dbd045e921e98c8b3131ae3d64262dadc8 Mon Sep 17 00:00:00 2001 From: Eli Winderickx Date: Mon, 13 Apr 2026 21:00:28 +0200 Subject: [PATCH] Versies aangepast --- go.mod | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 05de138..86eab74 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,17 @@ module brewmaster -go 1.21 +go 1.24.0 require ( - github.com/gdamore/tcell/v2 + github.com/gdamore/tcell/v2 v2.13.8 github.com/rivo/tview v0.42.0 ) + +require ( + github.com/gdamore/encoding v1.0.1 // indirect + github.com/lucasb-eyer/go-colorful v1.3.0 // indirect + github.com/rivo/uniseg v0.4.7 // indirect + golang.org/x/sys v0.38.0 // indirect + golang.org/x/term v0.37.0 // indirect + golang.org/x/text v0.31.0 // indirect +)