From 7cf51e6fcd1cce954ffef5bbb71ae865b0d4d5d8 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 16 Aug 2025 20:07:18 +0200 Subject: Slightly modernize everything --- go.mod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 8a08a7b..142a90e 100644 --- a/go.mod +++ b/go.mod @@ -1,11 +1,11 @@ module git.thomasvoss.com/mpaste -go 1.19 +go 1.24 require ( - github.com/alecthomas/chroma/v2 v2.3.1-0.20221008011915-b7c7bdbe65fb + git.sr.ht/~mango/opts/v2 v2.0.0 + github.com/alecthomas/chroma/v2 v2.20.0 github.com/dgrijalva/jwt-go v3.2.0+incompatible - git.thomasvoss.com/getgopt v1.0.1 ) -require github.com/dlclark/regexp2 v1.7.0 // indirect +require github.com/dlclark/regexp2 v1.11.5 // indirect -- cgit v1.2.3