diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-08-16 20:07:18 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-08-16 20:07:18 +0200 |
commit | 7cf51e6fcd1cce954ffef5bbb71ae865b0d4d5d8 (patch) | |
tree | cb71c6e15a5caf73ab860cde170300761c2cad63 /go.mod | |
parent | f9d7145f52004048f7c309f92f591db885803e02 (diff) |
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |