from gogs

This commit is contained in:
Bel LaPointe
2023-11-09 08:01:21 -07:00
parent 13d2acdf16
commit 14036702ee
9 changed files with 19 additions and 19 deletions

View File

@@ -1,12 +1,12 @@
module gogs.inhome.blapointe.com/contact/cmd/recv
module gitea.inhome.blapointe.com/contact/cmd/recv
go 1.20
replace gogs.inhome.blapointe.com/local-sandbox/contact => ../../
replace gitea.inhome.blapointe.com/local-sandbox/contact => ../../
require (
gogs.inhome.blapointe.com/local-sandbox/contact v0.0.0-00010101000000-000000000000
gogs.inhome.blapointe.com/local/args v0.0.0-20230410154220-44370f257b34
gitea.inhome.blapointe.com/local-sandbox/contact v0.0.0-00010101000000-000000000000
gitea.inhome.blapointe.com/local/args v0.0.0-20231109145953-eb2e1c1b8d56
)
require (