From b58151efb726bf7b32fdede84666fab4dd1353d6 Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Mon, 4 Dec 2023 22:25:50 +0100 Subject: [PATCH] Update to go 1.21 --- go.mod | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b010b91..2c3d849 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,13 @@ module github.com/JaCoB1123/dupe-finder -go 1.16 +go 1.21 require github.com/vbauerster/mpb/v7 v7.0.5 + +require ( + github.com/VividCortex/ewma v1.2.0 // indirect + github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect + github.com/mattn/go-runewidth v0.0.13 // indirect + github.com/rivo/uniseg v0.2.0 // indirect + golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect +)