diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,11 +1,11 @@ -module github.com/Mango0x45/mpaste +module git.thomasvoss.com/mpaste go 1.19 require ( github.com/alecthomas/chroma/v2 v2.3.1-0.20221008011915-b7c7bdbe65fb github.com/dgrijalva/jwt-go v3.2.0+incompatible - github.com/Mango0x45/getgopt v0.0.0-20220305004810-a883dbb3a127 + git.thomasvoss.com/getgopt v1.0.1 ) require github.com/dlclark/regexp2 v1.7.0 // indirect |