aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2022-10-11 22:39:19 +0200
committerThomas Voss <mail@thomasvoss.com> 2022-10-11 22:39:19 +0200
commitf9d7145f52004048f7c309f92f591db885803e02 (patch)
tree92c66cb792888744d0913e336b6d81da374be476 /go.mod
parente1086f346f421ddd939bca643698e6f8be0465d3 (diff)
Move away from GitHubHEADv1.0.0master
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index f8cdb9c..8a08a7b 100644
--- a/go.mod
+++ b/go.mod
@@ -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