From f9d7145f52004048f7c309f92f591db885803e02 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 11 Oct 2022 22:39:19 +0200 Subject: Move away from GitHub --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'go.mod') 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 -- cgit v1.2.3