diff options
author | Thomas Voss <mail@thomasvoss.com> | 2022-10-11 22:39:19 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2022-10-11 22:39:19 +0200 |
commit | f9d7145f52004048f7c309f92f591db885803e02 (patch) | |
tree | 92c66cb792888744d0913e336b6d81da374be476 /go.mod | |
parent | e1086f346f421ddd939bca643698e6f8be0465d3 (diff) |
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 |