aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-08-16 20:07:18 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-08-16 20:07:18 +0200
commit7cf51e6fcd1cce954ffef5bbb71ae865b0d4d5d8 (patch)
treecb71c6e15a5caf73ab860cde170300761c2cad63 /go.mod
parentf9d7145f52004048f7c309f92f591db885803e02 (diff)
Slightly modernize everythingHEADmaster
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 4 insertions, 4 deletions
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